Skip to content

Console Output

Started by an SCM change
Started by an SCM change
Started by an SCM change
Running as SYSTEM
Agent basic-9mr21 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-9mr21"
  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-9mr21"
    - 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-9mr21"
    - 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-3107.v665000b_51092"
    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-9mr21 (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 7190a75181c9b978cc8ee121c8c8b2d0e0b6d780 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7190a75181c9b978cc8ee121c8c8b2d0e0b6d780 # timeout=10
Commit message: "Conditionally disable test that fails running on centos (#1311)"
 > git rev-list --no-walk b21eddbeb1cfe54870c42f37cd6ad15099da1b7f # 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.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
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: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[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, execution environment=org.eclipse.tycho.p2.target.ee.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@70ed03e4...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.example:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartRuntime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartSDK:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-epp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-epp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-all-in-one:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-framework:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-framework-sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.build:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.build/pom.xml
[INFO] Fetching S202305311416&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/oomph/simrel-orbit/milestone/ (63B)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (135.86kB)
[INFO] Fetching javax.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (85.08kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (249kB)
[INFO] Fetching org.eclipse.osgi_3.18.400.v20230509-2241.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.47MB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.96MB)
[INFO] Fetching org.dom4j_2.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (347.35kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.p2updatesite:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/pom.xml
[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], include source mode=honor, execution environment=org.eclipse.tycho.p2.target.ee.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@70ed03e4...
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-runtime-osgi:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-sample-plugins:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-tests-suite:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-wtp-integration-sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-source:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-source/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.extension:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/pom.xml
[INFO] Fetching com.ibm.icu_73.1.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (13.89MB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (81.03kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (370.34kB)
[INFO] Fetching S202304250538&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/milestone/ (63B)
[INFO] Fetching org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (238.68kB)
[INFO] Fetching org.eclipse.core.runtime_3.27.0.v20230515-1719.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (74.42kB)
[INFO] Fetching org.mozilla.javascript_1.7.10.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.core.contenttype_3.9.0.v20230412-0829.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (101.98kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (135.73kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (196.21kB)
[INFO] Fetching org.eclipse.equinox.common_3.18.0.v20230523-2142.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (148.37kB)
[INFO] Fetching org.eclipse.core.jobs_3.14.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (114.57kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (90.9kB)
[INFO] Fetching org.eclipse.emf.common_2.28.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (378.61kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (19.69kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.pdf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/pom.xml
[INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (529.46kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (253.47kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (361.47kB)
[INFO] Fetching org.apache.batik.dom_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (206.11kB)
[INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (452.28kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (25.35kB)
[INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (94.68kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (21.23kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (717.41kB)
[INFO] Fetching org.apache.batik.bridge_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (744.81kB)
[INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (212.25kB)
[INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (40.19kB)
[INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (47.81kB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (22.12kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (15.35kB)
[INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (251.99kB)
[INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (146.97kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (71.45kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.svg:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.device.swt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/pom.xml
[INFO] Fetching org.eclipse.swt_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (18.78kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.15MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.124.0.v20230523-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.16MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.engine:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.engine.extension:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.examples:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/pom.xml
[INFO] Fetching bcpg_1.73.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (401.43kB)
[INFO] Fetching bcprov_1.73.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (10.95MB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (23.09kB)
[INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (83.65kB)
[INFO] Fetching com.sun.jna_5.13.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.79MB)
[INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.3MB)
[INFO] Fetching org.eclipse.jetty.servlet-api_4.0.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (266.68kB)
[INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (48.11kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (32.41kB)
[INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (393.54kB)
[INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (64.89kB)
[INFO] Fetching org.eclipse.text_3.13.0.v20230316-1200.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (297.21kB)
[INFO] Fetching org.eclipse.core.resources_3.19.0.v20230510-1240.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (892.87kB)
[INFO] Fetching org.eclipse.core.filesystem_1.10.0.v20230425-0513.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (71.88kB)
[INFO] Fetching org.eclipse.ui_3.203.100.v20230417-1307.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (434.06kB)
[INFO] Fetching org.eclipse.core.expressions_3.9.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (93.93kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.0.v20230316-1200.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (691.1kB)
[INFO] Fetching org.eclipse.ui.ide_3.21.0.v20230526-1500.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.jface_3.30.0.v20230509-0720.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.12MB)
[INFO] Fetching S202305311642&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/datatools/updates/milestone/ (63B)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.consumer_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (127.79kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.profile_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (47.13kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (254.52kB)
[INFO] Fetching org.eclipse.jface.text_3.24.0.v20230525-0719.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.gef_3.14.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/plugins/ (1,000.72kB)
[INFO] Fetching org.eclipse.ui.workbench_3.129.0.v20230525-0648.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (3.5MB)
[INFO] Fetching org.eclipse.draw2d_3.13.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/plugins/ (649.47kB)
[INFO] Fetching org.eclipse.compare.core_3.8.0.v20230517-1315.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (69.26kB)
[INFO] Fetching org.eclipse.core.commands_3.11.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (116.39kB)
[INFO] Fetching org.eclipse.core.databinding_1.13.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (286.11kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.13.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (314.71kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (164.88kB)
[INFO] Fetching org.eclipse.datatools.connectivity_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (275.68kB)
[INFO] Fetching org.eclipse.ui.navigator_3.12.0.v20230329-1313.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (425.54kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (91.78kB)
[INFO] Fetching org.eclipse.help_3.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (272.02kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.6.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (26.28kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.1.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.32kB)
[INFO] Fetching org.eclipse.e4.core.di_1.9.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (54.33kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.12.0.v20230510-1240.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (56.42kB)
[INFO] Fetching org.eclipse.e4.core.services_2.4.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (71.48kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.92kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.0.v20230429-1914.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.4.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.84kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.14.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (48.17kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.14.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (215.88kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (205.08kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.5.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (18.17kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (58.53kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.17.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.31kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.0.v20230404-0801.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (395.49kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.15.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (266.83kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (149.41kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (35.14kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.4.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (120.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.0.v20230525-0648.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (255.6kB)
[INFO] Fetching org.eclipse.jface.databinding_1.15.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (291.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (22.89kB)
[INFO] Fetching org.eclipse.urischeme_1.3.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (53.7kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.55kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.0.v20230509-1332.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (170.64kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.7.0.v20230403-0851.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (362.53kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.10.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (79.47kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (63.57kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.7.0.v20230507-1427.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (182.41kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.8.0.v20230509-0902.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (234.43kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.0.v20230415-1327.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (136.32kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (115.07kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.examples.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.integration.wtp.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/pom.xml
[INFO] Fetching javax.el_2.2.0.v201303151357.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (56.84kB)
[INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (52.93kB)
[INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.5MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v20220715-1206.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (101.69kB)
[INFO] Fetching org.eclipse.jdt.core_3.34.0.v20230512-1803.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (4.01MB)
[INFO] Fetching org.eclipse.wst.web.ui_1.2.300.v202206160209.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (92.9kB)
[INFO] Fetching org.eclipse.wst.common.ui_1.2.300.v202211200032.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (153.83kB)
[INFO] Fetching org.eclipse.wst.common.modulecore_1.3.200.v202108200212.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (417.82kB)
[INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (293.68kB)
[INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.403.v202303031844.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (369.76kB)
[INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (157.31kB)
[INFO] Fetching org.eclipse.jst.j2ee_1.2.700.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.jst.j2ee.core_1.4.500.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (2.72MB)
[INFO] Fetching org.eclipse.jst.j2ee.ui_1.2.0.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (859.18kB)
[INFO] Fetching org.eclipse.jst.j2ee.web_1.2.200.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (478.1kB)
[INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.1001.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (237.39kB)
[INFO] Fetching org.eclipse.jst.jsp.ui_1.3.400.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (549.18kB)
[INFO] Fetching org.eclipse.jst.servlet.ui_1.1.1600.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (252.93kB)
[INFO] Fetching org.eclipse.jst.common.frameworks_1.1.702.v202301162339.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (128.72kB)
[INFO] Fetching org.eclipse.jst.common.project.facet.core_1.12.200.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (190.22kB)
[INFO] Fetching org.eclipse.jem.util_2.1.300.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (116.29kB)
[INFO] Fetching org.eclipse.compare_3.9.0.v20230504-0624.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (808kB)
[INFO] Fetching org.eclipse.ui.views_3.12.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.ui.editors_3.16.0.v20230329-1609.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (611.57kB)
[INFO] Fetching org.eclipse.ui.forms_3.12.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (331.6kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.8.0.v20230316-1200.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (117.37kB)
[INFO] Fetching org.eclipse.core.net_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (49.44kB)
[INFO] Fetching org.eclipse.core.variables_3.6.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (37.44kB)
[INFO] Fetching org.eclipse.debug.core_3.21.0.v20230508-1538.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (400.4kB)
[INFO] Fetching org.eclipse.debug.ui_3.18.0.v20230516-0719.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (3.03MB)
[INFO] Fetching org.eclipse.ui.console_3.12.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (245.2kB)
[INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (48.16kB)
[INFO] Fetching org.eclipse.e4.ui.progress_0.4.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (209.52kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (371.25kB)
[INFO] Fetching org.eclipse.jdt.launching_3.20.0.v20230425-1118.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (571.95kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (168.01kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (188.37kB)
[INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (301.89kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (354.65kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (38.37kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.300.v20230320-0659.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (70.94kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.6.0.v20230322-1009.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (112.38kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (33.48kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (133.76kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.8.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (102.81kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.5.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (246.1kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.5.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (37.44kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.0.v20230322-1009.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (26.86kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.7.0.v20230322-1009.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (77.31kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.71kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.8.0.v20230510-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (697.75kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (172.26kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.3.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (102.07kB)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.34.0.v20230523-1233.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (3.03MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.19.0.v20230512-1848.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.0.v20230323-1830.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (343.2kB)
[INFO] Fetching org.eclipse.jdt.debug_3.21.0.v20230329-1610.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (918.71kB)
[INFO] Fetching org.eclipse.jdt.ui_3.29.0.v20230525-0728.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (10.97MB)
[INFO] Fetching org.eclipse.search_3.15.0.v20230427-2049.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (499.82kB)
[INFO] Fetching org.eclipse.team.ui_3.10.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.core_3.10.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (402.82kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.0.v20230325-0319.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (470.77kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.9.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (175.25kB)
[INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (286.54kB)
[INFO] Fetching org.eclipse.wst.common.core_1.4.100.v202103232321.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (60.71kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (48.93kB)
[INFO] Fetching org.eclipse.jem.workbench_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (84.34kB)
[INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (54.28kB)
[INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (50.17kB)
[INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (121.56kB)
[INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (229.4kB)
[INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (28.42kB)
[INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (147.47kB)
[INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (421.58kB)
[INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (144.38kB)
[INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (84.58kB)
[INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (142.16kB)
[INFO] Fetching org.eclipse.wst.server.core_1.11.0.v202301110442.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (398.94kB)
[INFO] Fetching org.eclipse.jst.server.core_1.2.800.v202206110154.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (82.41kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.2.1000.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (479.65kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.2.700.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (811.53kB)
[INFO] Fetching org.eclipse.wst.web_1.3.200.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (79.75kB)
[INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (49.89kB)
[INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (332.09kB)
[INFO] Fetching org.eclipse.jst.jee_1.0.1100.v202204072206.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (117.5kB)
[INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (66.5kB)
[INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (125.1kB)
[INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.602.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (38.05kB)
[INFO] Fetching org.eclipse.wst.server.ui_1.6.0.v202302190008.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (953.82kB)
[INFO] Fetching org.eclipse.jst.jee.ui_1.0.1201.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (192.36kB)
[INFO] Fetching org.eclipse.jst.jsp.core_1.4.500.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (720kB)
[INFO] Fetching org.eclipse.wst.css.core_1.3.300.v202301080257.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (555.56kB)
[INFO] Fetching org.eclipse.wst.html.core_1.4.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (786.46kB)
[INFO] Fetching org.eclipse.wst.sse.ui_1.7.600.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.wst.html.ui_1.1.800.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (336.08kB)
[INFO] Fetching org.eclipse.wst.css.ui_1.2.200.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (324.06kB)
[INFO] Fetching org.eclipse.wst.xml.ui_1.2.700.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.01MB)
[INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (42.85kB)
[INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (13.38kB)
[INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (30.58kB)
[INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (35.82kB)
[INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (19.88kB)
[INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (29.67kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.200.v20230103-1101.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (14.42kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.ui.browser_3.8.0.v20230329-1440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (209.24kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (110.64kB)
[INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (75.48kB)
[INFO] Fetching org.eclipse.wst.server.discovery_1.3.500.v202204301608.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (102.96kB)
[INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (163.6kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.reportitem:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.reportitem.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/pom.xml
[INFO] Fetching biz.aQute.bnd.util_6.4.0.202211291949.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (418.95kB)
[INFO] Fetching biz.aQute.bndlib_6.4.0.202211291949.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.05MB)
[INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (24.84kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (54.01kB)
[INFO] Fetching org.eclipse.ant.core_3.7.0.v20230329-1001.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (109.24kB)
[INFO] Fetching org.eclipse.ant.launching_1.4.0.v20230329-1001.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (162.85kB)
[INFO] Fetching org.eclipse.core.externaltools_1.3.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (42.7kB)
[INFO] Fetching org.eclipse.ant.ui_3.9.0.v20230329-1001.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.6.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (142.57kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.13.0.v20230421-0438.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.junit_3.16.0.v20230420-0409.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (547.35kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.design.ui_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (236.33kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.8.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (387.35kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (355.45kB)
[INFO] Fetching org.eclipse.pde.ui_3.14.0.v20230515-1841.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (4.57MB)
[INFO] Fetching org.eclipse.datatools.connectivity.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (578.19kB)
[INFO] Fetching org.eclipse.datatools.help_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (22.6kB)
[INFO] Fetching org.eclipse.datatools.connectivity.sqm.core_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (355.26kB)
[INFO] Fetching org.eclipse.datatools.modelbase.sql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (573.38kB)
[INFO] Fetching org.eclipse.datatools.modelbase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (174.63kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.0.v20230330-1254.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (256.22kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.100.v20230115-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (58.99kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.12.0.v20230323-1830.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (178.78kB)
[INFO] Fetching org.eclipse.pde.build_3.12.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (495.47kB)
[INFO] Fetching org.eclipse.pde.core_3.17.0.v20230515-1841.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (1.39MB)
[INFO] Fetching org.eclipse.pde.launching_3.11.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (142.73kB)
[INFO] Fetching org.eclipse.ui.intro_3.7.0.v20230503-0628.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (346.48kB)
[INFO] Fetching org.eclipse.ui.views.log_1.4.0.v20230418-0745.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (173.97kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.3.0.v20230516-1137.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (165.13kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (65.43kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.ui.extension:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.viewer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.viewer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/pom.xml
[INFO] Fetching org.osgi.util.tracker_1.5.4.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (43kB)
[INFO] Fetching S202306041800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/mylyn/updates/milestone/ (63B)
[INFO] Fetching javax.xml.stream_1.0.1.v201004272200.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (39.42kB)
[INFO] Fetching com.github.librepdf.openpdf_1.3.30.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.03MB)
[INFO] Fetching com.sun.el.javax.el_3.0.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (218.76kB)
[INFO] Fetching org.mortbay.jasper.apache-el_9.0.52.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (246.95kB)
[INFO] Fetching javax.transaction_1.1.1.v201105210645.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (31.32kB)
[INFO] Fetching javax.xml.soap_1.2.0.v201005080501.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (28.37kB)
[INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (172.81kB)
[INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (68.32kB)
[INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (128.92kB)
[INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (24.58kB)
[INFO] Fetching org.apache.commons.collections4_4.4.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (798.54kB)
[INFO] Fetching org.apache.commons.compress_1.22.0.v20221207-1049.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.06MB)
[INFO] Fetching org.apache.commons.math3_3.6.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.24MB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB)
[INFO] Fetching org.mortbay.jasper.apache-jsp_9.0.52.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (994.42kB)
[INFO] Fetching org.apache.lucene.analysis-common_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (1.89MB)
[INFO] Fetching org.apache.lucene.core_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (3.77MB)
[INFO] Fetching org.apache.lucene.analysis-smartcn_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (3.44MB)
[INFO] Fetching org.apache.lucene.queries_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (529.66kB)
[INFO] Fetching org.apache.lucene.queryparser_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (448.96kB)
[INFO] Fetching org.apache.lucene.sandbox_9.5.0.v20230521-0510.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (253.87kB)
[INFO] Fetching org.apache.poi_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.89MB)
[INFO] Fetching org.apache.poi.ooxml_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.88MB)
[INFO] Fetching org.apache.poi.ooxml.schemas_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (8.33MB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (293.72kB)
[INFO] Fetching org.apache.xmlbeans_3.1.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.67MB)
[INFO] Fetching org.eclipse.orbit.mongodb_3.2.2.v20181004-1955.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.52MB)
[INFO] Fetching org.eclipse.help.base_4.4.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (434.5kB)
[INFO] Fetching org.eclipse.datatools.connectivity.apache.derby_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (88.2kB)
[INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (23.17kB)
[INFO] Fetching org.eclipse.datatools.connectivity.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (21.94kB)
[INFO] Fetching org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.44kB)
[INFO] Fetching org.eclipse.pde_3.13.2300.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (69.55kB)
[INFO] Fetching org.apache.derby_10.11.1.1_v201605202053.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (3.93MB)
[INFO] Fetching org.eclipse.datatools.modelbase.sql.query_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (636.3kB)
[INFO] Fetching org.eclipse.datatools.connectivity.apache.derby.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (64.19kB)
[INFO] Fetching org.eclipse.datatools.sqltools.sqlbuilder_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.datatools.sqltools.common.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (232.29kB)
[INFO] Fetching org.eclipse.datatools.enablement.oda.xml_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (127.99kB)
[INFO] Fetching org.eclipse.datatools.enablement.oda.xml.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (218.49kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (49.35kB)
[INFO] Fetching 10.0.15&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/oomph/jetty/release/ (63B)
[INFO] Fetching org.eclipse.jetty.server_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (777.98kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (557.33kB)
[INFO] Fetching org.eclipse.jetty.webapp_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (155.17kB)
[INFO] Fetching org.eclipse.jetty.plus_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (67.48kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (161.99kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (256.75kB)
[INFO] Fetching org.eclipse.jetty.osgi.boot_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (121.95kB)
[INFO] Fetching org.eclipse.jetty.apache-jsp_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (20.65kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (30.99kB)
[INFO] Fetching org.eclipse.datatools.modelbase.derby_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (28.57kB)
[INFO] Fetching org.eclipse.datatools.connectivity.sqm.core.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (348.3kB)
[INFO] Fetching org.eclipse.datatools.connectivity.sqm.server.ui_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (128.31kB)
[INFO] Fetching org.eclipse.datatools.connectivity.console.profile_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (34.97kB)
[INFO] Fetching org.eclipse.datatools.connectivity.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (38.45kB)
[INFO] Fetching org.eclipse.datatools.connectivity.ui.dse_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.datatools.connectivity.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.88kB)
[INFO] Fetching org.eclipse.datatools.modelbase.sql.edit_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (280.28kB)
[INFO] Fetching org.eclipse.datatools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (23.83kB)
[INFO] Fetching org.eclipse.datatools.oda.cshelp_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (19.03kB)
[INFO] Fetching org.eclipse.datatools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB)
[INFO] Fetching org.eclipse.datatools.enablement.finfo_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (16.31kB)
[INFO] Fetching org.eclipse.datatools.sqltools.db.derby.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (18.38kB)
[INFO] Fetching org.eclipse.datatools.sqltools.db.generic.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (19.96kB)
[INFO] Fetching org.eclipse.datatools.enablement.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.8kB)
[INFO] Fetching org.eclipse.datatools.enablement.jdbc.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.79kB)
[INFO] Fetching org.eclipse.datatools.modelbase.sql.query.edit_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (210.82kB)
[INFO] Fetching org.eclipse.datatools.modelbase.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (262.1kB)
[INFO] Fetching org.eclipse.datatools.modelbase.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB)
[INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.lexer_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (145.18kB)
[INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.query_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (316.1kB)
[INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql.xml.query_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (279.09kB)
[INFO] Fetching org.eclipse.datatools.sqltools.parsers.sql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (55.86kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.parsers.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.8kB)
[INFO] Fetching org.eclipse.datatools.sqltools.result_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (99.81kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.results.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.88kB)
[INFO] Fetching org.eclipse.datatools.sqltools.editor.core_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (196.87kB)
[INFO] Fetching org.eclipse.datatools.sqltools.sql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (97.24kB)
[INFO] Fetching org.eclipse.datatools.sqltools.sqleditor_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (476.59kB)
[INFO] Fetching org.eclipse.datatools.sqltools.plan_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (136.79kB)
[INFO] Fetching org.eclipse.datatools.sqltools.db.generic_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (144.26kB)
[INFO] Fetching org.eclipse.datatools.sqltools.editor.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (52.04kB)
[INFO] Fetching org.eclipse.datatools.sqltools.sql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (36.54kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.sqlbuilder.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.92kB)
[INFO] Fetching org.eclipse.datatools.sqltools.db.derby_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (160.12kB)
[INFO] Fetching org.eclipse.datatools.sqltools.routineeditor_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (55.32kB)
[INFO] Fetching net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (93.56kB)
[INFO] Fetching org.eclipse.datatools.sqltools.result.ui_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (381.35kB)
[INFO] Fetching org.eclipse.draw2d_3.16.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/features/ (19.75kB)
[INFO] Fetching org.eclipse.emf.ant_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (36.29kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.34.0.v20230406-1334.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.34.0.v20230406-1334.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.95kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.34.0.v20230326-0924.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (192.7kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.34.0.v20230326-0924.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.9kB)
[INFO] Fetching org.eclipse.emf.codegen_2.24.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.24.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (304.35kB)
[INFO] Fetching org.eclipse.emf.codegen.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.common_2.29.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.85kB)
[INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (96.24kB)
[INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (84.41kB)
[INFO] Fetching org.eclipse.emf.exporter_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (66.72kB)
[INFO] Fetching org.eclipse.emf.importer.ecore_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (36.46kB)
[INFO] Fetching org.eclipse.emf.importer.java_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (74.35kB)
[INFO] Fetching org.eclipse.emf.importer.rose_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (116.44kB)
[INFO] Fetching org.eclipse.emf.converter_2.19.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.97kB)
[INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (93.68kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.8.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (55.09kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.10.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.92kB)
[INFO] Fetching org.eclipse.emf.databinding_1.10.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.88kB)
[INFO] Fetching org.eclipse.emf.ecore.change.edit_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (35.9kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.16.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.91kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (131.34kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.19.0.v20230224-1122.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf.ecore_2.32.0.v20230406-1203.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.95kB)
[INFO] Fetching org.eclipse.emf.edit_2.19.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.25.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.89kB)
[INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (14.67kB)
[INFO] Fetching org.eclipse.emf_2.34.0.v20230406-1334.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (21.02kB)
[INFO] Fetching org.eclipse.emf.mapping_2.13.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (196.83kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (31.56kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (151.38kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (44.44kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (15.01kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2ecore.editor_2.11.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (52.29kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml.ui_2.13.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (104.32kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore.editor_2.16.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.98kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.9.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (14.96kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore_2.14.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.94kB)
[INFO] Fetching org.eclipse.emf.mapping_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.87kB)
[INFO] Fetching org.eclipse.emf.mapping.ui_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.89kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (236.29kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (29.14kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.gef_3.16.0.202305312117.jar from https://download.eclipse.org/tools/gef/classic/releases/latest/features/ (19.9kB)
[INFO] Fetching org.eclipse.jetty.deploy_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (65.18kB)
[INFO] Fetching org.eclipse.jetty.xml_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (70.41kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (211.53kB)
[INFO] Fetching org.eclipse.jetty.jndi_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (46.89kB)
[INFO] Fetching org.eclipse.wst.server.preview_1.2.100.v202211091907.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (31.75kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (118.37kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.5.0.v20230526-1051.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (129.02kB)
[INFO] Fetching org.eclipse.wst.common.snippets_1.2.700.v202211200032.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (294.39kB)
[INFO] Fetching org.eclipse.wst.common_core.feature_3.23.0.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.65kB)
[INFO] Fetching org.eclipse.wst.common.infopop_1.0.301.v202007142017.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.62kB)
[INFO] Fetching org.eclipse.wst.internet.cache_1.1.0.v202011161431.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (54.52kB)
[INFO] Fetching org.eclipse.wst.validation.infopop_1.0.300.v202007131715.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.22kB)
[INFO] Fetching org.eclipse.wst.common_ui.feature_3.29.0.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.66kB)
[INFO] Fetching org.eclipse.wst.dtd.core_1.2.400.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (419.69kB)
[INFO] Fetching org.eclipse.wst.dtd.ui_1.1.500.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (252.45kB)
[INFO] Fetching org.eclipse.wst.dtdeditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (44.17kB)
[INFO] Fetching org.eclipse.wst.sse.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (126.05kB)
[INFO] Fetching org.eclipse.wst.standard.schemas_1.0.800.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (170.1kB)
[INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (80.51kB)
[INFO] Fetching org.eclipse.wst.xml_core.feature_3.29.0.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.82kB)
[INFO] Fetching org.eclipse.wst.dtd.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (13.99kB)
[INFO] Fetching org.eclipse.wst.sse.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.31kB)
[INFO] Fetching org.eclipse.wst.xml.ui.infopop_1.0.400.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (21.36kB)
[INFO] Fetching org.eclipse.wst.xsd.ui_1.3.600.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.wst.xml_ui.feature_3.29.0.v202212250111.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.84kB)
[INFO] Fetching org.eclipse.wst.xmleditor.doc.user_1.1.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (133.6kB)
[INFO] Fetching org.eclipse.wst.xsdeditor.doc.user_1.0.800.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (125.41kB)
[INFO] Fetching org.eclipse.wst.xml_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.65kB)
[INFO] Fetching org.eclipse.xsd_2.19.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (1,002.7kB)
[INFO] Fetching org.eclipse.xsd.edit_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/plugins/ (229.01kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.w3c.sac:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/common/org.w3c.sac/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.w3c.dom.svg.extension:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/common/org.w3c.dom.svg.extension/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.apache.batik.transcoder.birt.ext:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/common/org.apache.batik.transcoder.birt.ext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.apache.batik.dom.birt.ext:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/common/org.apache.batik.dom.birt.ext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.apache.axis:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/common/org.apache.axis/pom.xml
[INFO] Fetching javax.activation_1.1.0.v201211130549.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (56.58kB)
[INFO] Fetching javax.mail_1.4.0.v201005080615.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (325.41kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:javax.xml.rpc:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/common/javax.xml.rpc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.branding:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.core.script.function:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.aggregation:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.mongodb:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.mongodb.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.pojo:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.pojo.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.me.prettyprint.hector:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.adapter:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.excel.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.hive:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.hive.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.xml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.xml.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.script.javascript:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/pom.xml
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (108.23kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.oda.pojo.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.data.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/pom.xml
[INFO] Fetching javax.servlet-api_3.1.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (93.56kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile_3.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (78.29kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.chart.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.cshelp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.doc:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.docx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ods:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pdf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.postscript:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ppt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pptx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.wpml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.docx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ods:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ppt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.emitter.wpml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.fonts:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.odf:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.ooxml:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.engine.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.cshelp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.cshelp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.doc:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.doc.isv:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.isv.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.nl:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.nl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.rcp.nl:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.nl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.wtp.nl:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.wtp.nl.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.testhelper.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.tests.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.integration.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.integration.wtp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.example:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.integration.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.integration.wtp.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.osgi.runtime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.osgi.runtime.sdk:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.engine.runtime:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.viewer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.viewer.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.resources:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.testhelper:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.model.testresources:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testresources/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.modelextension.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.modelextension.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.device.extension.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.device.svg.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.device.swt.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.engine.extension.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.engine.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.examples.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.examples.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.integration.wtp.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.ui.extension.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.chart.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.core.script.function.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.core.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.aggregation.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.integration.wtp.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.adapter.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.bidi.utils.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.debug.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.debug.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.cubebuilder.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.script.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.schematic.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.ide.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.explorer.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.web.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.rcp.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samples.ide.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samplesview.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.views.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.csv.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.docx.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.excel.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.html.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pdf.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.postscript.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.ppt.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pptx.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.wpml.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.engine.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.core.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.ui.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.model.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.report.viewers.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.nl:org.eclipse.birt.resources.nl1:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.chart:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.engine:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.engine.emitter.html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.tests.model:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.tests.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.tests.data:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.debug.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.debug.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.samplereports:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.cubebuilder:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.data:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.script:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.xml.wtp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors.schematic:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.ide:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib.explorer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.static_html:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.static_html/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.web:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.ide:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.rcp:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.samplesview:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.views:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.test:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.axis.overlay:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.integration.wtp.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.jetty.overlay:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.jetty.overlay/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.viewer:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.viewer.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.item.crosstab.ui:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core.tests:4.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml
[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] javax.xml.rpc                                           [eclipse-plugin]
[INFO] org.apache.axis                                         [eclipse-plugin]
[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.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.device.swt                       [eclipse-plugin]
[INFO] org.eclipse.birt.chart.engine.extension                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.examples.core                    [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.osgi.runtime                    [eclipse-feature]
[INFO] org.eclipse.birt.chart                                 [eclipse-feature]
[INFO] ChartRuntime                                        [eclipse-repository]
[INFO] org.eclipse.birt.data                                   [eclipse-plugin]
[INFO] org.w3c.sac                                             [eclipse-plugin]
[INFO] org.eclipse.birt.model-parent                                      [pom]
[INFO] org.eclipse.birt.report.model                           [eclipse-plugin]
[INFO] org.eclipse.birt.data.aggregation                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.adapter                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.core                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.fonts                    [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] org.eclipse.birt.chart.osgi.runtime.sdk                [eclipse-feature]
[INFO] ChartSDK                                            [eclipse-repository]
[INFO] DeploymentRuntime                                   [eclipse-repository]
[INFO] birt-charts                                                        [pom]
[INFO] org.apache.batik.dom.birt.ext                           [eclipse-plugin]
[INFO] org.apache.batik.transcoder.birt.ext                    [eclipse-plugin]
[INFO] org.eclipse.birt.axis.overlay                           [eclipse-plugin]
[INFO] org.eclipse.birt.branding                               [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.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.model.adapter.oda               [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.data                [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.core.script.function                   [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb                       [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb.ui                    [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.designer.ui.editor.xml.wtp      [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.editor.xml.wtp        [eclipse-feature]
[INFO] org.eclipse.birt.report.data.bidi.utils                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.bidi.utils.ui              [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.ui                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction           [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewer                          [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.report.designer.ui.editor.script       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive                   [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive.ui                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.html             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pdf              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.ooxml                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx      [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.emitter.wpml             [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.docx             [eclipse-plugin]
[INFO] org.eclipse.birt.resources                              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.postscript       [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile         [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb               [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui      [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.core                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.ui                        [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui            [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.html      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml      [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.report.engine.odf                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.ods              [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.odt              [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.me.prettyprint.hector                  [eclipse-plugin]
[INFO] uk.co.spudsoft.birt.emitters.excel                      [eclipse-plugin]
[INFO] org.w3c.dom.svg.extension                               [eclipse-plugin]
[INFO] org.eclipse.birt                                       [eclipse-feature]
[INFO] org.eclipse.birt.cshelp                                 [eclipse-plugin]
[INFO] org.eclipse.birt.cshelp                                [eclipse-feature]
[INFO] org.eclipse.birt.doc                                    [eclipse-plugin]
[INFO] org.eclipse.birt.doc                                   [eclipse-feature]
[INFO] org.eclipse.birt.chart.examples                         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.samplereports          [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samplesview         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samples.ide         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.samples.rcp         [eclipse-plugin]
[INFO] org.eclipse.birt.example                               [eclipse-feature]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel     [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.prototype.excel  [eclipse-plugin]
[INFO] org.eclipse.birt.engine.runtime                        [eclipse-feature]
[INFO] org.eclipse.birt.osgi.runtime                          [eclipse-feature]
[INFO] org.eclipse.birt.osgi.runtime.sdk                      [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.integration.wtp.ui                     [eclipse-plugin]
[INFO] org.eclipse.birt.integration.wtp                       [eclipse-feature]
[INFO] org.eclipse.birt.core.testhelper                        [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.testhelper               [eclipse-plugin]
[INFO] org.eclipse.birt.report.model.testhelper                [eclipse-plugin]
[INFO] org.eclipse.birt.testhelper                            [eclipse-feature]
[INFO] org.eclipse.birt.tests.core                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.chart.tests                       [eclipse-test-plugin]
[INFO] org.eclipse.birt.core.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.data.tests                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.tests        [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.designer.tests             [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.html.tests  [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.pdf.tests   [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.postscript.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.engine.tests               [eclipse-test-plugin]
[INFO] org.eclipse.birt.report.model.adapter.oda.tests    [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.tests.chart                [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.tests.engine.emitter.html       [eclipse-plugin]
[INFO] org.eclipse.birt.report.tests.model                [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests                             [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests.data                        [eclipse-test-plugin]
[INFO] org.eclipse.birt.tests                                 [eclipse-feature]
[INFO] org.eclipse.birt.nl-parent                                         [pom]
[INFO] org.eclipse.birt.chart.device.extension.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.svg.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.chart.device.swt.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.chart.examples.nl1                     [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.chart.reportitem.ui.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.extension.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.chart.ui.nl1                           [eclipse-plugin]
[INFO] org.eclipse.birt.core.nl1                               [eclipse-plugin]
[INFO] org.eclipse.birt.core.script.function.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.core.ui.nl1                            [eclipse-plugin]
[INFO] org.eclipse.birt.data.aggregation.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.data.nl1                               [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb.nl1                   [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.data.oda.pojo.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.data.oda.jdbc.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1        [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.core.nl1                  [eclipse-plugin]
[INFO] org.eclipse.birt.report.debug.ui.nl1                    [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.core.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.ide.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1    [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.lib.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.nl1                 [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.nl1                      [eclipse-plugin]
[INFO] org.eclipse.birt.report.model.nl1                       [eclipse-plugin]
[INFO] org.eclipse.birt.report.viewers.nl1                     [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.core.nl1          [eclipse-plugin]
[INFO] org.eclipse.birt.report.item.crosstab.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.views.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.adapter.nl1                [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview             [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.nl1         [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1     [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.designer.ui.editors.nl1         [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.dataextraction.nl1       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.nl1       [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1   [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.bidi.utils.nl1             [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive.nl1               [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1            [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.excel.nl1              [eclipse-plugin]
[INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1  [eclipse-plugin]
[INFO] org.eclipse.birt.nl                                    [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.chart.integration.wtp.ui.nl1           [eclipse-plugin]
[INFO] org.eclipse.birt.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.common-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.14.0-SNAPSHOT                 [1/288]
[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:2.7.5: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:2.7.5: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.14.0-SNAPSHOT                 [2/288]
[INFO]   from build/org.eclipse.birt.target/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[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:2.7.5: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:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.birt.target ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT                [3/288]
[INFO]   from build/org.eclipse.birt.example/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.example ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.example ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.example ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.example ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT                        [4/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT           [5/288]
[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:2.7.5: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:2.7.5: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.14.0-SNAPSHOT   [6/288]
[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:2.7.5: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:2.7.5: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.14.0-SNAPSHOT           [7/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.cshelp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.cshelp ---
[INFO] Resolving class path of org.eclipse.birt.chart.cshelp...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (251.02kB)
[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:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.cshelp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.cshelp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.cshelp ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT        [8/288]
[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:2.7.5: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:2.7.5: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.14.0-SNAPSHOT           [9/288]
[INFO]   from features/org.eclipse.birt.chart.cshelp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.cshelp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5: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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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:javax.xml.rpc >-------------------
[INFO] Building javax.xml.rpc 1.1.2-SNAPSHOT                           [10/288]
[INFO]   from common/javax.xml.rpc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ javax.xml.rpc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ javax.xml.rpc ---
[INFO] The project's OSGi version is 1.1.2.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ javax.xml.rpc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ javax.xml.rpc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ javax.xml.rpc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ javax.xml.rpc ---
[INFO] Resolving class path of javax.xml.rpc...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ javax.xml.rpc ---
[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/common/javax.xml.rpc/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ javax.xml.rpc ---
[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/common/javax.xml.rpc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ javax.xml.rpc ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ javax.xml.rpc ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ javax.xml.rpc ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ javax.xml.rpc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ javax.xml.rpc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ javax.xml.rpc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ javax.xml.rpc ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/birt-master/common/javax.xml.rpc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/javax.xml.rpc/target/javax.xml.rpc-1.1.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ javax.xml.rpc ---
[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:2.7.5:package-plugin (default-package-plugin) @ javax.xml.rpc ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/javax.xml.rpc/target/javax.xml.rpc-1.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ javax.xml.rpc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ javax.xml.rpc ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ javax.xml.rpc ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ javax.xml.rpc ---
[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/common/javax.xml.rpc/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ javax.xml.rpc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ javax.xml.rpc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ javax.xml.rpc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ javax.xml.rpc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ javax.xml.rpc ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/common/javax.xml.rpc/target/jacoco.exec
[INFO] 
[INFO] ------------------< org.eclipse.birt:org.apache.axis >------------------
[INFO] Building org.apache.axis 1.4.1-SNAPSHOT                         [11/288]
[INFO]   from common/org.apache.axis/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.axis ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.axis ---
[INFO] The project's OSGi version is 1.4.1.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.axis ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.axis ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.axis ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.axis ---
[INFO] Resolving class path of org.apache.axis...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.apache.axis ---
[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/common/org.apache.axis/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.axis ---
[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/common/org.apache.axis/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.axis ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.axis ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.axis ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.axis ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.apache.axis ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.axis ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.axis ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.axis ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.apache.axis ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.apache.axis/target/org.apache.axis-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.axis ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.apache.axis ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.axis ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.axis ---
[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/common/org.apache.axis/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.axis ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.axis ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.apache.axis ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.apache.axis ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.apache.axis ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/common/org.apache.axis/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.core:org.eclipse.birt.core-parent >---------
[INFO] Building org.eclipse.birt.core-parent 4.14.0-SNAPSHOT           [12/288]
[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:2.7.5: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:2.7.5: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.14.0-SNAPSHOT                  [13/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT          [14/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine ---
[INFO] Tests are skipped.
[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.device.extension >------
[INFO] Building org.eclipse.birt.chart.device.extension 4.14.0-SNAPSHOT [15/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.extension ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.extension ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT      [16/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.svg ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.svg ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.svg ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.svg ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT      [17/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.pdf ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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 ---
[WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Configured Artifact: org.apache.xmlgraphics:fop:2.6:jar
[INFO] Copying fop-2.6.jar to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/lib/fop-2.6.jar
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.pdf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.pdf ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.pdf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.pdf ---
[INFO] Tests are skipped.
[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.device.swt >---------
[INFO] Building org.eclipse.birt.chart.device.swt 4.14.0-SNAPSHOT      [18/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.swt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.swt ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.swt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.swt ---
[INFO] Tests are skipped.
[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.chart.engine.extension >------
[INFO] Building org.eclipse.birt.chart.engine.extension 4.14.0-SNAPSHOT [19/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.engine.extension ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.extension ---
[INFO] Tests are skipped.
[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.examples.core >--------
[INFO] Building org.eclipse.birt.chart.examples.core 4.14.0-SNAPSHOT   [20/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.core ---
[INFO] Tests are skipped.
[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:org.eclipse.birt.core.ui >--------------
[INFO] Building org.eclipse.birt.core.ui 4.14.0-SNAPSHOT               [21/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.ui ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT              [22/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui ---
[INFO] Resolving class path of org.eclipse.birt.chart.ui...
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.0.v20230501-1823.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.0.v20230501-1533.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (31.8kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (11.39kB)
[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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT    [23/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui.extension ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.extension ---
[INFO] Tests are skipped.
[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.features:org.eclipse.birt.chart.osgi.runtime >----
[INFO] Building org.eclipse.birt.chart.osgi.runtime 4.14.0-SNAPSHOT    [24/288]
[INFO]   from features/org.eclipse.birt.chart.osgi.runtime/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ 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.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.features:org.eclipse.birt.chart >----------
[INFO] Building org.eclipse.birt.chart 4.14.0-SNAPSHOT                 [25/288]
[INFO]   from features/org.eclipse.birt.chart.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ 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.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.birt-packages.birt-charts:ChartRuntime >-------
[INFO] Building ChartRuntime 4.14.0-SNAPSHOT                           [26/288]
[INFO]   from build/birt-packages/birt-charts/ChartRuntime/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ChartRuntime ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartRuntime ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartRuntime ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ ChartRuntime ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ ChartRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ ChartRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ ChartRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ ChartRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ ChartRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.eclipse.datatools.connectivity.oda.feature_1.15.0.202305311622.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.75kB)
[INFO] Fetching org.eclipse.datatools.enablement.oda.ws_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (74.3kB)
[INFO] Fetching org.eclipse.datatools.enablement.oda.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.78kB)
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5:archive-repository (default-archive-repository) @ ChartRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/ChartRuntime-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ ChartRuntime ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ ChartRuntime ---
[INFO] Executing tasks
[INFO]      [copy] Copying 42 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/eclipse
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5: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:org.eclipse.birt.data >---------------
[INFO] Building org.eclipse.birt.data 4.14.0-SNAPSHOT                  [27/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data ---
[INFO] Resolving class path of org.eclipse.birt.data...
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.41kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (39.29kB)
[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:2.7.5:compile (default-compile) @ org.eclipse.birt.data ---
[INFO] Compiling 870 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data ---
[INFO] Tests are skipped.
[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.w3c.sac >--------------------
[INFO] Building org.w3c.sac 1.3.0-SNAPSHOT                             [28/288]
[INFO]   from common/org.w3c.sac/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.w3c.sac ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.w3c.sac ---
[INFO] The project's OSGi version is 1.3.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.w3c.sac ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.w3c.sac ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.w3c.sac ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.w3c.sac ---
[INFO] Resolving class path of org.w3c.sac...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.w3c.sac ---
[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/common/org.w3c.sac/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.w3c.sac ---
[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/common/org.w3c.sac/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.w3c.sac ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.w3c.sac ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.w3c.sac ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.w3c.sac ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.w3c.sac ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.w3c.sac ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.w3c.sac ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.w3c.sac ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.w3c.sac ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.w3c.sac/target/org.w3c.sac-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.w3c.sac ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.w3c.sac ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.w3c.sac ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.w3c.sac ---
[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/common/org.w3c.sac/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.w3c.sac ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.w3c.sac ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.w3c.sac ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.w3c.sac ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.w3c.sac ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/common/org.w3c.sac/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt.model:org.eclipse.birt.model-parent >--------
[INFO] Building org.eclipse.birt.model-parent 4.14.0-SNAPSHOT          [29/288]
[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:2.7.5: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:2.7.5: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.14.0-SNAPSHOT          [30/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model ---
[INFO] Tests are skipped.
[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.data.aggregation >---------
[INFO] Building org.eclipse.birt.data.aggregation 4.14.0-SNAPSHOT      [31/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt.data.aggregation ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.aggregation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.aggregation ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.aggregation ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT   [32/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.adapter ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.adapter ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.adapter ---
[INFO] Tests are skipped.
[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.designer.core >-------
[INFO] Building org.eclipse.birt.report.designer.core 4.14.0-SNAPSHOT  [33/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.core ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.core ---
[INFO] Tests are skipped.
[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.engine.fonts >--------
[INFO] Building org.eclipse.birt.report.engine.fonts 4.14.0-SNAPSHOT   [34/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.fonts ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.fonts ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.fonts ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.fonts ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.fonts ---
[INFO] Tests are skipped.
[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.report.engine >-----------
[INFO] Building org.eclipse.birt.report.engine 4.14.0-SNAPSHOT         [35/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine ---
[INFO] Compiling 1136 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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.14.0-SNAPSHOT-scriptapi.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [36/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.core ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT      [37/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT         [38/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.doc.isv ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/DeviceAdapter.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/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/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/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/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/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/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/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/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/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/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/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/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/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/FontUtil.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/ImageRenderEvent.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/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/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/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/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/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/AbstractGroupedDataRowExpressionEvaluator.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/TypeFactoryImpl.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/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/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/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/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/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/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/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/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/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/DeferredCacheManager.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/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/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/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/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/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/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/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/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/ScriptClassLoaderAdapter.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.doc.isv ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.doc.isv ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT         [39/288]
[INFO]   from features/org.eclipse.birt.chart.doc.isv.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.doc.isv ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.features:org.eclipse.birt.chart.osgi.runtime.sdk >--
[INFO] Building org.eclipse.birt.chart.osgi.runtime.sdk 4.14.0-SNAPSHOT [40/288]
[INFO]   from features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.birt-packages.birt-charts:ChartSDK >---------
[INFO] Building ChartSDK 4.14.0-SNAPSHOT                               [41/288]
[INFO]   from build/birt-packages/birt-charts/ChartSDK/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ChartSDK ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartSDK ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartSDK ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ ChartSDK ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ ChartSDK ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ ChartSDK ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ ChartSDK ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ ChartSDK ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ ChartSDK ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching javax.wsdl.source_1.6.2.v201012040545.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (185.57kB)
[INFO] Fetching org.apache.batik.bridge.source_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (529.05kB)
[INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (321.27kB)
[INFO] Fetching org.apache.batik.codec.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (114.68kB)
[INFO] Fetching org.apache.batik.dom.svg.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (244.54kB)
[INFO] Fetching org.apache.batik.dom.source_1.16.0.v20230210-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (179.81kB)
[INFO] Fetching org.apache.batik.parser.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (99.8kB)
[INFO] Fetching org.apache.batik.svggen.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (270.98kB)
[INFO] Fetching org.apache.batik.transcoder.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (127.53kB)
[INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (128.49kB)
[INFO] Fetching org.apache.batik.xml.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (33.72kB)
[INFO] Fetching org.apache.batik.ext.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (24.6kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (376.07kB)
[INFO] Fetching org.apache.xerces.source_2.12.2.v20220131-0835.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.08MB)
[INFO] Fetching org.apache.xml.resolver.source_1.2.0.v20220715-1206.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (114.81kB)
[INFO] Fetching org.mozilla.javascript.source_1.7.10.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (931.31kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (21.78kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB)
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5:archive-repository (default-archive-repository) @ ChartSDK ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/ChartSDK-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ ChartSDK ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ ChartSDK ---
[INFO] Executing tasks
[INFO]      [copy] Copying 78 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/eclipse
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.14.0-SNAPSHOT                      [42/288]
[INFO]   from build/birt-packages/birt-charts/DeploymentRuntime/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ DeploymentRuntime ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ DeploymentRuntime ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ DeploymentRuntime ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ DeploymentRuntime ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ DeploymentRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ DeploymentRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ DeploymentRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ DeploymentRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ DeploymentRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061713.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRIK7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061713.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRIK7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061713.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRIK7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061713.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRIK7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v202306061713.ChartEngine 1.0.0.B8_i5cLSkY-EGCrnR8jdsCRIK7Yr73553C753ECE to org.eclipse.equinox.p2.iu; com.ibm.icu [72.1.0.v20221115-2007,72.1.0.v20221115-2007].]
[WARNING] More information on the preceding warning(s) can be found here:
[WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5:archive-repository (default-archive-repository) @ DeploymentRuntime ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ DeploymentRuntime ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ DeploymentRuntime ---
[INFO] Executing tasks
[INFO]      [copy] Copying 37 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 36 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:2.7.5: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.14.0-SNAPSHOT                            [43/288]
[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:2.7.5: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:2.7.5:feature-source (feature-source) @ birt-charts ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ birt-charts ---
[INFO] Executing tasks
[INFO]      [copy] Copying 42 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/ChartRuntime/eclipse
[INFO]      [copy] Copying 78 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/ChartSDK/eclipse
[INFO]      [copy] Copying 39 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.14.0-202306061713.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.apache.batik.dom.birt.ext >-----------
[INFO] Building org.apache.batik.dom.birt.ext 1.14.0-SNAPSHOT          [44/288]
[INFO]   from common/org.apache.batik.dom.birt.ext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.batik.dom.birt.ext ---
[INFO] The project's OSGi version is 1.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.batik.dom.birt.ext ---
[INFO] Resolving class path of org.apache.batik.dom.birt.ext...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.apache.batik.dom.birt.ext ---
[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/common/org.apache.batik.dom.birt.ext/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.batik.dom.birt.ext ---
[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/common/org.apache.batik.dom.birt.ext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.batik.dom.birt.ext ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.batik.dom.birt.ext ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.apache.batik.dom.birt.ext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.batik.dom.birt.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.apache.batik.dom.birt.ext/target/org.apache.batik.dom.birt.ext-1.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.batik.dom.birt.ext ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.apache.batik.dom.birt.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.apache.batik.dom.birt.ext/target/org.apache.batik.dom.birt.ext-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.batik.dom.birt.ext ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.batik.dom.birt.ext ---
[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/common/org.apache.batik.dom.birt.ext/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.batik.dom.birt.ext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.batik.dom.birt.ext ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.apache.batik.dom.birt.ext ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.apache.batik.dom.birt.ext ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.apache.batik.dom.birt.ext ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/common/org.apache.batik.dom.birt.ext/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.apache.batik.transcoder.birt.ext >--------
[INFO] Building org.apache.batik.transcoder.birt.ext 1.14.0-SNAPSHOT   [45/288]
[INFO]   from common/org.apache.batik.transcoder.birt.ext/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.apache.batik.transcoder.birt.ext ---
[INFO] The project's OSGi version is 1.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Resolving class path of org.apache.batik.transcoder.birt.ext...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.apache.batik.transcoder.birt.ext ---
[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/common/org.apache.batik.transcoder.birt.ext/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.apache.batik.transcoder.birt.ext ---
[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/common/org.apache.batik.transcoder.birt.ext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.apache.batik.transcoder.birt.ext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.apache.batik.transcoder.birt.ext/target/org.apache.batik.transcoder.birt.ext-1.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.apache.batik.transcoder.birt.ext ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.apache.batik.transcoder.birt.ext/target/org.apache.batik.transcoder.birt.ext-1.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.apache.batik.transcoder.birt.ext ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.apache.batik.transcoder.birt.ext ---
[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/common/org.apache.batik.transcoder.birt.ext/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.apache.batik.transcoder.birt.ext ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.apache.batik.transcoder.birt.ext ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/common/org.apache.batik.transcoder.birt.ext/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.axis.overlay >-----------
[INFO] Building org.eclipse.birt.axis.overlay 4.14.0-SNAPSHOT          [46/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.axis.overlay ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.axis.overlay ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.axis.overlay ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.axis.overlay ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.axis.overlay ---
[INFO] Tests are skipped.
[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.branding >-------------
[INFO] Building org.eclipse.birt.branding 4.14.0-SNAPSHOT              [47/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.branding ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.branding ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.branding ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.branding ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.branding ---
[INFO] Tests are skipped.
[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.designer.ui >--------
[INFO] Building org.eclipse.birt.report.designer.ui 4.14.0-SNAPSHOT    [48/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [49/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.views ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.views ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.views ---
[INFO] Tests are skipped.
[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.designer.ui.editors >----
[INFO] Building org.eclipse.birt.report.designer.ui.editors 4.14.0-SNAPSHOT [50/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [51/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.schematic ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [52/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [53/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.explorer ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [54/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (25.53kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.ui.win32_3.5.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (24.25kB)
[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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.ide ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.ide ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.ide ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [55/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.cubebuilder ---
[INFO] Tests are skipped.
[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.model.adapter.oda >-----
[INFO] Building org.eclipse.birt.report.model.adapter.oda 4.14.0-SNAPSHOT [56/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.adapter.oda ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.adapter.oda ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.adapter.oda ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [57/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.data ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.data ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.data ---
[INFO] Tests are skipped.
[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.item.crosstab.ui >------
[INFO] Building org.eclipse.birt.report.item.crosstab.ui 4.14.0-SNAPSHOT [58/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.ui ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT   [59/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.ui ---
[INFO] Tests are skipped.
[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.core.script.function >-------
[INFO] Building org.eclipse.birt.core.script.function 4.14.0-SNAPSHOT  [60/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.script.function ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.script.function ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.script.function ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.script.function ---
[INFO] Tests are skipped.
[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.data.oda.mongodb >---------
[INFO] Building org.eclipse.birt.data.oda.mongodb 4.14.0-SNAPSHOT      [61/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb ---
[INFO] Tests are skipped.
[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.data.oda.mongodb.ui >--------
[INFO] Building org.eclipse.birt.data.oda.mongodb.ui 4.14.0-SNAPSHOT   [62/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.ui ---
[INFO] Tests are skipped.
[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.data.oda.pojo >-----------
[INFO] Building org.eclipse.birt.data.oda.pojo 4.14.0-SNAPSHOT         [63/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT      [64/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.ui ---
[INFO] Tests are skipped.
[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.designer.ui.editor.xml.wtp >--
[INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.14.0-SNAPSHOT [65/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [66/288]
[INFO]   from features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.data.bidi.utils >------
[INFO] Building org.eclipse.birt.report.data.bidi.utils 4.14.0-SNAPSHOT [67/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils ---
[INFO] Tests are skipped.
[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.bidi.utils.ui >-----
[INFO] Building org.eclipse.birt.report.data.bidi.utils.ui 4.14.0-SNAPSHOT [68/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils.ui ---
[INFO] Tests are skipped.
[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 >-------
[INFO] Building org.eclipse.birt.report.data.oda.jdbc 4.14.0-SNAPSHOT  [69/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc ---
[INFO] Tests are skipped.
[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.jdbc.ui >------
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui 4.14.0-SNAPSHOT [70/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.ui ---
[INFO] Tests are skipped.
[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.xml.ui >------
[INFO] Building org.eclipse.birt.report.data.oda.xml.ui 4.14.0-SNAPSHOT [71/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.ui ---
[INFO] Tests are skipped.
[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.engine.dataextraction >---
[INFO] Building org.eclipse.birt.report.engine.dataextraction 4.14.0-SNAPSHOT [72/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT         [73/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer ---
[INFO] Resolving class path of org.eclipse.birt.report.viewer...
[INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (16.24kB)
[INFO] Fetching org.eclipse.core.net.win32_1.1.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.54kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (9.59kB)
[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:2.7.5: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
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/viewer.jar-classes
[INFO] 
[INFO] --- tycho-ds:2.7.5: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 [1794] 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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.viewer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.viewer ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.viewer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.viewer ---
[INFO] Tests are skipped.
[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.report.engine.emitter.config >---
[INFO] Building org.eclipse.birt.report.engine.emitter.config 4.14.0-SNAPSHOT [74/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-api.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [75/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.web ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.web ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.web ---
[INFO] Tests are skipped.
[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.report.designer.ui.editor.script >--
[INFO] Building org.eclipse.birt.report.designer.ui.editor.script 4.14.0-SNAPSHOT [76/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.script ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.script ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.script ---
[INFO] Tests are skipped.
[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.data.oda.hive >-------
[INFO] Building org.eclipse.birt.report.data.oda.hive 4.14.0-SNAPSHOT  [77/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive ---
[INFO] Tests are skipped.
[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.data.oda.hive.ui >------
[INFO] Building org.eclipse.birt.report.data.oda.hive.ui 4.14.0-SNAPSHOT [78/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.ui ---
[INFO] Tests are skipped.
[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.data.oda.xml >--------
[INFO] Building org.eclipse.birt.report.data.oda.xml 4.14.0-SNAPSHOT   [79/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml ---
[INFO] Tests are skipped.
[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.engine.emitter.html >----
[INFO] Building org.eclipse.birt.report.engine.emitter.html 4.14.0-SNAPSHOT [80/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.html ---
[INFO] Tests are skipped.
[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.engine.emitter.pdf >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.pdf 4.14.0-SNAPSHOT [81/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.pdf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.pdf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.pdf ---
[INFO] Tests are skipped.
[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.engine.ooxml >--------
[INFO] Building org.eclipse.birt.report.engine.ooxml 4.14.0-SNAPSHOT   [82/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.ooxml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.ooxml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.ooxml ---
[INFO] Tests are skipped.
[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.config.docx >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.docx 4.14.0-SNAPSHOT [83/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.docx ---
[INFO] Tests are skipped.
[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.engine.emitter.ppt >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.ppt 4.14.0-SNAPSHOT [84/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.ppt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.ppt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.ppt ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [85/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.pptx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.pptx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.pptx ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [86/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pptx ---
[INFO] Tests are skipped.
[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.emitter.wpml >----
[INFO] Building org.eclipse.birt.report.engine.emitter.wpml 4.14.0-SNAPSHOT [87/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.wpml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.wpml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.wpml ---
[INFO] Tests are skipped.
[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.emitter.docx >----
[INFO] Building org.eclipse.birt.report.engine.emitter.docx 4.14.0-SNAPSHOT [88/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.docx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.docx ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.docx ---
[INFO] Tests are skipped.
[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.resources >-------------
[INFO] Building org.eclipse.birt.resources 4.14.0-SNAPSHOT             [89/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.resources ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.resources ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.resources ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.resources ---
[INFO] Tests are skipped.
[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.dataextraction.csv >--
[INFO] Building org.eclipse.birt.report.engine.dataextraction.csv 4.14.0-SNAPSHOT [90/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.csv ---
[INFO] Tests are skipped.
[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.engine.emitter.postscript >--
[INFO] Building org.eclipse.birt.report.engine.emitter.postscript 4.14.0-SNAPSHOT [91/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.postscript ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.postscript ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.postscript ---
[INFO] Tests are skipped.
[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.data.oda.jdbc.dbprofile >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.14.0-SNAPSHOT [92/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile ---
[INFO] Tests are skipped.
[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.sampledb >-----
[INFO] Building org.eclipse.birt.report.data.oda.sampledb 4.14.0-SNAPSHOT [93/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb ---
[INFO] Tests are skipped.
[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.report.data.oda.jdbc.dbprofile.sampledb >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.14.0-SNAPSHOT [94/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb ---
[INFO] Tests are skipped.
[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.report.data.oda.jdbc.dbprofile.ui >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.14.0-SNAPSHOT [95/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui ---
[INFO] Tests are skipped.
[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.debug.core >---------
[INFO] Building org.eclipse.birt.report.debug.core 4.14.0-SNAPSHOT     [96/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.core ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.core ---
[INFO] Tests are skipped.
[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:org.eclipse.birt.report.debug.ui >----------
[INFO] Building org.eclipse.birt.report.debug.ui 4.14.0-SNAPSHOT       [97/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.ui ---
[INFO] Tests are skipped.
[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.data.oda.sampledb.ui >----
[INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui 4.14.0-SNAPSHOT [98/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.ui ---
[INFO] Tests are skipped.
[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:org.eclipse.birt.report.engine.emitter.config.html >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.html 4.14.0-SNAPSHOT [99/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.html ---
[INFO] Tests are skipped.
[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.report.engine.emitter.config.pdf >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf 4.14.0-SNAPSHOT [100/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pdf ---
[INFO] Tests are skipped.
[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.postscript >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript 4.14.0-SNAPSHOT [101/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.postscript ---
[INFO] Tests are skipped.
[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.engine.emitter.config.ppt >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt 4.14.0-SNAPSHOT [102/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ppt ---
[INFO] Tests are skipped.
[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.engine.emitter.config.wpml >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml 4.14.0-SNAPSHOT [103/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.wpml ---
[INFO] Tests are skipped.
[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.engine.script.javascript >--
[INFO] Building org.eclipse.birt.report.engine.script.javascript 4.14.0-SNAPSHOT [104/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.script.javascript ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.script.javascript ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.script.javascript ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [105/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui ---
[INFO] Tests are skipped.
[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.report.engine.odf >---------
[INFO] Building org.eclipse.birt.report.engine.odf 4.14.0-SNAPSHOT    [106/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.odf ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.odf ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.odf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.odf ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.odf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.odf ---
[INFO] Tests are skipped.
[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.ods >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.ods 4.14.0-SNAPSHOT [107/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.ods ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.ods ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.ods ---
[INFO] Tests are skipped.
[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.engine.emitter.odt >-----
[INFO] Building org.eclipse.birt.report.engine.emitter.odt 4.14.0-SNAPSHOT [108/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.odt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.odt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.odt ---
[INFO] Tests are skipped.
[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.data.oda.excel >-------
[INFO] Building org.eclipse.birt.report.data.oda.excel 4.14.0-SNAPSHOT [109/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [110/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.ui ---
[INFO] Tests are skipped.
[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.me.prettyprint.hector >-------
[INFO] Building org.eclipse.birt.me.prettyprint.hector 4.14.0-SNAPSHOT [111/288]
[INFO]   from data/org.eclipse.birt.me.prettyprint.hector/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Resolving class path of org.eclipse.birt.me.prettyprint.hector...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.me.prettyprint.hector ---
[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.me.prettyprint.hector/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.me.prettyprint.hector ---
[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.me.prettyprint.hector/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.me.prettyprint.hector ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.me.prettyprint.hector ---
[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] --- dependency:2.10:copy-dependencies (copy) @ org.eclipse.birt.me.prettyprint.hector ---
[WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Copying slf4j-api-1.6.1.jar to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/slf4j-api-1.6.1.jar
[INFO] Copying cassandra-thrift-1.1.0.jar to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/cassandra-thrift-1.1.0.jar
[INFO] Copying guava-r09.jar to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/guava-r09.jar
[INFO] Copying hector-core-1.1-2.jar to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/hector-core-1.1-2.jar
[INFO] Copying libthrift-0.14.0.jar to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/libthrift-0.14.0.jar
[INFO] Copying slf4j-nop-1.6.1.jar to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/slf4j-nop-1.6.1.jar
[INFO] Copying commons-lang-2.4.jar to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/../lib/commons-lang-2.4.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/org.eclipse.birt.me.prettyprint.hector-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.me.prettyprint.hector ---
[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.me.prettyprint.hector/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.me.prettyprint.hector ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.me.prettyprint.hector ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.me.prettyprint.hector/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel >---------
[INFO] Building uk.co.spudsoft.birt.emitters.excel 4.14.0-SNAPSHOT    [112/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ uk.co.spudsoft.birt.emitters.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ uk.co.spudsoft.birt.emitters.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ uk.co.spudsoft.birt.emitters.excel ---
[INFO] Tests are skipped.
[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.w3c.dom.svg.extension >-------------
[INFO] Building org.w3c.dom.svg.extension 1.1.0-SNAPSHOT              [113/288]
[INFO]   from common/org.w3c.dom.svg.extension/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.w3c.dom.svg.extension ---
[INFO] The project's OSGi version is 1.1.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.w3c.dom.svg.extension ---
[INFO] Resolving class path of org.w3c.dom.svg.extension...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.w3c.dom.svg.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/common/org.w3c.dom.svg.extension/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.w3c.dom.svg.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/common/org.w3c.dom.svg.extension/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.w3c.dom.svg.extension ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.w3c.dom.svg.extension ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.w3c.dom.svg.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.w3c.dom.svg.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.w3c.dom.svg.extension/target/org.w3c.dom.svg.extension-1.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.w3c.dom.svg.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:2.7.5:package-plugin (default-package-plugin) @ org.w3c.dom.svg.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/common/org.w3c.dom.svg.extension/target/org.w3c.dom.svg.extension-1.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.w3c.dom.svg.extension ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.w3c.dom.svg.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/common/org.w3c.dom.svg.extension/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.w3c.dom.svg.extension ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.w3c.dom.svg.extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.w3c.dom.svg.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.w3c.dom.svg.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.w3c.dom.svg.extension ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/common/org.w3c.dom.svg.extension/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt.features:org.eclipse.birt >-------------
[INFO] Building org.eclipse.birt 4.14.0-SNAPSHOT                      [114/288]
[INFO]   from features/org.eclipse.birt.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.cshelp >--------------
[INFO] Building org.eclipse.birt.cshelp 4.14.0-SNAPSHOT               [115/288]
[INFO]   from docs/org.eclipse.birt.cshelp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.cshelp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.cshelp ---
[INFO] Resolving class path of org.eclipse.birt.cshelp...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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.cshelp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.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.cshelp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.cshelp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.cshelp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.cshelp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.cshelp/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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.cshelp/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.cshelp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.cshelp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.cshelp/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.cshelp >----------
[INFO] Building org.eclipse.birt.cshelp 4.14.0-SNAPSHOT               [116/288]
[INFO]   from features/org.eclipse.birt.cshelp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.cshelp ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.cshelp.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.cshelp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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.cshelp.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.cshelp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.cshelp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.cshelp.feature/target/org.eclipse.birt.cshelp-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.cshelp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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.cshelp.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.cshelp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.cshelp.feature/target/jacoco.exec
[INFO] 
[INFO] ---------------< org.eclipse.birt:org.eclipse.birt.doc >----------------
[INFO] Building org.eclipse.birt.doc 4.14.0-SNAPSHOT                  [117/288]
[INFO]   from docs/org.eclipse.birt.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.doc ---
[INFO] Resolving class path of org.eclipse.birt.doc...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc ---
[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.doc/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.doc ---
[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.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.doc ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.doc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc ---
[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.doc/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.doc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.doc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.doc >-----------
[INFO] Building org.eclipse.birt.doc 4.14.0-SNAPSHOT                  [118/288]
[INFO]   from features/org.eclipse.birt.doc.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.doc ---
[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.doc.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.doc ---
[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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.feature/target/org.eclipse.birt.doc-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.doc ---
[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.doc.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.doc ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.feature/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt:org.eclipse.birt.chart.examples >----------
[INFO] Building org.eclipse.birt.chart.examples 4.14.0-SNAPSHOT       [119/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.examples ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples ---
[INFO] Tests are skipped.
[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.samplereports >---
[INFO] Building org.eclipse.birt.report.designer.samplereports 4.14.0-SNAPSHOT [120/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.samplereports ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.samplereports ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.samplereports ---
[INFO] Tests are skipped.
[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:org.eclipse.birt.report.designer.ui.samplesview >--
[INFO] Building org.eclipse.birt.report.designer.ui.samplesview 4.14.0-SNAPSHOT [121/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samplesview ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samplesview ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samplesview ---
[INFO] Tests are skipped.
[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.ide >--
[INFO] Building org.eclipse.birt.report.designer.ui.samples.ide 4.14.0-SNAPSHOT [122/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.ide ---
[INFO] Tests are skipped.
[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.ui.samples.rcp >--
[INFO] Building org.eclipse.birt.report.designer.ui.samples.rcp 4.14.0-SNAPSHOT [123/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.rcp ---
[INFO] Tests are skipped.
[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.features:org.eclipse.birt.example >---------
[INFO] Building org.eclipse.birt.example 4.14.0-SNAPSHOT              [124/288]
[INFO]   from features/org.eclipse.birt.example.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.example ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.example ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.example ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.report.engine.emitter.config.excel >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.excel 4.14.0-SNAPSHOT [125/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.excel ---
[INFO] Tests are skipped.
[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:org.eclipse.birt.report.engine.emitter.config.odp >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.odp 4.14.0-SNAPSHOT [126/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.odp ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [127/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ods ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [128/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.odt ---
[INFO] Tests are skipped.
[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.14.0-SNAPSHOT [129/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.odp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.odp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.odp ---
[INFO] Tests are skipped.
[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.prototype.excel >--
[INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel 4.14.0-SNAPSHOT [130/288]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.prototype.excel/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.prototype.excel...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.prototype.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.prototype.excel/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.prototype.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.prototype.excel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.prototype.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/org.eclipse.birt.report.engine.emitter.prototype.excel-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.prototype.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.prototype.excel/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.prototype.excel ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.prototype.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.prototype.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.prototype.excel ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.features:org.eclipse.birt.engine.runtime >------
[INFO] Building org.eclipse.birt.engine.runtime 4.14.0-SNAPSHOT       [131/288]
[INFO]   from features/org.eclipse.birt.engine.runtime/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.engine.runtime ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.engine.runtime ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.engine.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.engine.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.engine.runtime ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.engine.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.engine.runtime/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.engine.runtime ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.engine.runtime ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.engine.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.engine.runtime ---
[INFO] Fetching org.eclipse.update.configurator_3.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (98.25kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.5.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (51.45kB)
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.engine.runtime ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.engine.runtime ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.engine.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.engine.runtime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.engine.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.engine.runtime/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.engine.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.engine.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.engine.runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.features:org.eclipse.birt.osgi.runtime >-------
[INFO] Building org.eclipse.birt.osgi.runtime 4.14.0-SNAPSHOT         [132/288]
[INFO]   from features/org.eclipse.birt.osgi.runtime/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[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:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[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] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ 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.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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.features:org.eclipse.birt.osgi.runtime.sdk >-----
[INFO] Building org.eclipse.birt.osgi.runtime.sdk 4.14.0-SNAPSHOT     [133/288]
[INFO]   from features/org.eclipse.birt.osgi.runtime.sdk/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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.osgi.runtime.sdk/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime.sdk/target/org.eclipse.birt.osgi.runtime.sdk-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.osgi.runtime.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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.osgi.runtime.sdk/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.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.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.osgi.runtime.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime.sdk/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.chart.integration.wtp.ui >-----
[INFO] Building org.eclipse.birt.chart.integration.wtp.ui 4.14.0-SNAPSHOT [134/288]
[INFO]   from chart/org.eclipse.birt.chart.integration.wtp.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Resolving class path of org.eclipse.birt.chart.integration.wtp.ui...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp.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.integration.wtp.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.integration.wtp.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.integration.wtp.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.integration.wtp.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp.ui ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/chartwtp.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/target/org.eclipse.birt.chart.integration.wtp.ui-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp.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.integration.wtp.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.integration.wtp.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp.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.integration.wtp.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.features:org.eclipse.birt.chart.integration.wtp >--
[INFO] Building org.eclipse.birt.chart.integration.wtp 4.14.0-SNAPSHOT [135/288]
[INFO]   from features/org.eclipse.birt.chart.integration.wtp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.integration.wtp.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.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.chart.integration.wtp.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.integration.wtp.feature/target/org.eclipse.birt.chart.integration.wtp-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.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.chart.integration.wtp.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.integration.wtp.feature/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.integration.wtp.ui >--------
[INFO] Building org.eclipse.birt.integration.wtp.ui 4.14.0-SNAPSHOT   [136/288]
[INFO]   from viewer/org.eclipse.birt.integration.wtp.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Resolving class path of org.eclipse.birt.integration.wtp.ui...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.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/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.integration.wtp.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/viewer/org.eclipse.birt.integration.wtp.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.integration.wtp.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.ui ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/birtwtp.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/target/org.eclipse.birt.integration.wtp.ui-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.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/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.integration.wtp.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.integration.wtp.ui ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.features:org.eclipse.birt.integration.wtp >-----
[INFO] Building org.eclipse.birt.integration.wtp 4.14.0-SNAPSHOT      [137/288]
[INFO]   from features/org.eclipse.birt.integration.wtp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.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.integration.wtp.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.integration.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.feature/target/org.eclipse.birt.integration.wtp-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.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.integration.wtp.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.integration.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.integration.wtp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.feature/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt:org.eclipse.birt.core.testhelper >----------
[INFO] Building org.eclipse.birt.core.testhelper 4.14.0-SNAPSHOT      [138/288]
[INFO]   from core/org.eclipse.birt.core.testhelper/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.testhelper ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.testhelper ---
[INFO] Resolving class path of org.eclipse.birt.core.testhelper...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.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/core/org.eclipse.birt.core.testhelper/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.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/core/org.eclipse.birt.core.testhelper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.testhelper ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.testhelper ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.testhelper ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/coretesthelper.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/target/org.eclipse.birt.core.testhelper-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.testhelper ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.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/core/org.eclipse.birt.core.testhelper/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.testhelper ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.testhelper ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:org.eclipse.birt.report.engine.testhelper >-----
[INFO] Building org.eclipse.birt.report.engine.testhelper 4.14.0-SNAPSHOT [139/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.testhelper ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.testhelper ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.testhelper ---
[INFO] Tests are skipped.
[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.model.testhelper >------
[INFO] Building org.eclipse.birt.report.model.testhelper 4.14.0-SNAPSHOT [140/288]
[INFO]   from model/org.eclipse.birt.report.model.testhelper/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testhelper ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Resolving class path of org.eclipse.birt.report.model.testhelper...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.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/model/org.eclipse.birt.report.model.testhelper/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.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/model/org.eclipse.birt.report.model.testhelper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.testhelper ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/tests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/target/org.eclipse.birt.report.model.testhelper-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.testhelper ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.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/model/org.eclipse.birt.report.model.testhelper/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.testhelper ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.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.model.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.features:org.eclipse.birt.testhelper >--------
[INFO] Building org.eclipse.birt.testhelper 4.14.0-SNAPSHOT           [141/288]
[INFO]   from features/org.eclipse.birt.testhelper.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.testhelper ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.testhelper.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.testhelper ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.testhelper ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.testhelper ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.testhelper ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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/features/org.eclipse.birt.testhelper.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.testhelper ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.testhelper ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.testhelper ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.testhelper ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.testhelper.feature/target/org.eclipse.birt.testhelper-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.testhelper ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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/features/org.eclipse.birt.testhelper.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.testhelper ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.testhelper.feature/target/jacoco.exec
[INFO] 
[INFO] ------------< org.eclipse.birt:org.eclipse.birt.tests.core >------------
[INFO] Building org.eclipse.birt.tests.core 4.14.0-SNAPSHOT           [142/288]
[INFO]   from testsuites/org.eclipse.birt.tests.core/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.core ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests.core ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests.core ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests.core ---
[INFO] Resolving class path of org.eclipse.birt.tests.core...
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (136.19kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (42.61kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (86.39kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (87.79kB)
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests.core ---
[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.core/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.tests.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/testsuites/org.eclipse.birt.tests.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests.core ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests.core ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/utility.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/target/org.eclipse.birt.tests.core-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.core ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests.core ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests.core ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests.core ---
[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.core/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests.core ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.tests.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.tests.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.tests.core ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.tests >------------
[INFO] Building org.eclipse.birt.chart.tests 4.14.0-SNAPSHOT          [143/288]
[INFO]   from chart/org.eclipse.birt.chart.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.tests ---
[INFO] Resolving class path of org.eclipse.birt.chart.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.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/chart/org.eclipse.birt.chart.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.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/chart/org.eclipse.birt.chart.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.tests ---
[INFO] Compiling 89 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/charttests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/org.eclipse.birt.chart.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.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/chart/org.eclipse.birt.chart.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.chart.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.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/chart/org.eclipse.birt.chart.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.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/surefire.properties]
Running org.eclipse.birt.chart.tests.AllTests
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/2dline.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/2dline.png|0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0|
|0,1,1,1,1,0,2,2,1,2,1,0,0,0,0,0,0,0,0,0|
|0,1,2,0,1,1,2,0,2,0,1,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0|
|0,1,1,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0|
|0,1,1,0,1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/2dpie.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/2dpie.png|1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,0,1,1,1,2,2,1,2,0,0,0,0,0,0,0,0,0,0|
|1,1,1,1,1,1,0,2,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0|
|1,1,1,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/2dscatter.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/2dscatter.png|1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0|
|1,1,0,1,1,2,0,2,2,1,2,3,0,0,0,0,0,0,0,0|
|0,1,2,1,1,1,2,0,0,0,0,1,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0|
|0,0,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,0|
|1,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0,0|
|0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/2dstock.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/2dstock.png|1,0,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,1,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,2,0,0,0,2,0,0,1,1,0,0,0,0|
|0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,0,0,0|
|1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,2,0,0,1,0,0,0,2,0,0,0,1,0,0,0,0|
|0,0,0,0,0,0,1,0,0,0,0,0,1,1,1,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/2dvert.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/2dvert.png|1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|1,0,1,2,1,1,0,1,0,3,0,0,0,0,0,0,0,0,0,0|
|1,2,0,2,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|2,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0|
|0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|1,1,0,1,1,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|2,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/2dvert2.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/2dvert2.png|1,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0|
|1,0,0,1,1,1,2,0,2,1,0,0,0,0,0,0,0,0,0,0|
|1,2,0,1,2,0,1,2,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0|
|1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/3dline.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/3dline.png|0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,1,2,1,1,0,1,1,3,0,0,0,0,0,0,0,0,0,0|
|0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0|
|0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,1,0,0,0,0|
|0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|1,1,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,1,1,0,0,1,0,1,1,1,1,1,1,0,0,0,0,0|
|0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,1,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/3dpie.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/3dpie.png|1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,1,0,1,3,0,4,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,0,1,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/chart/3dvert.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/chart/3dvert.png|1,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0|
|1,0,0,1,1,1,2,0,2,1,0,0,0,0,0,0,0,0,0,0|
|1,2,0,1,1,0,1,2,1,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0|
|1,0,0,1,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0|
|1,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,1,3,0,1,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/primitives/arc.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/primitives/arc.png|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/primitives/line.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/primitives/line.png|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/primitives/polygon.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/primitives/polygon.png|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/golden/primitives/rect.pngActual: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/src/org/eclipse/birt/chart/tests/device/output/primitives/rect.png|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Tests run: 241, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.466 s - in org.eclipse.birt.chart.tests.AllTests
2dline(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 4.322 s
2dpie(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 2.011 s
2dscatter(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 2.087 s
2dstock(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 2.046 s
2dvert(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 2.043 s
2dvert2(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 1.938 s
3dline(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 2 s
3dpie(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 1.886 s
3dvert(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 1.981 s
arc(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 1.903 s
line(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 1.907 s
polygon(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 1.88 s
rect(org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest)  Time elapsed: 2.078 s
testGetColor(org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest)  Time elapsed: 0 s
testGetPoint(org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest)  Time elapsed: 0 s
testGetTransparency(org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest)  Time elapsed: 0 s
testIsCyclic(org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest)  Time elapsed: 0 s
testHashCode(org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest)  Time elapsed: 0 s
testEaquls(org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest)  Time elapsed: 0 s
testEngineGetString(org.eclipse.birt.chart.tests.i18n.MessagesTest)  Time elapsed: 0 s
testEngineExtGetString(org.eclipse.birt.chart.tests.i18n.MessagesTest)  Time elapsed: 0.002 s
testDeviceGetString(org.eclipse.birt.chart.tests.i18n.MessagesTest)  Time elapsed: 0 s
testAverage(org.eclipse.birt.chart.tests.engine.aggregate.AverageTest)  Time elapsed: 0.001 s
testAverage(org.eclipse.birt.chart.tests.engine.aggregate.SumTest)  Time elapsed: 0 s
testFormat1(org.eclipse.birt.chart.tests.engine.computation.ValueFormatterTest)  Time elapsed: 0.001 s
testFormat2(org.eclipse.birt.chart.tests.engine.computation.ValueFormatterTest)  Time elapsed: 0.02 s
testCorrectNumber(org.eclipse.birt.chart.tests.engine.computation.ValueFormatterTest)  Time elapsed: 0 s
testAdd(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testSub(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0.001 s
testScaleProduct(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testScale(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testToString(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testProject(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testPerspective(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testCosineValue(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testCrossProduct(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testSetAndGet(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testInverse(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testIsPoint(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0 s
testRotate(org.eclipse.birt.chart.tests.engine.computation.VectorTest)  Time elapsed: 0.001 s
testGetWidth(org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest)  Time elapsed: 0 s
testScale(org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest)  Time elapsed: 0 s
testGetLeft(org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest)  Time elapsed: 0 s
testGetHeight(org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest)  Time elapsed: 0 s
testGetTop(org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest)  Time elapsed: 0 s
testContain(org.eclipse.birt.chart.tests.engine.internal.PolygonTest)  Time elapsed: 0.001 s
testOutcode(org.eclipse.birt.chart.tests.engine.computation.RectangleTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.computation.RectangleTest)  Time elapsed: 0 s
testContain(org.eclipse.birt.chart.tests.engine.computation.RectangleTest)  Time elapsed: 0 s
testIsEmpty(org.eclipse.birt.chart.tests.engine.computation.RectangleTest)  Time elapsed: 0 s
testLogScaleWithFixed(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0.001 s
testLinearScaleWithFixed(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0 s
testDateTimeScaleWithFixed(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0.024 s
testLinearScaleWithMarginAndFixed(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0.001 s
testLinearScaleWithMargin(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0 s
testLogScaleWithoutFixed(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0 s
testLinearScaleWithoutFixed(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0 s
testDateTimeScaleWithoutFixed(org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest)  Time elapsed: 0.002 s
testFormat(org.eclipse.birt.chart.tests.engine.computation.MonthDateFormatTest)  Time elapsed: 0.031 s
testGetMaximun(org.eclipse.birt.chart.tests.engine.datafeed.DataSetProcessorImplTest)  Time elapsed: 0.001 s
testGetMinimun(org.eclipse.birt.chart.tests.engine.datafeed.DataSetProcessorImplTest)  Time elapsed: 0 s
testFromString(org.eclipse.birt.chart.tests.engine.datafeed.DataSetProcessorImplTest)  Time elapsed: 0 s
testSize(org.eclipse.birt.chart.tests.engine.datafeed.ResultSetDataSetTest)  Time elapsed: 0.002 s
testHasNext(org.eclipse.birt.chart.tests.engine.datafeed.ResultSetDataSetTest)  Time elapsed: 0 s
testGetGroupCount(org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest)  Time elapsed: 0 s
testGetRowCount(org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest)  Time elapsed: 0 s
testGetColumnCount(org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest)  Time elapsed: 0 s
testGetGroupKey(org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest)  Time elapsed: 0 s
testStockValue1(org.eclipse.birt.chart.tests.engine.datafeed.StockEntryTest)  Time elapsed: 0 s
testStockValue2(org.eclipse.birt.chart.tests.engine.datafeed.StockEntryTest)  Time elapsed: 0 s
testGetMaximum(org.eclipse.birt.chart.tests.engine.datafeed.StockDataSetProcessorImplTest)  Time elapsed: 0 s
testGetMinimum(org.eclipse.birt.chart.tests.engine.datafeed.StockDataSetProcessorImplTest)  Time elapsed: 0 s
testCompareObjects(org.eclipse.birt.chart.tests.engine.internal.TupleComparatorTest)  Time elapsed: 0 s
testGetDirection(org.eclipse.birt.chart.tests.engine.internal.SortKeyTest)  Time elapsed: 0 s
testGetKey(org.eclipse.birt.chart.tests.engine.internal.SortKeyTest)  Time elapsed: 0 s
testGetKeyIndex(org.eclipse.birt.chart.tests.engine.internal.SortKeyTest)  Time elapsed: 0 s
testContain(org.eclipse.birt.chart.tests.engine.internal.PolygonTest)  Time elapsed: 0 s
testTimes(org.eclipse.birt.chart.tests.engine.internal.MatrixTest)  Time elapsed: 0.001 s
testCopy(org.eclipse.birt.chart.tests.engine.internal.MatrixTest)  Time elapsed: 0 s
testGetDimension(org.eclipse.birt.chart.tests.engine.internal.MatrixTest)  Time elapsed: 0 s
testIdentity(org.eclipse.birt.chart.tests.engine.internal.MatrixTest)  Time elapsed: 0 s
testInverse(org.eclipse.birt.chart.tests.engine.internal.MatrixTest)  Time elapsed: 0 s
testTranspose(org.eclipse.birt.chart.tests.engine.internal.MatrixTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.ActionTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.ActionTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.AnchorTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.AnchorTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.AxisTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.AxisTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.ChartDimensionTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.ChartDimensionTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.ChartTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.ChartTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.DataPointComponentTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.DataPointComponentTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.DataTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.DataTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatDetailTest)  Time elapsed: 0.001 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatDetailTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.DirectionTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.DirectionTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.GroupingUnitTypeTest)  Time elapsed: 0.001 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.GroupingUnitTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.HorizontalAlignmentTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.HorizontalAlignmentTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.IntersectionTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.IntersectionTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.LeaderLineStyleTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.LeaderLineStyleTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.LegendItemTypeTest)  Time elapsed: 0.001 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.LegendItemTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.LineStyleTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.LineStyleTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.MarkerTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.MarkerTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.OrientationTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.OrientationTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.PositionTest)  Time elapsed: 0.001 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.PositionTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.RuleTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.RuleTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.RiserTypeTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.RiserTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.ScaleUnitTypeTest)  Time elapsed: 0.001 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.ScaleUnitTypeTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.SortOptionTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.SortOptionTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.StretchTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.StretchTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.StyleComponentTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.StyleComponentTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.TickStyleTest)  Time elapsed: 0.001 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.TickStyleTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.TriggerConditionTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.TriggerConditionTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.UnitsOfMeasurementTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.UnitsOfMeasurementTest)  Time elapsed: 0 s
testGet(org.eclipse.birt.chart.tests.engine.model.attribute.VerticalAlignmentTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.chart.tests.engine.model.attribute.VerticalAlignmentTest)  Time elapsed: 0 s
testShift(org.eclipse.birt.chart.tests.engine.model.attribute.PaletteTest)  Time elapsed: 0.004 s
testShiftWithSize(org.eclipse.birt.chart.tests.engine.model.attribute.PaletteTest)  Time elapsed: 0 s
testIsColorTransparent(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0 s
testFormatDouble(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0.001 s
testIsShadowDefined(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0 s
testCompareVersion(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0 s
testGetQuadrant(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0 s
testMathEqual(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0.001 s
testMathGT(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0 s
testMathLT(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0 s
testStringValue(org.eclipse.birt.chart.tests.engine.util.ChartUtilTest)  Time elapsed: 0.011 s
testGetLevelNameFromDimensionExpression(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0.031 s
testCheckStringInExpression(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0 s
testGetFullBindingName(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0.003 s
testGetCubeBindingNameList(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0.001 s
testGetCubeBindingName(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0 s
testGetMeasureName(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0 s
testIsMeasureExpresion(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0 s
testIsDimensionExpresion(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0 s
testIsCubeBinding(org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest)  Time elapsed: 0 s
testStringParse(org.eclipse.birt.chart.tests.engine.util.LiteralHelperTest)  Time elapsed: 0.002 s
testYEst(org.eclipse.birt.chart.tests.engine.util.FittingCalculatorTest)  Time elapsed: 0 s
testToString(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0.001 s
testConstructorMaxDigits(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0.016 s
testFixedNumberatorFraction(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0 s
testConstructorFixedNumerator(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0 s
testConstructorPrecise(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0 s
testExactFration(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0.009 s
testMaxDigitsFraction(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0.001 s
testInvert(org.eclipse.birt.chart.tests.engine.util.FractionTest)  Time elapsed: 0 s
testGetNameIndex(org.eclipse.birt.chart.tests.engine.util.NameSetTest)  Time elapsed: 0 s
testGetNames(org.eclipse.birt.chart.tests.engine.util.NameSetTest)  Time elapsed: 0.001 s
testGetDisplayNames(org.eclipse.birt.chart.tests.engine.util.NameSetTest)  Time elapsed: 0 s
testGetSafeNameIndex(org.eclipse.birt.chart.tests.engine.util.NameSetTest)  Time elapsed: 0 s
testGetDisplayNameByName(org.eclipse.birt.chart.tests.engine.util.NameSetTest)  Time elapsed: 0 s
testGetNameByDisplayName(org.eclipse.birt.chart.tests.engine.util.NameSetTest)  Time elapsed: 0 s
testSupportedActionsDisplayName(org.eclipse.birt.chart.tests.engine.util.TriggerSupportMatrixTest)  Time elapsed: 0 s
testMatrixAll(org.eclipse.birt.chart.tests.engine.util.TriggerSupportMatrixTest)  Time elapsed: 0.013 s
testFactory(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.526 s
testTitle(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.028 s
testTitleCaptionFont(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.054 s
testDimension(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.029 s
testColorByCategory(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.048 s
testGetCategory(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.021 s
testOutput(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.031 s
testTitleCaptionColor(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.02 s
testDescription(org.eclipse.birt.chart.tests.script.ChartTest)  Time elapsed: 0.045 s
testGetValueAxes(org.eclipse.birt.chart.tests.script.ChartWithAxesTest)  Time elapsed: 0.019 s
testHorizontal(org.eclipse.birt.chart.tests.script.ChartWithAxesTest)  Time elapsed: 0.018 s
testGetValueSeries(org.eclipse.birt.chart.tests.script.ChartWithAxesTest)  Time elapsed: 0.019 s
testGetCategoryAxis(org.eclipse.birt.chart.tests.script.ChartWithAxesTest)  Time elapsed: 0.035 s
testGetValueSeries(org.eclipse.birt.chart.tests.script.ChartWithoutAxesTest)  Time elapsed: 0.017 s
testAuto(org.eclipse.birt.chart.tests.script.scale.ScaleTest)  Time elapsed: 0.018 s
testCategory(org.eclipse.birt.chart.tests.script.scale.ScaleTest)  Time elapsed: 0.017 s
testMax(org.eclipse.birt.chart.tests.script.scale.LinearScaleTest)  Time elapsed: 0.016 s
testMin(org.eclipse.birt.chart.tests.script.scale.LinearScaleTest)  Time elapsed: 0.041 s
testNumberOfSteps(org.eclipse.birt.chart.tests.script.scale.LinearScaleTest)  Time elapsed: 0.015 s
testStepSize(org.eclipse.birt.chart.tests.script.scale.LinearScaleTest)  Time elapsed: 0.013 s
testMax(org.eclipse.birt.chart.tests.script.scale.TimeScaleTest)  Time elapsed: 0.014 s
testMin(org.eclipse.birt.chart.tests.script.scale.TimeScaleTest)  Time elapsed: 0.014 s
testStepTimeUnit(org.eclipse.birt.chart.tests.script.scale.TimeScaleTest)  Time elapsed: 0.028 s
testStepSize(org.eclipse.birt.chart.tests.script.scale.TimeScaleTest)  Time elapsed: 0.014 s
testShowValue(org.eclipse.birt.chart.tests.script.component.LegendTest)  Time elapsed: 0.014 s
testTitle(org.eclipse.birt.chart.tests.script.component.LegendTest)  Time elapsed: 0.012 s
testVisible(org.eclipse.birt.chart.tests.script.component.LegendTest)  Time elapsed: 0.013 s
testTitle(org.eclipse.birt.chart.tests.script.component.MarkerLineTest)  Time elapsed: 0.012 s
testValue(org.eclipse.birt.chart.tests.script.component.MarkerLineTest)  Time elapsed: 0.013 s
testVisible(org.eclipse.birt.chart.tests.script.component.MarkerLineTest)  Time elapsed: 0.025 s
testEndValue(org.eclipse.birt.chart.tests.script.component.MarkerRangeTest)  Time elapsed: 0.012 s
testTitle(org.eclipse.birt.chart.tests.script.component.MarkerRangeTest)  Time elapsed: 0.012 s
testVisible(org.eclipse.birt.chart.tests.script.component.MarkerRangeTest)  Time elapsed: 0.012 s
testStartValue(org.eclipse.birt.chart.tests.script.component.MarkerRangeTest)  Time elapsed: 0.013 s
testGetMarkerLines(org.eclipse.birt.chart.tests.script.component.AxisTest)  Time elapsed: 0.012 s
testGetScale(org.eclipse.birt.chart.tests.script.component.AxisTest)  Time elapsed: 0.012 s
testTitle(org.eclipse.birt.chart.tests.script.component.AxisTest)  Time elapsed: 0.021 s
testType(org.eclipse.birt.chart.tests.script.component.AxisTest)  Time elapsed: 0.012 s
testGetMarkerRanges(org.eclipse.birt.chart.tests.script.component.AxisTest)  Time elapsed: 0.011 s
testVisible(org.eclipse.birt.chart.tests.script.component.AxisTest)  Time elapsed: 0.011 s
testGetDataExpr(org.eclipse.birt.chart.tests.script.component.CategoryTest)  Time elapsed: 0.011 s
testOptionalValueGroupingExpr(org.eclipse.birt.chart.tests.script.component.CategoryTest)  Time elapsed: 0.011 s
testSorting(org.eclipse.birt.chart.tests.script.component.CategoryTest)  Time elapsed: 0.012 s
testGetGrouping(org.eclipse.birt.chart.tests.script.component.CategoryTest)  Time elapsed: 0.011 s
testTitle(org.eclipse.birt.chart.tests.script.component.ValueSeriesTest)  Time elapsed: 0.021 s
testAggregateExpr(org.eclipse.birt.chart.tests.script.component.ValueSeriesTest)  Time elapsed: 0.013 s
testGetDataExpr(org.eclipse.birt.chart.tests.script.component.ValueSeriesTest)  Time elapsed: 0.011 s
testPercent(org.eclipse.birt.chart.tests.script.component.ValueSeriesTest)  Time elapsed: 0.012 s
testVisible(org.eclipse.birt.chart.tests.script.component.ValueSeriesTest)  Time elapsed: 0.012 s
testGetAction(org.eclipse.birt.chart.tests.script.component.ValueSeriesTest)  Time elapsed: 0.016 s
testStockSeries(org.eclipse.birt.chart.tests.script.series.SeriesTypeTest)  Time elapsed: 0.012 s
testStacked(org.eclipse.birt.chart.tests.script.series.StackableSeriesTest)  Time elapsed: 0.029 s
testGetDataExpr(org.eclipse.birt.chart.tests.script.series.BarSeriesTest)  Time elapsed: 0.012 s
testBarType(org.eclipse.birt.chart.tests.script.series.BarSeriesTest)  Time elapsed: 0.012 s
testMinSliceLabel(org.eclipse.birt.chart.tests.script.series.PieSeriesTest)  Time elapsed: 0.011 s
testGetDataExpr(org.eclipse.birt.chart.tests.script.series.PieSeriesTest)  Time elapsed: 0.037 s
testExplosionExpr(org.eclipse.birt.chart.tests.script.series.PieSeriesTest)  Time elapsed: 0.028 s
testMinSlice(org.eclipse.birt.chart.tests.script.series.PieSeriesTest)  Time elapsed: 0.01 s
testEnabled(org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest)  Time elapsed: 0.01 s
testGroupType(org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest)  Time elapsed: 0.011 s
testGroupUnit(org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest)  Time elapsed: 0.01 s
testGroupInterval(org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest)  Time elapsed: 0.011 s

Results:

Tests run: 241, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/target/jacoco.exec
[INFO] 
[INFO] ------------< org.eclipse.birt:org.eclipse.birt.core.tests >------------
[INFO] Building org.eclipse.birt.core.tests 4.14.0-SNAPSHOT           [144/288]
[INFO]   from core/org.eclipse.birt.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.tests ---
[INFO] Resolving class path of org.eclipse.birt.core.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.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/core/org.eclipse.birt.core.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.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/core/org.eclipse.birt.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.tests ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/coretests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/org.eclipse.birt.core.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.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/core/org.eclipse.birt.core.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.core.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.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/core/org.eclipse.birt.core.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/surefire.properties]
Running org.eclipse.birt.core.AllTests
1
2
3
4
5
6
7
8
9
1
2
3
4
5
6
1
2
3
4
1
2
5
6
0
1
2
3
4
5
6
7
8
9
year:2023 month:5 day:6 hour:5 minute:19second:17
year:2023 month:5 day:6 hour:0
Sat Oct 01 00:00:00 UTC 2005
result:Sat Oct 01 00:00:00 UTC 2005
Fri Sep 01 00:00:00 UTC 2006
result:Fri Sep 01 00:00:00 UTC 2006
Sun Aug 21 00:00:00 UTC 2011
result:Sun Aug 21 00:00:00 UTC 2011
Sun Aug 14 00:00:00 UTC 2011
result:Sun Aug 14 00:00:00 UTC 2011
Sat Jan 01 00:00:00 UTC 2005
Sun Jan 01 00:00:00 UTC 2006
0
1
2
3
4
5
6
Sat Oct 01 00:00:00 UTC 2005
result:Sat Oct 01 00:00:00 UTC 2005
Sat Jul 01 00:00:00 UTC 2006
result:Sat Jul 01 00:00:00 UTC 2006
Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.328 s - in org.eclipse.birt.core.AllTests
testWrap(org.eclipse.birt.core.script.CoreJavaScriptWrapperTest)  Time elapsed: 0.032 s
testAddDate(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.105 s
testAddTime(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.008 s
testHours(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.037 s
testYears(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.008 s
testDays(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.016 s
testMinutes(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.005 s
testMonths(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.014 s
testSeconds(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.004 s
testSubDate(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.005 s
testSubTime(org.eclipse.birt.core.script.NativeDateTimeSpanTest)  Time elapsed: 0.004 s
testDdb(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.003 s
testIrr(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.005 s
testNpv(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.001 s
testPmt(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.001 s
testSln(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.032 s
testSyd(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.001 s
testIpmt(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.002 s
testMirr(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.002 s
testNPer(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.001 s
testPpmt(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.002 s
testRate(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.004 s
testPercent(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.002 s
testFv(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.004 s
testPv(org.eclipse.birt.core.script.NativeFinanceTest)  Time elapsed: 0.012 s
testNameAccess(org.eclipse.birt.core.script.NativeJavaMapTest)  Time elapsed: 0.002 s
testIn(org.eclipse.birt.core.script.NativeJavaMapTest)  Time elapsed: 0.004 s
testLength(org.eclipse.birt.core.script.NativeJavaMapTest)  Time elapsed: 0.002 s
testNameAccess(org.eclipse.birt.core.script.NativeNamedListTest)  Time elapsed: 0.003 s
testIn(org.eclipse.birt.core.script.NativeNamedListTest)  Time elapsed: 0.006 s
testIndexAccess(org.eclipse.birt.core.script.NativeNamedListTest)  Time elapsed: 0.002 s
testEntryName(org.eclipse.birt.core.script.NativeNamedListTest)  Time elapsed: 0.001 s
testLength(org.eclipse.birt.core.script.NativeNamedListTest)  Time elapsed: 0.002 s
testEntryValue(org.eclipse.birt.core.script.NativeNamedListTest)  Time elapsed: 0.002 s
testEval(org.eclipse.birt.core.script.ScriptableParametersTest)  Time elapsed: 0.056 s
testReterive(org.eclipse.birt.core.script.ScriptableParametersTest)  Time elapsed: 0.007 s
testAssign(org.eclipse.birt.core.script.ScriptableParametersTest)  Time elapsed: 0.006 s
testThisObject(org.eclipse.birt.core.script.ScriptContextTest)  Time elapsed: 0.002 s
testScope(org.eclipse.birt.core.script.ScriptContextTest)  Time elapsed: 0.002 s
testCompiledScript(org.eclipse.birt.core.script.ScriptContextTest)  Time elapsed: 0.003 s
testRootScope(org.eclipse.birt.core.script.ScriptContextTest)  Time elapsed: 0 s
testJavaScope(org.eclipse.birt.core.script.ScriptContextTest)  Time elapsed: 0.002 s
testGlobal(org.eclipse.birt.core.script.ScriptContextTest)  Time elapsed: 0.005 s
testAnyOf(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.07 s
testMatch(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.003 s
testLike(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.008 s
testBetween(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.002 s
testCompare(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.02 s
testCompareString(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.006 s
testNotLike(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.006 s
testNotBetween(org.eclipse.birt.core.script.bre.BirtCompTest)  Time elapsed: 0.002 s
testFiscalQuarter(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.005 s
testFirstDayOfFiscalWeek(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testFirstDayOfFiscalYear(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.004 s
testAddHour(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testAddWeek(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testAddYear(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.001 s
testDay(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testNow(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.001 s
testToday(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.001 s
testFirstDayOfMonth(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.027 s
testWeek(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.012 s
testYear(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.001 s
testFiscalWeek(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.007 s
testFiscalYear(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.005 s
testFirstDayOfWeek(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testFirstDayOfYear(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testMonthDate(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testAddMonth(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testFiscalMonth(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.004 s
testFirstDayOfFiscalQuarter(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.004 s
testDayOfWeek(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testDayOfYear(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testQuarter(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testDiffMinute(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.01 s
testWeekDayDate(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.033 s
testFiscalYearStartDate(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testDiffSecond(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testAddMinute(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testDiffHour(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.005 s
testDiffWeek(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.006 s
testDiffYear(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testAddSecond(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testDiffQuarter(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testAddDay(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testFiscalDay(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.004 s
testFirstDayOfQuarter(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.004 s
testDiffDay(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.004 s
testFirstDayOfFiscalMonth(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.005 s
testWeekOfMonth(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.006 s
testAddQuarter(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.002 s
testDiffMonth(org.eclipse.birt.core.script.bre.BirtDateTimeTest)  Time elapsed: 0.003 s
testAdd(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 1.394 s
testDay(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testIsLongerThan(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testAddTo(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testMonth(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.001 s
testHour(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.001 s
testYear(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.001 s
testGetSign(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.001 s
testCompare(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testSubstract(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.003 s
testMultiply(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testMinute(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.001 s
testNegate(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testSecond(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.001 s
testIsShorterThan(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testTimeInMills(org.eclipse.birt.core.script.bre.BirtDurationTest)  Time elapsed: 0.002 s
testAdd(org.eclipse.birt.core.script.bre.BirtMathTest)  Time elapsed: 0.003 s
testMod(org.eclipse.birt.core.script.bre.BirtMathTest)  Time elapsed: 0.008 s
testRound(org.eclipse.birt.core.script.bre.BirtMathTest)  Time elapsed: 0.004 s
testCeiling(org.eclipse.birt.core.script.bre.BirtMathTest)  Time elapsed: 0.006 s
testRoundDown(org.eclipse.birt.core.script.bre.BirtMathTest)  Time elapsed: 0.006 s
testRoundUp(org.eclipse.birt.core.script.bre.BirtMathTest)  Time elapsed: 0.007 s
testSafeDivide(org.eclipse.birt.core.script.bre.BirtMathTest)  Time elapsed: 0.002 s
testSearchStringString(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.003 s
testTrimLeft(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.001 s
testLeftStringInt(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.001 s
testToLower(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.002 s
testToUpper(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.001 s
testIndexOfStringStringInt(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.001 s
testTrim(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.002 s
testRightStringInt(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.002 s
testConString(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.002 s
testSearchStringStringInt(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.003 s
testCharLength(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0 s
testTrimRight(org.eclipse.birt.core.script.bre.BirtStrTest)  Time elapsed: 0.001 s
testToURL(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testListFiles(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testGetName(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testGetPath(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testIsDirectory(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testIsAbsolute(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testCreateInputAndOutputStream(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testDelete(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testExists(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testGetParent(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0 s
testMkdirs(org.eclipse.birt.core.fs.LocalFileTest)  Time elapsed: 0.001 s

Results:

Tests run: 138, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/target/jacoco.exec
[INFO] 
[INFO] ------------< org.eclipse.birt:org.eclipse.birt.data.tests >------------
[INFO] Building org.eclipse.birt.data.tests 4.14.0-SNAPSHOT           [145/288]
[INFO]   from data/org.eclipse.birt.data.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.tests ---
[INFO] Resolving class path of org.eclipse.birt.data.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.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/data/org.eclipse.birt.data.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.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/data/org.eclipse.birt.data.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.tests ---
[INFO] Compiling 180 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/dataenginetests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/org.eclipse.birt.data.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.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/data/org.eclipse.birt.data.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.data.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.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/data/org.eclipse.birt.data.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.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/surefire.properties]
Running org.eclipse.birt.data.engine.odaconsumer.OutputParametersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 s - in org.eclipse.birt.data.engine.odaconsumer.OutputParametersTest
org.eclipse.birt.data.engine.odaconsumer.OutputParametersTest skipped
Running org.eclipse.birt.data.engine.odaconsumer.AppContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.odaconsumer.AppContextTest
org.eclipse.birt.data.engine.odaconsumer.AppContextTest skipped
Running org.eclipse.birt.data.engine.odaconsumer.ManifestExplorerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.odaconsumer.ManifestExplorerTest
org.eclipse.birt.data.engine.odaconsumer.ManifestExplorerTest skipped
Running org.eclipse.birt.data.engine.odaconsumer.MultipleResultSetsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.odaconsumer.MultipleResultSetsTest
org.eclipse.birt.data.engine.odaconsumer.MultipleResultSetsTest skipped
Running org.eclipse.birt.data.engine.odaconsumer.ParameterInNativeNameTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.odaconsumer.ParameterInNativeNameTest
org.eclipse.birt.data.engine.odaconsumer.ParameterInNativeNameTest skipped
Running org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest
Jun 06, 2023 5:19:29 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jun 06, 2023 5:19:29 PM 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
Jun 06, 2023 5:19:29 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager findDriver
INFO: Loaded JDBC driver class in class path: org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement validateAndAddParameterHint
SEVERE: Another parameter in the data set is defined with the same name ParamName1.
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement findInParameter(String)
INFO: Cannot find input parameter by name.
java.lang.UnsupportedOperationException: No named Parameter supported.
	at org.eclipse.birt.report.data.oda.jdbc.Statement.findInParameter(Statement.java:770)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.findInParameter(OdaQuery.java:1299)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findInParameter(PreparedStatement.java:2570)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getRuntimeParameterIndexFromName(PreparedStatement.java:1656)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findParameterMetaData(PreparedStatement.java:1582)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.updateWithParameterHints(PreparedStatement.java:1557)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.mergeParamHintsWithMetaData(PreparedStatement.java:1508)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getParameterMetaData(PreparedStatement.java:1380)
	at org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testGetParameterMetaData3(ParameterHintTest.java:252)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement validateAndAddParameterHint
SEVERE: Another parameter ParamName1 in the data set is defined with the same position 2.
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.ParameterHint setDataType( Class )
SEVERE: Invalid parameter data type interface org.eclipse.datatools.connectivity.oda.IBlob.
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.ParameterHint setDataType( Class )
SEVERE: Invalid parameter data type interface org.eclipse.datatools.connectivity.oda.IClob.
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement validateAndAddParameterHint
SEVERE: Another parameter ParamName1 in the data set is defined with the same position 1.
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement findInParameter(String)
INFO: Cannot find input parameter by name.
java.lang.UnsupportedOperationException: No named Parameter supported.
	at org.eclipse.birt.report.data.oda.jdbc.Statement.findInParameter(Statement.java:770)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.findInParameter(OdaQuery.java:1299)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findInParameter(PreparedStatement.java:2570)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getRuntimeParameterIndexFromName(PreparedStatement.java:1656)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findParameterMetaData(PreparedStatement.java:1582)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.updateWithParameterHints(PreparedStatement.java:1557)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.mergeParamHintsWithMetaData(PreparedStatement.java:1508)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getParameterMetaData(PreparedStatement.java:1380)
	at org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testMergeParamHintsWithRuntimeMd(ParameterHintTest.java:662)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Tests run: 20, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 1.455 s - in org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest
testMergeParamHintsWithDefaultValue(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 1.332 s
testNameToPositionInParameterHints(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.044 s
testValidateParameterHints1(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.005 s
testGetParameterMetaData1(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.001 s
testGetParameterMetaData2(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.003 s
testGetParameterMetaData3(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.002 s
testValidateOutputParameterHints(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.043 s
testMultipleHintsOnSameParameterName(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest) skipped
testMergeParamHints(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest) skipped
testNameToPositionInSingleParameterHint(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.001 s
testUnsupportedParameterDataTypes(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.002 s
testUnsupportedRuntimeParameterMetaData(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest) skipped
testValidateInputParameterHintsSucceed(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.001 s
testConflictingParamHints(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest) skipped
testUnsupportedRuntimeParameterMetaData2(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest) skipped
testMergeParamHints1(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest) skipped
testMergeParamHints3(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest) skipped
testValidateInputParameterHints2(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.002 s
testMergeParamHintsWithRuntimeMd(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.001 s
testMergeParamHintOnLOB(org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest)  Time elapsed: 0.004 s
Running org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.ProjectedColumns validateNewNameOrAlias
SEVERE: column name or alias intColumn is aready used by column org.eclipse.birt.data.engine.executor.ResultFieldMetadata@2e5e6fc4
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.ProjectedColumns validateNewNameOrAlias
SEVERE: column name or alias My Decimal Column is aready used by column org.eclipse.birt.data.engine.executor.ResultFieldMetadata@4dfe8b37
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.ProjectedColumns validateNewNameOrAlias
SEVERE: column name or alias stringColumn is aready used by column org.eclipse.birt.data.engine.executor.ResultFieldMetadata@ee8e7ff
Jun 06, 2023 5:19:29 PM org.eclipse.birt.data.engine.odaconsumer.ProjectedColumns validateNewNameOrAlias
SEVERE: column name or alias MyColumn is aready used by column org.eclipse.birt.data.engine.executor.ResultFieldMetadata@789c3057
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest
testCustomColumnValidation1(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.003 s
testCustomColumnValidation2(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.002 s
testChangeColumnTypeWithHint(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.012 s
testAliasValidation1(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0 s
testAliasValidation2(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.001 s
testAliasValidation3(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.002 s
testChangeMetadataWithAdditionalCustomColumns(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.001 s
testWithClearParameters1(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.004 s
testWithClearParameters2(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.002 s
testChangeColumnTypeWithNativeTypeHint(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.001 s
testChangeMetadataWithNewProjection(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.001 s
testCustomColumnWithProjection1(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0.001 s
testCustomColumnWithProjection2(org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest
Test database: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/testdatabase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest
testFlatfileBlob(org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest)  Time elapsed: 0.02 s
testFlatfileClob(org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest)  Time elapsed: 0.013 s
testJdbc(org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest)  Time elapsed: 0.007 s
testFlatfileGetBlob(org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest)  Time elapsed: 0 s
testFlatfileGetClob(org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest
testBigDecimal(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0.031 s
testBytes(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0 s
testDate(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0.004 s
testBoolean(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0.001 s
testDouble(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0.001 s
testInteger(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0.001 s
testStress(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0.001 s
testString(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0 s
testSpecial(org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest)  Time elapsed: 0.003 s
Running org.eclipse.birt.data.engine.olap.data.util.Row4AggregationTest
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.birt.data.engine.olap.data.util.Row4AggregationTest
testDiskIndexBytes(org.eclipse.birt.data.engine.olap.data.util.Row4AggregationTest)  Time elapsed: 0.008 s
Running org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest
create index running  :16860719698
create index finished :16860719698
search running    :16860719698
search finished   :16860719703
create index running  :16860719705
create index finished :16860719710
search running    :16860719710
search finished   :16860719710
create index running  :16860719710
create index finished :16860719710
search running    :16860719710
search finished   :16860719711
create index running  :16860719711
create index finished :16860719711
search running    :16860719711
search finished   :16860719711
create index running  :16860719711
create index finished :16860719713
search running    :16860719713
search finished   :16860719713
create index finished :16860719713
search running    :16860719713
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 s - in org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest
testDiskIndexInteger(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.589 s
testDiskIndexString4(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.711 s
testDiskIndexInteger1(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.007 s
testDiskIndexInteger2(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.009 s
testDiskIndexInteger3(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.011 s
testDiskIndexInteger4(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.283 s
testDiskIndexInteger5(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.002 s
testDiskIndexTopBottom(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.002 s
testDiskIndexDate(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.089 s
testDiskIndexBytes(org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest
testBigDecimal(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0.006 s
testBytes(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0 s
testMixed(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0.001 s
testDate(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0 s
testBytes11(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0 s
testBytes2(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0.001 s
testInteger(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0 s
testString(org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest
testAddObject1(org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest)  Time elapsed: 0.001 s
testAddObject2(org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest)  Time elapsed: 0 s
testAddObject3(org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest)  Time elapsed: 0 s
testAddObject4(org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest
testMemberForTest1(org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest)  Time elapsed: 0.019 s
testMemberForTest2(org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest)  Time elapsed: 0.005 s
testMemberForTest(org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest)  Time elapsed: 0.004 s
Running org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest
testBigDecimal(org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest)  Time elapsed: 0.01 s
testDate(org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest)  Time elapsed: 0.001 s
testBoolean(org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest)  Time elapsed: 0 s
testDouble(org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest)  Time elapsed: 0.001 s
testInteger(org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest)  Time elapsed: 0 s
testString(org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.util.SetUtilTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.birt.data.engine.olap.data.util.SetUtilTest
testintersect1(org.eclipse.birt.data.engine.olap.data.util.SetUtilTest)  Time elapsed: 0.001 s
testintersect2(org.eclipse.birt.data.engine.olap.data.util.SetUtilTest)  Time elapsed: 0 s
testintersect3(org.eclipse.birt.data.engine.olap.data.util.SetUtilTest)  Time elapsed: 0 s
testintersect4(org.eclipse.birt.data.engine.olap.data.util.SetUtilTest)  Time elapsed: 0 s
testintersect5(org.eclipse.birt.data.engine.olap.data.util.SetUtilTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.util.ObjectArrayUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.olap.data.util.ObjectArrayUtilTest
testObjectArrayUtil(org.eclipse.birt.data.engine.olap.data.util.ObjectArrayUtilTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest
used push:0
used pop:0
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s - in org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest
testNotDistinctAsc(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.007 s
testNotDistinctAsc3(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.248 s
testNotDistinctDesc(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.004 s
testStess(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.006 s
testNotDistinctDesc1(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.003 s
testDistinctDesc1(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.001 s
testDistinctAsc1(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.002 s
testDistinctAsc2(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.001 s
testDistinctAsc3(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.174 s
testDistinctDesc(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.003 s
testDistinctAsc(org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest)  Time elapsed: 0.003 s
Running org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest
used add:1
used get:2
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest
testMemberForTest1(org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest)  Time elapsed: 0.075 s
testMemberForTest2(org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest)  Time elapsed: 0.015 s
testMemberForTest3(org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest)  Time elapsed: 0.022 s
testMemberForTest(org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest)  Time elapsed: 0.002 s
testStress(org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest)  Time elapsed: 0.216 s
Running org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest
testNotDistinctAsc(org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest)  Time elapsed: 0.002 s
testNotDistinctDesc(org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest)  Time elapsed: 0.001 s
testDistinctAsc1(org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest)  Time elapsed: 0.09 s
testDistinctDesc(org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest)  Time elapsed: 0.001 s
testDistinctAsc(org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.engine.olap.data.impl.LevelMemberTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.birt.data.engine.olap.data.impl.LevelMemberTest
testSaveAndLoad(org.eclipse.birt.data.engine.olap.data.impl.LevelMemberTest)  Time elapsed: 0.009 s
Running org.eclipse.birt.data.engine.olap.data.impl.DimensionKeyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.birt.data.engine.olap.data.impl.DimensionKeyTest
testSaveAndLoad(org.eclipse.birt.data.engine.olap.data.impl.DimensionKeyTest)  Time elapsed: 0.009 s
Running org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest
0
1
2
3
4
5
6
7
8
9
10
11
12
13
load starting...
load end...
load starting...
load end...
load starting...
load end...
load starting...
load end...
load starting...
load end...
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.581 s - in org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest
testDimensionCreateAndFind1(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.569 s
testDimensionCreateAndFind2(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.003 s
testDimensionCreateAndFind3(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.001 s
testDimensionCreateAndFind4(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.001 s
testDimensionCreateAndFind5(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.001 s
testDimensionCreateAndFind6(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.002 s
testDimensionCreateAndFind7(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0 s
testDimensionCreateAndFind8(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.001 s
testDimensionGetAll(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.001 s
testDimensionCreateAndFind(org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.engine.olap.data.impl.facttable.DimensionSegmentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.olap.data.impl.facttable.DimensionSegmentsTest
testDimensionSegments(org.eclipse.birt.data.engine.olap.data.impl.facttable.DimensionSegmentsTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest
testRunningAggregation1(org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest)  Time elapsed: 0.061 s
testMultipleAggregation1(org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest)  Time elapsed: 0.004 s
testSumAggregation1(org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest)  Time elapsed: 0.004 s
testSumAggregation2(org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest)  Time elapsed: 0.004 s
Running org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest
Finish creating dimension... time: 0
start save fact table...
Save fact table, finished... time: 0
start iterator...
10,10,1  100,100.0
10,10,9  900,900.0
10,99,1  990,990.0
10,99,9  8910,8910.0
99,10,1  990,990.0
99,10,9  8910,8910.0
99,99,1  9801,9801.0
99,99,9  88209,88209.0
Finish iterator... time: 0
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s - in org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest
testFactTableDocumentObjectNameUtil(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest)  Time elapsed: 0.001 s
testCombinedPositionCalculator(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest)  Time elapsed: 0 s
testFactTableSaveAndLoad1(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest)  Time elapsed: 0.007 s
testFactTableSaveAndLoad2(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest)  Time elapsed: 0.002 s
testFactTableSaveAndLoad3(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest)  Time elapsed: 0.234 s
testCombinedPositionCalculator1(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest)  Time elapsed: 0 s
testCombinedPositionCalculator2(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest
testSaveAndLoad(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest)  Time elapsed: 0.224 s
testSaveAndLoad2(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest)  Time elapsed: 0.222 s
Running org.eclipse.birt.data.engine.olap.data.impl.facttable.TestTimeDimension
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.olap.data.impl.facttable.TestTimeDimension
testTimeDimension(org.eclipse.birt.data.engine.olap.data.impl.facttable.TestTimeDimension) skipped
Running org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowIteratorWithFilterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowIteratorWithFilterTest
testFactTableSaveAndLoad1(org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowIteratorWithFilterTest)  Time elapsed: 0.007 s
Running org.eclipse.birt.data.engine.olap.data.impl.TraversalorTest
0, 0, 0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.olap.data.impl.TraversalorTest
testTraversalor(org.eclipse.birt.data.engine.olap.data.impl.TraversalorTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest
year quarter month 
2008 1 2 
year quarter month 
2008 1 1 
year quarter month 
2007 4 12 
year quarter month 
2007 4 11 
year month day-of-month 
2008 2 20 
year month day-of-month 
2008 2 19 
year month day-of-month 
2008 2 18 
year month day-of-month 
2008 2 17 
year month day-of-month 
2008 2 16 
year month day-of-month 
2008 2 15 
year month day-of-month 
2008 2 14 
year month day-of-month 
2008 2 13 
year month day-of-month 
2008 2 12 
year month day-of-month 
2008 2 11 
year month day-of-month 
2008 2 10 
year month day-of-month 
2008 2 9 
year month day-of-month 
2008 2 8 
year month day-of-month 
2008 2 7 
year month day-of-month 
2008 2 6 
year month day-of-month 
2008 2 5 
year month day-of-month 
2008 2 4 
year month day-of-month 
2008 2 3 
year month day-of-month 
2008 2 2 
year month day-of-month 
2008 2 1 
year month day-of-month 
2008 1 31 
year month day-of-month 
2008 1 30 
year month day-of-month 
2008 1 29 
year month day-of-month 
2008 1 28 
year month day-of-month 
2008 1 27 
year month day-of-month 
2008 1 26 
year month day-of-month 
2008 1 25 
year month day-of-month 
2008 1 24 
year month day-of-month 
2008 1 23 
year month day-of-month 
2008 1 22 
year month day-of-month 
2008 1 21 
year month day-of-month 
2008 1 20 
year month day-of-month 
2008 1 19 
year month day-of-month 
2008 1 18 
year month day-of-month 
2008 1 17 
year month day-of-month 
2008 1 16 
year month day-of-month 
2008 1 15 
year month day-of-month 
2008 1 14 
year month day-of-month 
2008 1 13 
year month day-of-month 
2008 1 12 
year month day-of-month 
2008 1 11 
year month day-of-month 
2008 1 10 
year month day-of-month 
2008 1 9 
year month day-of-month 
2008 1 8 
year month day-of-month 
2008 1 7 
year month day-of-month 
2008 1 6 
year month day-of-month 
2008 1 5 
year month day-of-month 
2008 1 4 
year month day-of-month 
2008 1 3 
year month day-of-month 
2008 1 2 
year month day-of-month 
2008 1 1 
year month day-of-month 
2007 12 31 
year month day-of-month 
2007 12 30 
year month day-of-month 
2007 12 29 
year month day-of-month 
2007 12 28 
year month day-of-month 
2007 12 27 
year month day-of-month 
2007 12 26 
year month day-of-month 
2007 12 25 
year month day-of-month 
2007 12 24 
year month day-of-month 
2007 12 23 
year month day-of-month 
2007 12 22 
year month day-of-month 
2007 12 21 
year month day-of-month 
2007 12 20 
year month day-of-month 
2007 12 19 
year month day-of-month 
2007 12 18 
year month day-of-month 
2007 12 17 
year month day-of-month 
2007 12 16 
year month day-of-month 
2007 12 15 
year month day-of-month 
2007 12 14 
year month day-of-month 
2007 12 13 
year month day-of-month 
2007 12 12 
year month day-of-month 
2007 12 11 
year month day-of-month 
2007 12 10 
year month day-of-month 
2007 12 9 
year month day-of-month 
2007 12 8 
year month day-of-month 
2007 12 7 
year month day-of-month 
2007 12 6 
year month day-of-month 
2007 12 5 
year month day-of-month 
2007 12 4 
year month day-of-month 
2007 12 3 
year month day-of-month 
2007 12 2 
year month day-of-month 
2007 12 1 
year month day-of-month 
2007 11 30 
year month day-of-month 
2007 11 29 
year month day-of-month 
2007 11 28 
year month day-of-month 
2007 11 27 
year month day-of-month 
2007 11 26 
year month day-of-month 
2007 11 25 
year month day-of-month 
2007 11 24 
year month day-of-month 
2007 11 23 
year month day-of-month 
2007 11 22 
year month day-of-month 
2007 11 21 
year quarter month day-of-month 
2008 1 2 20 
year quarter month day-of-month 
2008 1 2 19 
year quarter month day-of-month 
2008 1 2 18 
year quarter month day-of-month 
2008 1 2 17 
year quarter month day-of-month 
2008 1 2 16 
year quarter month day-of-month 
2008 1 2 15 
year quarter month day-of-month 
2008 1 2 14 
year quarter month day-of-month 
2008 1 2 13 
year quarter month day-of-month 
2008 1 2 12 
year quarter month day-of-month 
2008 1 2 11 
year quarter month day-of-month 
2008 1 2 10 
year quarter month day-of-month 
2008 1 2 9 
year quarter month day-of-month 
2008 1 2 8 
year quarter month day-of-month 
2008 1 2 7 
year quarter month day-of-month 
2008 1 2 6 
year quarter month day-of-month 
2008 1 2 5 
year quarter month day-of-month 
2008 1 2 4 
year quarter month day-of-month 
2008 1 2 3 
year quarter month day-of-month 
2008 1 2 2 
year quarter month day-of-month 
2008 1 2 1 
year quarter month day-of-month 
2008 1 1 31 
year quarter month day-of-month 
2008 1 1 30 
year quarter month day-of-month 
2008 1 1 29 
year quarter month day-of-month 
2008 1 1 28 
year quarter month day-of-month 
2008 1 1 27 
year quarter month day-of-month 
2008 1 1 26 
year quarter month day-of-month 
2008 1 1 25 
year quarter month day-of-month 
2008 1 1 24 
year quarter month day-of-month 
2008 1 1 23 
year quarter month day-of-month 
2008 1 1 22 
year quarter month day-of-month 
2008 1 1 21 
year quarter month day-of-month 
2008 1 1 20 
year quarter month day-of-month 
2008 1 1 19 
year quarter month day-of-month 
2008 1 1 18 
year quarter month day-of-month 
2008 1 1 17 
year quarter month day-of-month 
2008 1 1 16 
year quarter month day-of-month 
2008 1 1 15 
year quarter month day-of-month 
2008 1 1 14 
year quarter month day-of-month 
2008 1 1 13 
year quarter month day-of-month 
2008 1 1 12 
year quarter month day-of-month 
2008 1 1 11 
year quarter month day-of-month 
2008 1 1 10 
year quarter month day-of-month 
2008 1 1 9 
year quarter month day-of-month 
2008 1 1 8 
year quarter month day-of-month 
2008 1 1 7 
year quarter month day-of-month 
2008 1 1 6 
year quarter month day-of-month 
2008 1 1 5 
year quarter month day-of-month 
2008 1 1 4 
year quarter month day-of-month 
2008 1 1 3 
year quarter month day-of-month 
2008 1 1 2 
year quarter month day-of-month 
2008 1 1 1 
year quarter month day-of-month 
2007 4 12 31 
year quarter month day-of-month 
2007 4 12 30 
year quarter month day-of-month 
2007 4 12 29 
year quarter month day-of-month 
2007 4 12 28 
year quarter month day-of-month 
2007 4 12 27 
year quarter month day-of-month 
2007 4 12 26 
year quarter month day-of-month 
2007 4 12 25 
year quarter month day-of-month 
2007 4 12 24 
year quarter month day-of-month 
2007 4 12 23 
year quarter month day-of-month 
2007 4 12 22 
year quarter month day-of-month 
2007 4 12 21 
year quarter month day-of-month 
2007 4 12 20 
year quarter month day-of-month 
2007 4 12 19 
year quarter month day-of-month 
2007 4 12 18 
year quarter month day-of-month 
2007 4 12 17 
year quarter month day-of-month 
2007 4 12 16 
year quarter month day-of-month 
2007 4 12 15 
year quarter month day-of-month 
2007 4 12 14 
year quarter month day-of-month 
2007 4 12 13 
year quarter month day-of-month 
2007 4 12 12 
year quarter month day-of-month 
2007 4 12 11 
year quarter month day-of-month 
2007 4 12 10 
year quarter month day-of-month 
2007 4 12 9 
year quarter month day-of-month 
2007 4 12 8 
year quarter month day-of-month 
2007 4 12 7 
year quarter month day-of-month 
2007 4 12 6 
year quarter month day-of-month 
2007 4 12 5 
year quarter month day-of-month 
2007 4 12 4 
year quarter month day-of-month 
2007 4 12 3 
year quarter month day-of-month 
2007 4 12 2 
year quarter month day-of-month 
2007 4 12 1 
year quarter month day-of-month 
2007 4 11 30 
year quarter month day-of-month 
2007 4 11 29 
year quarter month day-of-month 
2007 4 11 28 
year quarter month day-of-month 
2007 4 11 27 
year quarter month day-of-month 
2007 4 11 26 
year quarter month day-of-month 
2007 4 11 25 
year quarter month day-of-month 
2007 4 11 24 
year quarter month day-of-month 
2007 4 11 23 
year quarter month day-of-month 
2007 4 11 22 
year quarter month day-of-month 
2007 4 11 21 
year quarter month week-of-month week-of-year 
2011 3 9 4 39 
year quarter month week-of-month week-of-year 
2011 3 9 3 38 
year quarter month week-of-month week-of-year 
2011 3 9 2 37 
year quarter month week-of-month week-of-year 
2011 3 9 1 36 
year quarter month week-of-month week-of-year 
2011 3 8 5 36 
year quarter month week-of-month week-of-year 
2011 3 8 4 35 
year quarter month week-of-month week-of-year 
2011 3 8 3 34 
year quarter month week-of-month week-of-year 
2011 3 8 2 33 
year quarter month week-of-month week-of-year 
2011 3 8 1 32 
year quarter month week-of-month week-of-year 
2011 3 7 6 32 
year quarter month week-of-month week-of-year 
2011 3 7 5 31 
year quarter month week-of-month week-of-year 
2011 3 7 4 30 
year quarter month week-of-month week-of-year 
2011 3 7 3 29 
year quarter month week-of-month week-of-year 
2011 3 7 2 28 
year quarter month week-of-month week-of-year 
2011 3 7 1 27 
year quarter month week-of-month week-of-year 
2011 2 6 5 27 
year quarter month week-of-month week-of-year 
2011 2 6 4 26 
year quarter 
2011 3 
year quarter 
2011 2 
year quarter 
2011 1 
year quarter 
2010 4 
year quarter 
2010 3 
year 
2011 
year 
2010 
year 
2009 
year 
2008 
year 
2003 
year 
2002 
year 
2003 
year 
2004 
year month week-of-month week-of-year 
2011 1 1 1 
year month week-of-month week-of-year 
2010 12 5 1 
year month week-of-month week-of-year 
2010 12 4 52 
year month week-of-month week-of-year 
2010 12 3 51 
year month week-of-month week-of-year 
2010 12 2 50 
year month week-of-month week-of-year 
2011 12 4 52 
year month week-of-month week-of-year 
2011 12 5 53 
year month week-of-month week-of-year 
2012 1 1 1 
year month week-of-month week-of-year 
2012 1 2 2 
year month week-of-month week-of-year 
2010 12 5 1 
year month week-of-month week-of-year 
2011 1 1 1 
year month week-of-month week-of-year 
2011 1 2 2 
year month week-of-month week-of-year 
2011 1 3 3 
year month week-of-month week-of-year 
2011 1 4 4 
year quarter month week-of-year 
2004 1 1 1 
year quarter month week-of-year 
2004 1 1 2 
year quarter month week-of-year 
2004 1 1 3 
year quarter month week-of-year 
2004 1 1 4 
year quarter month week-of-year 
2004 1 1 5 
year quarter month week-of-year 
2004 1 2 6 
year quarter month week-of-year 
2004 1 2 7 
year quarter month week-of-year 
2004 1 2 8 
year quarter month week-of-year 
2004 1 2 9 
year quarter month week-of-year 
2004 1 2 10 
year quarter month week-of-year 
2004 1 3 10 
year quarter month week-of-year 
2004 1 3 11 
year quarter month week-of-year 
2004 1 3 12 
year quarter month week-of-year 
2004 1 3 13 
year quarter month week-of-year 
2004 1 3 14 
year quarter month week-of-year 
2004 2 4 14 
year week-of-year 
2004 1 
year week-of-year 
2004 2 
year week-of-year 
2004 3 
year week-of-year 
2004 4 
year week-of-year 
2004 5 
year week-of-year 
2004 6 
year week-of-year 
2004 7 
year week-of-year 
2004 8 
year week-of-year 
2004 9 
year week-of-year 
2004 10 
year week-of-year 
2004 11 
year week-of-year 
2004 12 
year week-of-year 
2004 13 
year week-of-year 
2004 14 
year week-of-year 
2004 15 
year week-of-year 
2004 16 
year week-of-year 
2004 17 
year week-of-year 
2004 18 
year week-of-year 
2004 19 
year week-of-year 
2004 20 
year week-of-year 
2004 21 
year week-of-year 
2004 22 
year week-of-year 
2004 23 
year week-of-year 
2004 24 
year week-of-year 
2004 25 
year week-of-year 
2004 26 
year week-of-year 
2004 27 
year week-of-year 
2004 28 
year week-of-year 
2004 29 
year week-of-year 
2004 30 
year week-of-year 
2004 31 
year week-of-year 
2004 32 
year week-of-year 
2004 33 
year week-of-year 
2004 34 
year week-of-year 
2004 35 
year week-of-year 
2004 36 
year week-of-year 
2004 37 
year week-of-year 
2004 38 
year week-of-year 
2004 39 
year week-of-year 
2004 40 
year week-of-year 
2004 41 
year week-of-year 
2004 42 
year week-of-year 
2004 43 
year week-of-year 
2004 44 
year week-of-year 
2004 45 
year week-of-year 
2004 46 
year week-of-year 
2004 47 
year week-of-year 
2004 48 
year week-of-year 
2004 49 
year week-of-year 
2004 50 
year week-of-year 
2004 51 
year week-of-year 
2004 52 
year week-of-year 
2004 1 
year week-of-year 
2005 1 
year week-of-year 
2005 2 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 5 22 265 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 4 21 264 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 3 20 263 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 2 19 262 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 1 18 261 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 7 17 260 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 6 16 259 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 5 15 258 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 4 14 257 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 3 13 256 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 2 12 255 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 1 11 254 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 7 10 253 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 6 9 252 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 5 8 251 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 4 7 250 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 3 6 249 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 2 5 248 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 1 4 247 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 7 3 246 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 6 2 245 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 5 1 244 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 4 31 243 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 3 30 242 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 2 29 241 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 1 28 240 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 7 27 239 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 6 26 238 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 5 25 237 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 4 24 236 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 3 23 235 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 2 22 234 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 1 21 233 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 7 20 232 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 6 19 231 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 5 18 230 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 4 17 229 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 3 16 228 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 2 15 227 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 1 14 226 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 7 13 225 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 6 12 224 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 5 11 223 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 4 10 222 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 3 9 221 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 2 8 220 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 1 7 219 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 7 6 218 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 6 5 217 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 5 4 216 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 4 3 215 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 3 2 214 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 2 1 213 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 6 32 1 31 212 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 7 30 211 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 6 29 210 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 5 28 209 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 4 27 208 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 3 26 207 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 2 25 206 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 1 24 205 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 7 23 204 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 6 22 203 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 5 21 202 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 4 20 201 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 3 19 200 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 2 18 199 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 1 17 198 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 7 16 197 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 6 15 196 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 5 14 195 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 4 13 194 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 3 12 193 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 2 11 192 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 1 10 191 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 7 9 190 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 6 8 189 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 5 7 188 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 4 6 187 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 3 5 186 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 2 4 185 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 1 3 184 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 1 27 7 2 183 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 1 27 6 1 182 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 5 30 181 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 4 29 180 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 3 28 179 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 2 27 178 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 1 26 177 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 7 25 176 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 6 24 175 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 5 23 174 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 4 22 173 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 3 21 172 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 2 20 171 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 1 19 170 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 7 18 169 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 6 17 168 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 5 16 167 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 4 15 166 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 3 14 165 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 2 13 164 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 1 12 163 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 7 11 162 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 6 10 161 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 5 9 160 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 4 8 159 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 3 7 158 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 2 6 157 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 1 5 156 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 7 4 155 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 6 3 154 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 5 2 153 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 4 1 152 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 5 23 3 31 151 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 5 23 2 30 150 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 5 23 1 29 149 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 7 28 148 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 6 27 147 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 5 26 146 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 4 25 145 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 3 24 144 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 2 23 143 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 1 22 142 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 7 21 141 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 6 20 140 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 5 19 139 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 4 18 138 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 3 17 137 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 2 16 136 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 1 15 135 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 7 14 134 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 6 13 133 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 5 12 132 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 4 11 131 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 3 10 130 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 2 9 129 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 1 8 128 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 7 7 127 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 6 6 126 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 5 5 125 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 4 4 124 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 3 3 123 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 2 2 122 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 1 1 121 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 7 30 120 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 6 29 119 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 5 28 118 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 4 27 117 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 3 26 116 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 2 25 115 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 1 24 114 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 7 23 113 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 6 22 112 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 5 21 111 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 4 20 110 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 3 19 109 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 2 18 108 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 1 17 107 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 7 16 106 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 6 15 105 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 5 14 104 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 4 13 103 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 3 12 102 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 2 11 101 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 1 10 100 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 7 9 99 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 6 8 98 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 5 7 97 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 4 6 96 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 3 5 95 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 2 4 94 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 1 3 93 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 1 14 7 2 92 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 1 14 6 1 91 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 5 31 90 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 4 30 89 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 3 29 88 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 2 28 87 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 1 27 86 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 7 26 85 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 6 25 84 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 5 24 83 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 4 23 82 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 3 22 81 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 2 21 80 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 1 20 79 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 7 19 78 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 6 18 77 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 5 17 76 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 4 16 75 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 3 15 74 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 2 14 73 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 1 13 72 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 7 12 71 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 6 11 70 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 5 10 69 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 4 9 68 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 3 8 67 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 2 7 66 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 1 6 65 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 7 5 64 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 6 4 63 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 5 3 62 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 4 2 61 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 3 1 60 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 5 10 2 28 59 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 5 10 1 27 58 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 7 26 57 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 6 25 56 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 5 24 55 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 4 23 54 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 3 22 53 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 2 21 52 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 1 20 51 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 7 19 50 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 6 18 49 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 5 17 48 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 4 16 47 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 3 15 46 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 2 14 45 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 1 13 44 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 7 12 43 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 6 11 42 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 5 10 41 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 4 9 40 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 3 8 39 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 2 7 38 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 1 6 37 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 7 5 36 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 6 4 35 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 5 3 34 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 4 2 33 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 3 1 32 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 6 6 2 31 31 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 6 6 1 30 30 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 7 29 29 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 6 28 28 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 5 27 27 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 4 26 26 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 3 25 25 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 2 24 24 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 1 23 23 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 7 22 22 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 6 21 21 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 5 20 20 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 4 19 19 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 3 18 18 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 2 17 17 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 1 16 16 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 7 15 15 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 6 14 14 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 5 13 13 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 4 12 12 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 3 11 11 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 2 10 10 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 1 9 9 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 7 8 8 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 6 7 7 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 5 6 6 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 4 5 5 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 3 4 4 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 2 3 3 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 1 2 2 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 1 1 7 1 1 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 6 31 365 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 5 30 364 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 4 29 363 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 3 28 362 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 2 27 361 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 1 26 360 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 7 25 359 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 6 24 358 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 5 23 357 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 4 22 356 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 3 21 355 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 2 20 354 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 1 19 353 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 3 51 7 18 352 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 3 51 6 17 351 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 3 51 5 16 350 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 3 51 4 15 349 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 3 51 3 14 348 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 3 51 2 13 347 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 3 51 1 12 346 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 2 50 7 11 345 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 2 50 6 10 344 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 2 50 5 9 343 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 2 50 4 8 342 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 2 50 3 7 341 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 2 50 2 6 340 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 2 50 1 5 339 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 1 49 7 4 338 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 1 49 6 3 337 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 1 49 5 2 336 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 1 49 4 1 335 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 5 49 3 30 334 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 5 49 2 29 333 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 5 49 1 28 332 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 4 48 7 27 331 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 4 48 6 26 330 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 4 48 5 25 329 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 4 48 4 24 328 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 4 48 3 23 327 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 4 48 2 22 326 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 4 48 1 21 325 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 3 47 7 20 324 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 3 47 6 19 323 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 3 47 5 18 322 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 3 47 4 17 321 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 3 47 3 16 320 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 3 47 2 15 319 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 3 47 1 14 318 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 2 46 7 13 317 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 2 46 6 12 316 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 2 46 5 11 315 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 2 46 4 10 314 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 2 46 3 9 313 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 2 46 2 8 312 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 2 46 1 7 311 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 1 45 7 6 310 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 1 45 6 5 309 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 1 45 5 4 308 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 1 45 4 3 307 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 1 45 3 2 306 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 11 1 45 2 1 305 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 6 45 1 31 304 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 5 44 7 30 303 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 5 44 6 29 302 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 5 44 5 28 301 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 5 44 4 27 300 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 5 44 3 26 299 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 5 44 2 25 298 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 5 44 1 24 297 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 4 43 7 23 296 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 4 43 6 22 295 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 4 43 5 21 294 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 4 43 4 20 293 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 4 43 3 19 292 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 4 43 2 18 291 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 4 43 1 17 290 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 3 42 7 16 289 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 3 42 6 15 288 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 3 42 5 14 287 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 3 42 4 13 286 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 3 42 3 12 285 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 3 42 2 11 284 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 3 42 1 10 283 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 2 41 7 9 282 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 2 41 6 8 281 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 2 41 5 7 280 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 2 41 4 6 279 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 2 41 3 5 278 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 2 41 2 4 277 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 2 41 1 3 276 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 1 40 7 2 275 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 10 1 40 6 1 274 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 5 40 5 30 273 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 5 40 4 29 272 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 5 40 3 28 271 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 5 40 2 27 270 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 5 40 1 26 269 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 4 39 7 25 268 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 4 39 6 24 267 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 4 39 5 23 266 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 4 39 4 22 265 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 4 39 3 21 264 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 4 39 2 20 263 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 4 39 1 19 262 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 3 38 7 18 261 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 3 38 6 17 260 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 3 38 5 16 259 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 3 38 4 15 258 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 3 38 3 14 257 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 3 38 2 13 256 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 3 38 1 12 255 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 2 37 7 11 254 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 2 37 6 10 253 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 2 37 5 9 252 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 2 37 4 8 251 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 2 37 3 7 250 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 2 37 2 6 249 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 2 37 1 5 248 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 1 36 7 4 247 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 1 36 6 3 246 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 1 36 5 2 245 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 9 1 36 4 1 244 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 5 36 3 31 243 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 5 36 2 30 242 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 5 36 1 29 241 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 4 35 7 28 240 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 4 35 6 27 239 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 4 35 5 26 238 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 4 35 4 25 237 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 4 35 3 24 236 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 4 35 2 23 235 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 4 35 1 22 234 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 3 34 7 21 233 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 3 34 6 20 232 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 3 34 5 19 231 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 3 34 4 18 230 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 3 34 3 17 229 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 3 34 2 16 228 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 3 34 1 15 227 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 2 33 7 14 226 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 2 33 6 13 225 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 2 33 5 12 224 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 2 33 4 11 223 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 2 33 3 10 222 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 2 33 2 9 221 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 2 33 1 8 220 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 1 32 7 7 219 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 1 32 6 6 218 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 1 32 5 5 217 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 1 32 4 4 216 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 1 32 3 3 215 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 1 32 2 2 214 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 8 1 32 1 1 213 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 5 31 7 31 212 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 5 31 6 30 211 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 5 31 5 29 210 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 5 31 4 28 209 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 5 31 3 27 208 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 5 31 2 26 207 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 5 31 1 25 206 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 4 30 7 24 205 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 4 30 6 23 204 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 4 30 5 22 203 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 4 30 4 21 202 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 4 30 3 20 201 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 4 30 2 19 200 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 4 30 1 18 199 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 3 29 7 17 198 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 3 29 6 16 197 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 3 29 5 15 196 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 3 29 4 14 195 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 3 29 3 13 194 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 3 29 2 12 193 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 3 29 1 11 192 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 2 28 7 10 191 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 2 28 6 9 190 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 2 28 5 8 189 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 2 28 4 7 188 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 2 28 3 6 187 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 2 28 2 5 186 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 2 28 1 4 185 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 1 27 7 3 184 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 1 27 6 2 183 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 3 7 1 27 5 1 182 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 5 27 4 30 181 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 5 27 3 29 180 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 5 27 2 28 179 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 5 27 1 27 178 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 4 26 7 26 177 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 4 26 6 25 176 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 4 26 5 24 175 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 4 26 4 23 174 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 4 26 3 22 173 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 4 26 2 21 172 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 4 26 1 20 171 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 3 25 7 19 170 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 3 25 6 18 169 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 3 25 5 17 168 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 3 25 4 16 167 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 3 25 3 15 166 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 3 25 2 14 165 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 3 25 1 13 164 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 2 24 7 12 163 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 2 24 6 11 162 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 2 24 5 10 161 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 2 24 4 9 160 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 2 24 3 8 159 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 2 24 2 7 158 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 2 24 1 6 157 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 1 23 7 5 156 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 1 23 6 4 155 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 1 23 5 3 154 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 1 23 4 2 153 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 6 1 23 3 1 152 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 6 23 2 31 151 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 6 23 1 30 150 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 5 22 7 29 149 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 5 22 6 28 148 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 5 22 5 27 147 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 5 22 4 26 146 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 5 22 3 25 145 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 5 22 2 24 144 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 5 22 1 23 143 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 4 21 7 22 142 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 4 21 6 21 141 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 4 21 5 20 140 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 4 21 4 19 139 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 4 21 3 18 138 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 4 21 2 17 137 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 4 21 1 16 136 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 3 20 7 15 135 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 3 20 6 14 134 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 3 20 5 13 133 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 3 20 4 12 132 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 3 20 3 11 131 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 3 20 2 10 130 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 3 20 1 9 129 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 2 19 7 8 128 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 2 19 6 7 127 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 2 19 5 6 126 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 2 19 4 5 125 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 2 19 3 4 124 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 2 19 2 3 123 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 2 19 1 2 122 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 5 1 18 7 1 121 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 5 18 6 30 120 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 5 18 5 29 119 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 5 18 4 28 118 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 5 18 3 27 117 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 5 18 2 26 116 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 5 18 1 25 115 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 4 17 7 24 114 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 4 17 6 23 113 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 4 17 5 22 112 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 4 17 4 21 111 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 4 17 3 20 110 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 4 17 2 19 109 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 4 17 1 18 108 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 3 16 7 17 107 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 3 16 6 16 106 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 3 16 5 15 105 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 3 16 4 14 104 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 3 16 3 13 103 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 3 16 2 12 102 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 3 16 1 11 101 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 2 15 7 10 100 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 2 15 6 9 99 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 2 15 5 8 98 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 2 15 4 7 97 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 2 15 3 6 96 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 2 15 2 5 95 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 2 15 1 4 94 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 1 14 7 3 93 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 1 14 6 2 92 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 2 4 1 14 5 1 91 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 5 14 4 31 90 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 5 14 3 30 89 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 5 14 2 29 88 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 5 14 1 28 87 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 4 13 7 27 86 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 4 13 6 26 85 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 4 13 5 25 84 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 4 13 4 24 83 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 4 13 3 23 82 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 4 13 2 22 81 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 4 13 1 21 80 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 3 12 7 20 79 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 3 12 6 19 78 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 3 12 5 18 77 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 3 12 4 17 76 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 3 12 3 16 75 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 3 12 2 15 74 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 3 12 1 14 73 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 2 11 7 13 72 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 2 11 6 12 71 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 2 11 5 11 70 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 2 11 4 10 69 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 2 11 3 9 68 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 2 11 2 8 67 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 2 11 1 7 66 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 1 10 7 6 65 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 1 10 6 5 64 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 1 10 5 4 63 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 1 10 4 3 62 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 1 10 3 2 61 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 3 1 10 2 1 60 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 5 10 1 28 59 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 4 9 7 27 58 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 4 9 6 26 57 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 4 9 5 25 56 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 4 9 4 24 55 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 4 9 3 23 54 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 4 9 2 22 53 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 4 9 1 21 52 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 3 8 7 20 51 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 3 8 6 19 50 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 3 8 5 18 49 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 3 8 4 17 48 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 3 8 3 16 47 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 3 8 2 15 46 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 3 8 1 14 45 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 2 7 7 13 44 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 2 7 6 12 43 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 2 7 5 11 42 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 2 7 4 10 41 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 2 7 3 9 40 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 2 7 2 8 39 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 2 7 1 7 38 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 1 6 7 6 37 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 1 6 6 5 36 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 1 6 5 4 35 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 1 6 4 3 34 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 1 6 3 2 33 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 2 1 6 2 1 32 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 6 6 1 31 31 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 5 5 7 30 30 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 5 5 6 29 29 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 5 5 5 28 28 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 5 5 4 27 27 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 5 5 3 26 26 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 5 5 2 25 25 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 5 5 1 24 24 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 4 4 7 23 23 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 4 4 6 22 22 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 4 4 5 21 21 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 4 4 4 20 20 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 4 4 3 19 19 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 4 4 2 18 18 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 4 4 1 17 17 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 3 3 7 16 16 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 3 3 6 15 15 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 3 3 5 14 14 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 3 3 4 13 13 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 3 3 3 12 12 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 3 3 2 11 11 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 3 3 1 10 10 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 2 2 7 9 9 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 2 2 6 8 8 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 2 2 5 7 7 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 2 2 4 6 6 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 2 2 3 5 5 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 2 2 2 4 4 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 2 2 1 3 3 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 1 1 7 2 2 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 1 1 1 1 6 1 1 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 5 1 5 31 365 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 5 1 4 30 364 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 5 1 3 29 363 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 5 1 2 28 362 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 5 1 1 27 361 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 4 52 7 26 360 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 4 52 6 25 359 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 4 52 5 24 358 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 4 52 4 23 357 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 4 52 3 22 356 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 4 52 2 21 355 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 4 52 1 20 354 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 3 51 7 19 353 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 3 51 6 18 352 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 3 51 5 17 351 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 3 51 4 16 350 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 3 51 3 15 349 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 3 51 2 14 348 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 3 51 1 13 347 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 2 50 7 12 346 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 2 50 6 11 345 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 2 50 5 10 344 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 2 50 4 9 343 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 2 50 3 8 342 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 2 50 2 7 341 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 2 50 1 6 340 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 1 49 7 5 339 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 1 49 6 4 338 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 1 49 5 3 337 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 1 49 4 2 336 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 12 1 49 3 1 335 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 5 49 2 30 334 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 5 49 1 29 333 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 4 48 7 28 332 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 4 48 6 27 331 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 4 48 5 26 330 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 4 48 4 25 329 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 4 48 3 24 328 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 4 48 2 23 327 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 4 48 1 22 326 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 3 47 7 21 325 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 3 47 6 20 324 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 3 47 5 19 323 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 3 47 4 18 322 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 3 47 3 17 321 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 3 47 2 16 320 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 3 47 1 15 319 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 2 46 7 14 318 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 2 46 6 13 317 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 2 46 5 12 316 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 2 46 4 11 315 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 2 46 3 10 314 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 2 46 2 9 313 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 2 46 1 8 312 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 1 45 7 7 311 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 1 45 6 6 310 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 1 45 5 5 309 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 1 45 4 4 308 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 1 45 3 3 307 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 1 45 2 2 306 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 11 1 45 1 1 305 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 5 44 7 31 304 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 5 44 6 30 303 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 5 44 5 29 302 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 5 44 4 28 301 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 5 44 3 27 300 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 5 44 2 26 299 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 5 44 1 25 298 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 4 43 7 24 297 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 4 43 6 23 296 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 4 43 5 22 295 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 4 43 4 21 294 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 4 43 3 20 293 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 4 43 2 19 292 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 4 43 1 18 291 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 3 42 7 17 290 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 3 42 6 16 289 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 3 42 5 15 288 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 3 42 4 14 287 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 3 42 3 13 286 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 3 42 2 12 285 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 3 42 1 11 284 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 2 41 7 10 283 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 2 41 6 9 282 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 2 41 5 8 281 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 2 41 4 7 280 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 2 41 3 6 279 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 2 41 2 5 278 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 2 41 1 4 277 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 1 40 7 3 276 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 1 40 6 2 275 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 4 10 1 40 5 1 274 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 5 40 4 30 273 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 5 40 3 29 272 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 5 40 2 28 271 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 5 40 1 27 270 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 4 39 7 26 269 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 4 39 6 25 268 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 4 39 5 24 267 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 4 39 4 23 266 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 4 39 3 22 265 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 4 39 2 21 264 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 4 39 1 20 263 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 3 38 7 19 262 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 3 38 6 18 261 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 3 38 5 17 260 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 3 38 4 16 259 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 3 38 3 15 258 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 3 38 2 14 257 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 3 38 1 13 256 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 2 37 7 12 255 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 2 37 6 11 254 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 2 37 5 10 253 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 2 37 4 9 252 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 2 37 3 8 251 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 2 37 2 7 250 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 2 37 1 6 249 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 1 36 7 5 248 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 1 36 6 4 247 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 1 36 5 3 246 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 1 36 4 2 245 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 9 1 36 3 1 244 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 6 36 2 31 243 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 6 36 1 30 242 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 5 35 7 29 241 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 5 35 6 28 240 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 5 35 5 27 239 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 5 35 4 26 238 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 5 35 3 25 237 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 5 35 2 24 236 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 5 35 1 23 235 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 4 34 7 22 234 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 4 34 6 21 233 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 4 34 5 20 232 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 4 34 4 19 231 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 4 34 3 18 230 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 4 34 2 17 229 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 4 34 1 16 228 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 3 33 7 15 227 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 3 33 6 14 226 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 3 33 5 13 225 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 3 33 4 12 224 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 3 33 3 11 223 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 3 33 2 10 222 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 3 33 1 9 221 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 2 32 7 8 220 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 2 32 6 7 219 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 2 32 5 6 218 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 2 32 4 5 217 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 2 32 3 4 216 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 2 32 2 3 215 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 2 32 1 2 214 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 8 1 31 7 1 213 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 5 31 6 31 212 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 5 31 5 30 211 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 5 31 4 29 210 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 5 31 3 28 209 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 5 31 2 27 208 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 5 31 1 26 207 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 4 30 7 25 206 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 4 30 6 24 205 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 4 30 5 23 204 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 4 30 4 22 203 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 4 30 3 21 202 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 4 30 2 20 201 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 4 30 1 19 200 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 3 29 7 18 199 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 3 29 6 17 198 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 3 29 5 16 197 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 3 29 4 15 196 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 3 29 3 14 195 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 3 29 2 13 194 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 3 29 1 12 193 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 2 28 7 11 192 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 2 28 6 10 191 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 2 28 5 9 190 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 2 28 4 8 189 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 2 28 3 7 188 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 2 28 2 6 187 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 2 28 1 5 186 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 1 27 7 4 185 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 1 27 6 3 184 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 1 27 5 2 183 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 3 7 1 27 4 1 182 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 5 27 3 30 181 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 5 27 2 29 180 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 5 27 1 28 179 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 4 26 7 27 178 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 4 26 6 26 177 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 4 26 5 25 176 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 4 26 4 24 175 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 4 26 3 23 174 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 4 26 2 22 173 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 4 26 1 21 172 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 3 25 7 20 171 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 3 25 6 19 170 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 3 25 5 18 169 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 3 25 4 17 168 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 3 25 3 16 167 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 3 25 2 15 166 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 3 25 1 14 165 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 2 24 7 13 164 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 2 24 6 12 163 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 2 24 5 11 162 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 2 24 4 10 161 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 2 24 3 9 160 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 2 24 2 8 159 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 2 24 1 7 158 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 1 23 7 6 157 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 1 23 6 5 156 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 1 23 5 4 155 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 1 23 4 3 154 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 1 23 3 2 153 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 6 1 23 2 1 152 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 6 23 1 31 151 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 5 22 7 30 150 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 5 22 6 29 149 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 5 22 5 28 148 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 5 22 4 27 147 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 5 22 3 26 146 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 5 22 2 25 145 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 5 22 1 24 144 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 4 21 7 23 143 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 4 21 6 22 142 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 4 21 5 21 141 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 4 21 4 20 140 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 4 21 3 19 139 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 4 21 2 18 138 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 4 21 1 17 137 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 3 20 7 16 136 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 3 20 6 15 135 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 3 20 5 14 134 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 3 20 4 13 133 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 3 20 3 12 132 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 3 20 2 11 131 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 3 20 1 10 130 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 2 19 7 9 129 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 2 19 6 8 128 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 2 19 5 7 127 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 2 19 4 6 126 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 2 19 3 5 125 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 2 19 2 4 124 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 2 19 1 3 123 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 1 18 7 2 122 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 5 1 18 6 1 121 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 5 18 5 30 120 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 5 18 4 29 119 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 5 18 3 28 118 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 5 18 2 27 117 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 5 18 1 26 116 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 4 17 7 25 115 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 4 17 6 24 114 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 4 17 5 23 113 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 4 17 4 22 112 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 4 17 3 21 111 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 4 17 2 20 110 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 4 17 1 19 109 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 3 16 7 18 108 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 3 16 6 17 107 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 3 16 5 16 106 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 3 16 4 15 105 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 3 16 3 14 104 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 3 16 2 13 103 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 3 16 1 12 102 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 2 15 7 11 101 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 2 15 6 10 100 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 2 15 5 9 99 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 2 15 4 8 98 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 2 15 3 7 97 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 2 15 2 6 96 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 2 15 1 5 95 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 1 14 7 4 94 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 1 14 6 3 93 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 1 14 5 2 92 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 2 4 1 14 4 1 91 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 5 14 3 31 90 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 5 14 2 30 89 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 5 14 1 29 88 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 4 13 7 28 87 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 4 13 6 27 86 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 4 13 5 26 85 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 4 13 4 25 84 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 4 13 3 24 83 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 4 13 2 23 82 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 4 13 1 22 81 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 3 12 7 21 80 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 3 12 6 20 79 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 3 12 5 19 78 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 3 12 4 18 77 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 3 12 3 17 76 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 3 12 2 16 75 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 3 12 1 15 74 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 2 11 7 14 73 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 2 11 6 13 72 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 2 11 5 12 71 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 2 11 4 11 70 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 2 11 3 10 69 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 2 11 2 9 68 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 2 11 1 8 67 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 1 10 7 7 66 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 1 10 6 6 65 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 1 10 5 5 64 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 1 10 4 4 63 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 1 10 3 3 62 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 1 10 2 2 61 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 3 1 10 1 1 60 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 4 9 7 28 59 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 4 9 6 27 58 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 4 9 5 26 57 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 4 9 4 25 56 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 4 9 3 24 55 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 4 9 2 23 54 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 4 9 1 22 53 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 3 8 7 21 52 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 3 8 6 20 51 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 3 8 5 19 50 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 3 8 4 18 49 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 3 8 3 17 48 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 3 8 2 16 47 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 3 8 1 15 46 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 2 7 7 14 45 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 2 7 6 13 44 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 2 7 5 12 43 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 2 7 4 11 42 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 2 7 3 10 41 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 2 7 2 9 40 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 2 7 1 8 39 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 1 6 7 7 38 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 1 6 6 6 37 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 1 6 5 5 36 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 1 6 4 4 35 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 1 6 3 3 34 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 1 6 2 2 33 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 2 1 6 1 1 32 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 5 5 7 31 31 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 5 5 6 30 30 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 5 5 5 29 29 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 5 5 4 28 28 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 5 5 3 27 27 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 5 5 2 26 26 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 5 5 1 25 25 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 4 4 7 24 24 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 4 4 6 23 23 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 4 4 5 22 22 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 4 4 4 21 21 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 4 4 3 20 20 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 4 4 2 19 19 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 4 4 1 18 18 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 3 3 7 17 17 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 3 3 6 16 16 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 3 3 5 15 15 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 3 3 4 14 14 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 3 3 3 13 13 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 3 3 2 12 12 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 3 3 1 11 11 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 2 2 7 10 10 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 2 2 6 9 9 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 2 2 5 8 8 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 2 2 4 7 7 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 2 2 3 6 6 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 2 2 2 5 5 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 2 2 1 4 4 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 1 1 7 3 3 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 1 1 6 2 2 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2009 1 1 1 1 5 1 1 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 5 1 4 31 366 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 5 1 3 30 365 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 5 1 2 29 364 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 5 1 1 28 363 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 4 52 7 27 362 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 4 52 6 26 361 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 4 52 5 25 360 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 4 52 4 24 359 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 4 52 3 23 358 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 4 52 2 22 357 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 4 52 1 21 356 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 3 51 7 20 355 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 3 51 6 19 354 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 3 51 5 18 353 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 3 51 4 17 352 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 3 51 3 16 351 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 3 51 2 15 350 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 3 51 1 14 349 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 2 50 7 13 348 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 2 50 6 12 347 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 2 50 5 11 346 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 2 50 4 10 345 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 2 50 3 9 344 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 2 50 2 8 343 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 2 50 1 7 342 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 1 49 7 6 341 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 1 49 6 5 340 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 1 49 5 4 339 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 1 49 4 3 338 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 1 49 3 2 337 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 12 1 49 2 1 336 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 6 49 1 30 335 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 5 48 7 29 334 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 5 48 6 28 333 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 5 48 5 27 332 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 5 48 4 26 331 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 5 48 3 25 330 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 5 48 2 24 329 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 5 48 1 23 328 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 4 47 7 22 327 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 4 47 6 21 326 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 4 47 5 20 325 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 4 47 4 19 324 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 4 47 3 18 323 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 4 47 2 17 322 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 4 47 1 16 321 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 3 46 7 15 320 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 3 46 6 14 319 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 3 46 5 13 318 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 3 46 4 12 317 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 3 46 3 11 316 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 3 46 2 10 315 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 3 46 1 9 314 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 2 45 7 8 313 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 2 45 6 7 312 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 2 45 5 6 311 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 2 45 4 5 310 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 2 45 3 4 309 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 2 45 2 3 308 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 2 45 1 2 307 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 11 1 44 7 1 306 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 5 44 6 31 305 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 5 44 5 30 304 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 5 44 4 29 303 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 5 44 3 28 302 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 5 44 2 27 301 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 5 44 1 26 300 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 4 43 7 25 299 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 4 43 6 24 298 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 4 43 5 23 297 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 4 43 4 22 296 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 4 43 3 21 295 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 4 43 2 20 294 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 4 43 1 19 293 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 3 42 7 18 292 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 3 42 6 17 291 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 3 42 5 16 290 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 3 42 4 15 289 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 3 42 3 14 288 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 3 42 2 13 287 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 3 42 1 12 286 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 2 41 7 11 285 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 2 41 6 10 284 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 2 41 5 9 283 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 2 41 4 8 282 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 2 41 3 7 281 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 2 41 2 6 280 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 2 41 1 5 279 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 1 40 7 4 278 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 1 40 6 3 277 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 1 40 5 2 276 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 4 10 1 40 4 1 275 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 5 40 3 30 274 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 5 40 2 29 273 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 5 40 1 28 272 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 4 39 7 27 271 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 4 39 6 26 270 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 4 39 5 25 269 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 4 39 4 24 268 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2008 3 9 4 39 3 23 267 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 5 22 265 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 4 21 264 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 3 20 263 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 2 19 262 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 1 18 261 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 7 17 260 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 6 16 259 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 5 15 258 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 4 14 257 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 3 13 256 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 2 12 255 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 1 11 254 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 7 10 253 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 6 9 252 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 5 8 251 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 4 7 250 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 3 6 249 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 2 5 248 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 1 4 247 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 7 3 246 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 6 2 245 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 5 1 244 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 4 31 243 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 3 30 242 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 2 29 241 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 1 28 240 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 7 27 239 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 6 26 238 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 5 25 237 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 4 24 236 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 3 23 235 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 2 22 234 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 1 21 233 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 7 20 232 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 6 19 231 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 5 18 230 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 4 17 229 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 3 16 228 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 2 15 227 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 1 14 226 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 7 13 225 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 6 12 224 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 5 11 223 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 4 10 222 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 3 9 221 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 2 8 220 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 1 7 219 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 7 6 218 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 6 5 217 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 5 4 216 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 4 3 215 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 3 2 214 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 2 1 213 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 6 32 1 31 212 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 7 30 211 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 6 29 210 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 5 28 209 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 4 27 208 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 3 26 207 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 2 25 206 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 1 24 205 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 7 23 204 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 6 22 203 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 5 21 202 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 4 20 201 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 3 19 200 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 2 18 199 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 1 17 198 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 7 16 197 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 6 15 196 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 5 14 195 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 4 13 194 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 3 12 193 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 2 11 192 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 1 10 191 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 7 9 190 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 6 8 189 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 5 7 188 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 4 6 187 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 3 5 186 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 2 4 185 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 1 3 184 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 1 27 7 2 183 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 1 27 6 1 182 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 5 30 181 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 4 29 180 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 3 28 179 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 2 27 178 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 1 26 177 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 7 25 176 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 6 24 175 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 5 23 174 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 4 22 173 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 3 21 172 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 2 20 171 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 1 19 170 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 7 18 169 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 6 17 168 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 5 16 167 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 4 15 166 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 3 14 165 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 2 13 164 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 3 25 1 12 163 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 7 11 162 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 6 10 161 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 5 9 160 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 4 8 159 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 3 7 158 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 2 6 157 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 2 24 1 5 156 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 7 4 155 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 6 3 154 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 5 2 153 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 1 23 4 1 152 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 5 23 3 31 151 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 5 23 2 30 150 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 5 23 1 29 149 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 7 28 148 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 6 27 147 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 5 26 146 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 4 25 145 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 3 24 144 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 2 23 143 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 4 22 1 22 142 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 7 21 141 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 6 20 140 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 5 19 139 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 4 18 138 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 3 17 137 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 2 16 136 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 3 21 1 15 135 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 7 14 134 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 6 13 133 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 5 12 132 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 4 11 131 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 3 10 130 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 2 9 129 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 2 20 1 8 128 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 7 7 127 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 6 6 126 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 5 5 125 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 4 4 124 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 3 3 123 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 2 2 122 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 5 1 19 1 1 121 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 7 30 120 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 6 29 119 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 5 28 118 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 4 27 117 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 3 26 116 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 2 25 115 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 5 18 1 24 114 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 7 23 113 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 6 22 112 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 5 21 111 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 4 20 110 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 3 19 109 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 2 18 108 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 4 17 1 17 107 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 7 16 106 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 6 15 105 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 5 14 104 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 4 13 103 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 3 12 102 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 2 11 101 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 3 16 1 10 100 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 7 9 99 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 6 8 98 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 5 7 97 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 4 6 96 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 3 5 95 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 2 4 94 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 2 15 1 3 93 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 1 14 7 2 92 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 4 1 14 6 1 91 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 5 31 90 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 4 30 89 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 3 29 88 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 2 28 87 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 5 14 1 27 86 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 7 26 85 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 6 25 84 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 5 24 83 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 4 23 82 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 3 22 81 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 2 21 80 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 4 13 1 20 79 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 7 19 78 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 6 18 77 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 5 17 76 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 4 16 75 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 3 15 74 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 2 14 73 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 3 12 1 13 72 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 7 12 71 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 6 11 70 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 5 10 69 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 4 9 68 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 3 8 67 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 2 7 66 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 2 11 1 6 65 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 7 5 64 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 6 4 63 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 5 3 62 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 4 2 61 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 3 1 10 3 1 60 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 5 10 2 28 59 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 5 10 1 27 58 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 7 26 57 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 6 25 56 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 5 24 55 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 4 23 54 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 3 22 53 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 2 21 52 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 4 9 1 20 51 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 7 19 50 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 6 18 49 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 5 17 48 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 4 16 47 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 3 15 46 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 2 14 45 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 3 8 1 13 44 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 7 12 43 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 6 11 42 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 5 10 41 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 4 9 40 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 3 8 39 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 2 7 38 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 2 7 1 6 37 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 7 5 36 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 6 4 35 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 5 3 34 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 4 2 33 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 2 1 6 3 1 32 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 6 6 2 31 31 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 6 6 1 30 30 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 7 29 29 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 6 28 28 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 5 27 27 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 4 26 26 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 3 25 25 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 2 24 24 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 5 5 1 23 23 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 7 22 22 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 6 21 21 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 5 20 20 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 4 19 19 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 3 18 18 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 2 17 17 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 4 4 1 16 16 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 7 15 15 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 6 14 14 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 5 13 13 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 4 12 12 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 3 11 11 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 2 10 10 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 3 3 1 9 9 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 7 8 8 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 6 7 7 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 5 6 6 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 4 5 5 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 3 4 4 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 2 3 3 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 2 2 1 2 2 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 1 1 1 1 7 1 1 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 6 31 365 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 5 30 364 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 4 29 363 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 3 28 362 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 2 27 361 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 5 1 1 26 360 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 7 25 359 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 6 24 358 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2010 4 12 4 52 5 23 357 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 5 22 265 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 4 21 264 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 3 20 263 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 2 19 262 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 1 18 261 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 7 17 260 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 6 16 259 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 5 15 258 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 4 14 257 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 3 13 256 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 2 12 255 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 1 11 254 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 7 10 253 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 6 9 252 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 5 8 251 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 4 7 250 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 3 6 249 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 2 5 248 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 1 4 247 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 7 3 246 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 6 2 245 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 5 1 244 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 4 31 243 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 3 30 242 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 2 29 241 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 5 36 1 28 240 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 7 27 239 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 6 26 238 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 5 25 237 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 4 24 236 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 3 23 235 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 2 22 234 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 4 35 1 21 233 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 7 20 232 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 6 19 231 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 5 18 230 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 4 17 229 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 3 16 228 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 2 15 227 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 3 34 1 14 226 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 7 13 225 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 6 12 224 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 5 11 223 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 4 10 222 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 3 9 221 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 2 8 220 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 2 33 1 7 219 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 7 6 218 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 6 5 217 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 5 4 216 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 4 3 215 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 3 2 214 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 8 1 32 2 1 213 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 6 32 1 31 212 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 7 30 211 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 6 29 210 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 5 28 209 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 4 27 208 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 3 26 207 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 2 25 206 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 5 31 1 24 205 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 7 23 204 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 6 22 203 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 5 21 202 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 4 20 201 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 3 19 200 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 2 18 199 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 4 30 1 17 198 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 7 16 197 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 6 15 196 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 5 14 195 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 4 13 194 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 3 12 193 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 2 11 192 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 3 29 1 10 191 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 7 9 190 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 6 8 189 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 5 7 188 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 4 6 187 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 3 5 186 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 2 4 185 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 2 28 1 3 184 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 1 27 7 2 183 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 7 1 27 6 1 182 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 5 30 181 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 4 29 180 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 3 28 179 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 2 27 178 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 5 27 1 26 177 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 7 25 176 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 6 24 175 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 2 6 4 26 5 23 174 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 5 22 265 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 6 23 266 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 7 24 267 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 5 40 1 25 268 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 5 40 2 26 269 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 5 40 3 27 270 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 5 40 4 28 271 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 5 40 5 29 272 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 5 40 6 30 273 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 1 40 7 1 274 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 2 41 1 2 275 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 2 41 2 3 276 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 2 41 3 4 277 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 2 41 4 5 278 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 2 41 5 6 279 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 2 41 6 7 280 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 2 41 7 8 281 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 3 42 1 9 282 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 3 42 2 10 283 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 3 42 3 11 284 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 4 10 3 42 4 12 285 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 5 22 265 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 6 23 266 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 7 24 267 
year quarter 
2011 1 
year quarter 
2011 2 
year quarter 
2011 3 
year quarter 
2011 4 
year month day-of-month 
2008 2 29 
year month day-of-month 
2008 3 1 
year month day-of-month 
2008 3 2 
year month day-of-month 
2008 3 3 
year month day-of-month 
2008 3 4 
year month day-of-month 
2008 3 5 
year month day-of-month 
2008 3 6 
year month day-of-month 
2008 3 7 
year month day-of-month 
2008 3 8 
year month day-of-month 
2008 3 9 
year month day-of-month 
2008 3 10 
year month day-of-month 
2008 3 11 
year month day-of-month 
2008 3 12 
year month day-of-month 
2008 3 13 
year month day-of-month 
2008 3 14 
year month day-of-month 
2008 3 15 
year month day-of-month 
2008 3 16 
year month day-of-month 
2008 3 17 
year month day-of-month 
2008 3 18 
year month day-of-month 
2008 3 19 
year month day-of-month 
2008 3 20 
year month day-of-month 
2008 3 21 
year month day-of-month 
2008 3 22 
year month day-of-month 
2008 3 23 
year month day-of-month 
2008 3 24 
year month day-of-month 
2008 3 25 
year month day-of-month 
2008 3 26 
year month day-of-month 
2008 3 27 
year month day-of-month 
2008 3 28 
year month day-of-month 
2008 3 29 
year month day-of-month 
2008 3 30 
year month day-of-month 
2008 3 31 
year month day-of-month 
2008 4 1 
year month day-of-month 
2008 4 2 
year month day-of-month 
2008 4 3 
year month day-of-month 
2008 4 4 
year month day-of-month 
2008 4 5 
year month day-of-month 
2008 4 6 
year month day-of-month 
2008 4 7 
year month day-of-month 
2008 4 8 
year month day-of-month 
2008 4 9 
year month day-of-month 
2008 4 10 
year month day-of-month 
2008 4 11 
year month day-of-month 
2008 4 12 
year month day-of-month 
2008 4 13 
year month day-of-month 
2008 4 14 
year month day-of-month 
2008 4 15 
year month day-of-month 
2008 4 16 
year month day-of-month 
2008 4 17 
year month day-of-month 
2008 4 18 
year month day-of-month 
2008 4 19 
year month day-of-month 
2008 4 20 
year month day-of-month 
2008 4 21 
year month day-of-month 
2008 4 22 
year month day-of-month 
2008 4 23 
year month day-of-month 
2008 4 24 
year month day-of-month 
2008 4 25 
year month day-of-month 
2008 4 26 
year month day-of-month 
2008 4 27 
year month day-of-month 
2008 4 28 
year month day-of-month 
2008 4 29 
year month day-of-month 
2008 4 30 
year month day-of-month 
2008 5 1 
year month day-of-month 
2008 5 2 
year month day-of-month 
2008 5 3 
year month day-of-month 
2008 5 4 
year month day-of-month 
2008 5 5 
year month day-of-month 
2008 5 6 
year month day-of-month 
2008 5 7 
year month day-of-month 
2008 5 8 
year month day-of-month 
2008 5 9 
year month day-of-month 
2008 5 10 
year month day-of-month 
2008 5 11 
year month day-of-month 
2008 5 12 
year month day-of-month 
2008 5 13 
year month day-of-month 
2008 5 14 
year month day-of-month 
2008 5 15 
year month day-of-month 
2008 5 16 
year month day-of-month 
2008 5 17 
year month day-of-month 
2008 5 18 
year month day-of-month 
2008 5 19 
year month day-of-month 
2008 5 20 
year month day-of-month 
2008 5 21 
year month day-of-month 
2008 5 22 
year month day-of-month 
2008 5 23 
year month day-of-month 
2008 5 24 
year month day-of-month 
2008 5 25 
year month day-of-month 
2008 5 26 
year month day-of-month 
2008 5 27 
year month day-of-month 
2008 5 28 
year month day-of-month 
2008 5 29 
year month day-of-month 
2008 5 30 
year month day-of-month 
2008 5 31 
year month day-of-month 
2008 6 1 
year month day-of-month 
2008 6 2 
year month day-of-month 
2008 6 3 
year month day-of-month 
2008 6 4 
year month day-of-month 
2008 6 5 
year month day-of-month 
2008 6 6 
year month day-of-month 
2008 6 7 
year month day-of-month 
2008 6 8 
year month day-of-month 
2008 6 9 
year month day-of-month 
2008 6 10 
year month day-of-month 
2008 6 11 
year month day-of-month 
2008 6 12 
year month day-of-month 
2008 6 13 
year month day-of-month 
2008 6 14 
year month day-of-month 
2008 6 15 
year month day-of-month 
2008 6 16 
year month day-of-month 
2008 6 17 
year month day-of-month 
2008 6 18 
year month day-of-month 
2008 6 19 
year month day-of-month 
2008 6 20 
year month day-of-month 
2008 6 21 
year month day-of-month 
2008 6 22 
year month day-of-month 
2008 6 23 
year month day-of-month 
2008 6 24 
year month day-of-month 
2008 6 25 
year month day-of-month 
2008 6 26 
year month day-of-month 
2008 6 27 
year month day-of-month 
2008 6 28 
year month day-of-month 
2008 6 29 
year month day-of-month 
2008 6 30 
year month day-of-month 
2008 7 1 
year month day-of-month 
2008 7 2 
year month day-of-month 
2008 7 3 
year month day-of-month 
2008 7 4 
year month day-of-month 
2008 7 5 
year month day-of-month 
2008 7 6 
year month day-of-month 
2008 7 7 
year month day-of-month 
2008 7 8 
year month day-of-month 
2008 7 9 
year month day-of-month 
2008 7 10 
year month day-of-month 
2008 7 11 
year month day-of-month 
2008 7 12 
year month day-of-month 
2008 7 13 
year month day-of-month 
2008 7 14 
year month day-of-month 
2008 7 15 
year month day-of-month 
2008 7 16 
year month day-of-month 
2008 7 17 
year month day-of-month 
2008 7 18 
year month day-of-month 
2008 7 19 
year month day-of-month 
2008 7 20 
year month day-of-month 
2008 7 21 
year month day-of-month 
2008 7 22 
year month day-of-month 
2008 7 23 
year month day-of-month 
2008 7 24 
year month day-of-month 
2008 7 25 
year month day-of-month 
2008 7 26 
year month day-of-month 
2008 7 27 
year month day-of-month 
2008 7 28 
year month day-of-month 
2008 7 29 
year month day-of-month 
2008 7 30 
year month day-of-month 
2008 7 31 
year month day-of-month 
2008 8 1 
year month day-of-month 
2008 8 2 
year month day-of-month 
2008 8 3 
year month day-of-month 
2008 8 4 
year month day-of-month 
2008 8 5 
year month day-of-month 
2008 8 6 
year month day-of-month 
2008 8 7 
year month day-of-month 
2008 8 8 
year month day-of-month 
2008 8 9 
year month day-of-month 
2008 8 10 
year month day-of-month 
2008 8 11 
year month day-of-month 
2008 8 12 
year month day-of-month 
2008 8 13 
year month day-of-month 
2008 8 14 
year month day-of-month 
2008 8 15 
year month day-of-month 
2008 8 16 
year month day-of-month 
2008 8 17 
year month day-of-month 
2008 8 18 
year month day-of-month 
2008 8 19 
year month day-of-month 
2008 8 20 
year month day-of-month 
2008 8 21 
year month day-of-month 
2008 8 22 
year month day-of-month 
2008 8 23 
year month day-of-month 
2008 8 24 
year month day-of-month 
2008 8 25 
year month day-of-month 
2008 8 26 
year month day-of-month 
2008 8 27 
year month day-of-month 
2008 8 28 
year month day-of-month 
2008 8 29 
year month day-of-month 
2008 8 30 
year month day-of-month 
2008 8 31 
year month day-of-month 
2008 9 1 
year month day-of-month 
2008 9 2 
year month day-of-month 
2008 9 3 
year month day-of-month 
2008 9 4 
year month day-of-month 
2008 9 5 
year month day-of-month 
2008 9 6 
year month day-of-month 
2008 9 7 
year month day-of-month 
2008 9 8 
year month day-of-month 
2008 9 9 
year month day-of-month 
2008 9 10 
year month day-of-month 
2008 9 11 
year month day-of-month 
2008 9 12 
year month day-of-month 
2008 9 13 
year month day-of-month 
2008 9 14 
year month day-of-month 
2008 9 15 
year month day-of-month 
2008 9 16 
year month day-of-month 
2008 9 17 
year month day-of-month 
2008 9 18 
year month day-of-month 
2008 9 19 
year month day-of-month 
2008 9 20 
year month day-of-month 
2008 9 21 
year month day-of-month 
2008 9 22 
year month day-of-month 
2008 9 23 
year month day-of-month 
2008 9 24 
year month day-of-month 
2008 9 25 
year month day-of-month 
2008 9 26 
year month day-of-month 
2008 9 27 
year month day-of-month 
2008 9 28 
year month day-of-month 
2008 9 29 
year month day-of-month 
2008 9 30 
year month day-of-month 
2008 10 1 
year month day-of-month 
2008 10 2 
year month day-of-month 
2008 10 3 
year month day-of-month 
2008 10 4 
year month day-of-month 
2008 10 5 
year month day-of-month 
2008 10 6 
year month day-of-month 
2008 10 7 
year month day-of-month 
2008 10 8 
year month day-of-month 
2008 10 9 
year month day-of-month 
2008 10 10 
year month day-of-month 
2008 10 11 
year month day-of-month 
2008 10 12 
year month day-of-month 
2008 10 13 
year month day-of-month 
2008 10 14 
year month day-of-month 
2008 10 15 
year month day-of-month 
2008 10 16 
year month day-of-month 
2008 10 17 
year month day-of-month 
2008 10 18 
year month day-of-month 
2008 10 19 
year month day-of-month 
2008 10 20 
year month day-of-month 
2008 10 21 
year month day-of-month 
2008 10 22 
year month day-of-month 
2008 10 23 
year month day-of-month 
2008 10 24 
year month day-of-month 
2008 10 25 
year month day-of-month 
2008 10 26 
year month day-of-month 
2008 10 27 
year month day-of-month 
2008 10 28 
year month day-of-month 
2008 10 29 
year month day-of-month 
2008 10 30 
year month day-of-month 
2008 10 31 
year month day-of-month 
2008 11 1 
year month day-of-month 
2008 11 2 
year month day-of-month 
2008 11 3 
year month day-of-month 
2008 11 4 
year month day-of-month 
2008 11 5 
year month day-of-month 
2008 11 6 
year month day-of-month 
2008 11 7 
year month day-of-month 
2008 11 8 
year month day-of-month 
2008 11 9 
year month day-of-month 
2008 11 10 
year month day-of-month 
2008 11 11 
year month day-of-month 
2008 11 12 
year month day-of-month 
2008 11 13 
year month day-of-month 
2008 11 14 
year month day-of-month 
2008 11 15 
year month day-of-month 
2008 11 16 
year month day-of-month 
2008 11 17 
year month day-of-month 
2008 11 18 
year month day-of-month 
2008 11 19 
year month day-of-month 
2008 11 20 
year month day-of-month 
2008 11 21 
year month day-of-month 
2008 11 22 
year month day-of-month 
2008 11 23 
year month day-of-month 
2008 11 24 
year month day-of-month 
2008 11 25 
year month day-of-month 
2008 11 26 
year month day-of-month 
2008 11 27 
year month day-of-month 
2008 11 28 
year month day-of-month 
2008 11 29 
year month day-of-month 
2008 11 30 
year month day-of-month 
2008 12 1 
year month day-of-month 
2008 12 2 
year month day-of-month 
2008 12 3 
year month day-of-month 
2008 12 4 
year month day-of-month 
2008 12 5 
year month day-of-month 
2008 12 6 
year month day-of-month 
2008 12 7 
year month day-of-month 
2008 12 8 
year month day-of-month 
2008 12 9 
year month day-of-month 
2008 12 10 
year month day-of-month 
2008 12 11 
year month day-of-month 
2008 12 12 
year month day-of-month 
2008 12 13 
year month day-of-month 
2008 12 14 
year month day-of-month 
2008 12 15 
year month day-of-month 
2008 12 16 
year month day-of-month 
2008 12 17 
year month day-of-month 
2008 12 18 
year month day-of-month 
2008 12 19 
year month day-of-month 
2008 12 20 
year month day-of-month 
2008 12 21 
year month day-of-month 
2008 12 22 
year month day-of-month 
2008 12 23 
year month day-of-month 
2008 12 24 
year month day-of-month 
2008 12 25 
year month day-of-month 
2008 12 26 
year month day-of-month 
2008 12 27 
year month day-of-month 
2008 12 28 
year month day-of-month 
2008 12 29 
year month day-of-month 
2008 12 30 
year month day-of-month 
2008 12 31 
year month day-of-month 
2009 1 1 
year month day-of-month 
2009 1 2 
year month day-of-month 
2009 1 3 
year month day-of-month 
2009 1 4 
year month day-of-month 
2009 1 5 
year month day-of-month 
2009 1 6 
year month day-of-month 
2009 1 7 
year month day-of-month 
2009 1 8 
year month day-of-month 
2009 1 9 
year month day-of-month 
2009 1 10 
year month day-of-month 
2009 1 11 
year month day-of-month 
2009 1 12 
year month day-of-month 
2009 1 13 
year month day-of-month 
2009 1 14 
year month day-of-month 
2009 1 15 
year month day-of-month 
2009 1 16 
year month day-of-month 
2009 1 17 
year month day-of-month 
2009 1 18 
year month day-of-month 
2009 1 19 
year month day-of-month 
2009 1 20 
year month day-of-month 
2009 1 21 
year month day-of-month 
2009 1 22 
year month day-of-month 
2009 1 23 
year month day-of-month 
2009 1 24 
year month day-of-month 
2009 1 25 
year month day-of-month 
2009 1 26 
year month day-of-month 
2009 1 27 
year month day-of-month 
2009 1 28 
year month day-of-month 
2009 1 29 
year month day-of-month 
2009 1 30 
year month day-of-month 
2009 1 31 
year month day-of-month 
2009 2 1 
year month day-of-month 
2009 2 2 
year month day-of-month 
2009 2 3 
year month day-of-month 
2009 2 4 
year month day-of-month 
2009 2 5 
year month day-of-month 
2009 2 6 
year month day-of-month 
2009 2 7 
year month day-of-month 
2009 2 8 
year month day-of-month 
2009 2 9 
year month day-of-month 
2009 2 10 
year month day-of-month 
2009 2 11 
year month day-of-month 
2009 2 12 
year month day-of-month 
2009 2 13 
year month day-of-month 
2009 2 14 
year month day-of-month 
2009 2 15 
year month day-of-month 
2009 2 16 
year month day-of-month 
2009 2 17 
year month day-of-month 
2009 2 18 
year month day-of-month 
2009 2 19 
year month day-of-month 
2009 2 20 
year month day-of-month 
2009 2 21 
year month day-of-month 
2009 2 22 
year month day-of-month 
2009 2 23 
year month day-of-month 
2009 2 24 
year month day-of-month 
2009 2 25 
year month day-of-month 
2009 2 26 
year month day-of-month 
2009 2 27 
year month day-of-month 
2009 2 28 
year month day-of-month 
2009 3 1 
year month day-of-month 
2009 3 2 
year month day-of-month 
2009 3 3 
year month day-of-month 
2009 3 4 
year month day-of-month 
2009 3 5 
year month day-of-month 
2009 3 6 
year month day-of-month 
2009 3 7 
year month day-of-month 
2009 3 8 
year month day-of-month 
2009 3 9 
year month day-of-month 
2009 3 10 
year month day-of-month 
2009 3 11 
year month day-of-month 
2009 3 12 
year month day-of-month 
2009 3 13 
year month day-of-month 
2009 3 14 
year month day-of-month 
2009 3 15 
year month day-of-month 
2009 3 16 
year month day-of-month 
2009 3 17 
year month day-of-month 
2009 3 18 
year month day-of-month 
2009 3 19 
year month day-of-month 
2009 3 20 
year month day-of-month 
2009 3 21 
year month day-of-month 
2009 3 22 
year month day-of-month 
2009 3 23 
year month day-of-month 
2009 3 24 
year month day-of-month 
2009 3 25 
year month day-of-month 
2009 3 26 
year month day-of-month 
2009 3 27 
year month day-of-month 
2009 3 28 
year month day-of-month 
2009 3 29 
year month day-of-month 
2009 3 30 
year month day-of-month 
2009 3 31 
year month day-of-month 
2009 4 1 
year month day-of-month 
2009 4 2 
year month day-of-month 
2009 4 3 
year month day-of-month 
2009 4 4 
year month day-of-month 
2009 4 5 
year month day-of-month 
2009 4 6 
year month day-of-month 
2009 4 7 
year month day-of-month 
2009 4 8 
year month day-of-month 
2009 4 9 
year month day-of-month 
2009 4 10 
year month day-of-month 
2009 4 11 
year month day-of-month 
2009 4 12 
year month day-of-month 
2009 4 13 
year month day-of-month 
2009 4 14 
year month day-of-month 
2009 4 15 
year month day-of-month 
2009 4 16 
year month day-of-month 
2009 4 17 
year month day-of-month 
2009 4 18 
year month day-of-month 
2009 4 19 
year month day-of-month 
2009 4 20 
year month day-of-month 
2009 4 21 
year month day-of-month 
2009 4 22 
year month day-of-month 
2009 4 23 
year month day-of-month 
2009 4 24 
year month day-of-month 
2009 4 25 
year month day-of-month 
2009 4 26 
year month day-of-month 
2009 4 27 
year month day-of-month 
2009 4 28 
year month day-of-month 
2009 4 29 
year month day-of-month 
2009 4 30 
year month day-of-month 
2009 5 1 
year month day-of-month 
2009 5 2 
year month day-of-month 
2009 5 3 
year month day-of-month 
2009 5 4 
year month day-of-month 
2009 5 5 
year month day-of-month 
2009 5 6 
year month day-of-month 
2009 5 7 
year month day-of-month 
2009 5 8 
year month day-of-month 
2009 5 9 
year month day-of-month 
2009 5 10 
year month day-of-month 
2009 5 11 
year month day-of-month 
2009 5 12 
year month day-of-month 
2009 5 13 
year month day-of-month 
2009 5 14 
year month day-of-month 
2009 5 15 
year month day-of-month 
2009 5 16 
year month day-of-month 
2009 5 17 
year month day-of-month 
2009 5 18 
year month day-of-month 
2009 5 19 
year month day-of-month 
2009 5 20 
year month day-of-month 
2009 5 21 
year month day-of-month 
2009 5 22 
year month day-of-month 
2009 5 23 
year month day-of-month 
2009 5 24 
year month day-of-month 
2009 5 25 
year month day-of-month 
2009 5 26 
year month day-of-month 
2009 5 27 
year month day-of-month 
2009 5 28 
year month day-of-month 
2009 5 29 
year month day-of-month 
2009 5 30 
year month day-of-month 
2009 5 31 
year month day-of-month 
2009 6 1 
year month day-of-month 
2009 6 2 
year month day-of-month 
2009 6 3 
year month day-of-month 
2009 6 4 
year month day-of-month 
2009 6 5 
year month day-of-month 
2009 6 6 
year month day-of-month 
2009 6 7 
year month day-of-month 
2009 6 8 
year month day-of-month 
2009 6 9 
year month day-of-month 
2009 6 10 
year month day-of-month 
2009 6 11 
year month day-of-month 
2009 6 12 
year month day-of-month 
2009 6 13 
year month day-of-month 
2009 6 14 
year month day-of-month 
2009 6 15 
year month day-of-month 
2009 6 16 
year month day-of-month 
2009 6 17 
year month day-of-month 
2009 6 18 
year month day-of-month 
2009 6 19 
year month day-of-month 
2009 6 20 
year month day-of-month 
2009 6 21 
year month day-of-month 
2009 6 22 
year month day-of-month 
2009 6 23 
year month day-of-month 
2009 6 24 
year month day-of-month 
2009 6 25 
year month day-of-month 
2009 6 26 
year month day-of-month 
2009 6 27 
year month day-of-month 
2009 6 28 
year month day-of-month 
2009 6 29 
year month day-of-month 
2009 6 30 
year month day-of-month 
2009 7 1 
year month day-of-month 
2009 7 2 
year month day-of-month 
2009 7 3 
year month day-of-month 
2009 7 4 
year month day-of-month 
2009 7 5 
year month day-of-month 
2009 7 6 
year month day-of-month 
2009 7 7 
year month day-of-month 
2009 7 8 
year month day-of-month 
2009 7 9 
year month day-of-month 
2009 7 10 
year month day-of-month 
2009 7 11 
year month day-of-month 
2009 7 12 
year month day-of-month 
2009 7 13 
year month day-of-month 
2009 7 14 
year month day-of-month 
2009 7 15 
year month day-of-month 
2009 7 16 
year month day-of-month 
2009 7 17 
year month day-of-month 
2009 7 18 
year month day-of-month 
2009 7 19 
year month day-of-month 
2009 7 20 
year month day-of-month 
2009 7 21 
year month day-of-month 
2009 7 22 
year month day-of-month 
2009 7 23 
year month day-of-month 
2009 7 24 
year month day-of-month 
2009 7 25 
year month day-of-month 
2009 7 26 
year month day-of-month 
2009 7 27 
year month day-of-month 
2009 7 28 
year month day-of-month 
2009 7 29 
year month day-of-month 
2009 7 30 
year month day-of-month 
2009 7 31 
year month day-of-month 
2009 8 1 
year month day-of-month 
2009 8 2 
year month day-of-month 
2009 8 3 
year month day-of-month 
2009 8 4 
year month day-of-month 
2009 8 5 
year month day-of-month 
2009 8 6 
year month day-of-month 
2009 8 7 
year month day-of-month 
2009 8 8 
year month day-of-month 
2009 8 9 
year month day-of-month 
2009 8 10 
year month day-of-month 
2009 8 11 
year month day-of-month 
2009 8 12 
year month day-of-month 
2009 8 13 
year month day-of-month 
2009 8 14 
year month day-of-month 
2009 8 15 
year month day-of-month 
2009 8 16 
year month day-of-month 
2009 8 17 
year month day-of-month 
2009 8 18 
year month day-of-month 
2009 8 19 
year month day-of-month 
2009 8 20 
year month day-of-month 
2009 8 21 
year month day-of-month 
2009 8 22 
year month day-of-month 
2009 8 23 
year month day-of-month 
2009 8 24 
year month day-of-month 
2009 8 25 
year month day-of-month 
2009 8 26 
year month day-of-month 
2009 8 27 
year month day-of-month 
2009 8 28 
year month day-of-month 
2009 8 29 
year month day-of-month 
2009 8 30 
year month day-of-month 
2009 8 31 
year month day-of-month 
2009 9 1 
year month day-of-month 
2009 9 2 
year month day-of-month 
2009 9 3 
year month day-of-month 
2009 9 4 
year month day-of-month 
2009 9 5 
year month day-of-month 
2009 9 6 
year month day-of-month 
2009 9 7 
year month day-of-month 
2009 9 8 
year month day-of-month 
2009 9 9 
year month day-of-month 
2009 9 10 
year month day-of-month 
2009 9 11 
year month day-of-month 
2009 9 12 
year month day-of-month 
2009 9 13 
year month day-of-month 
2009 9 14 
year month day-of-month 
2009 9 15 
year month day-of-month 
2009 9 16 
year month day-of-month 
2009 9 17 
year month day-of-month 
2009 9 18 
year month day-of-month 
2009 9 19 
year month day-of-month 
2009 9 20 
year month day-of-month 
2009 9 21 
year month day-of-month 
2009 9 22 
year month day-of-month 
2009 9 23 
year month day-of-month 
2009 9 24 
year month day-of-month 
2009 9 25 
year month day-of-month 
2009 9 26 
year month day-of-month 
2009 9 27 
year month day-of-month 
2009 9 28 
year month day-of-month 
2009 9 29 
year month day-of-month 
2009 9 30 
year month day-of-month 
2009 10 1 
year month day-of-month 
2009 10 2 
year month day-of-month 
2009 10 3 
year month day-of-month 
2009 10 4 
year month day-of-month 
2009 10 5 
year month day-of-month 
2009 10 6 
year month day-of-month 
2009 10 7 
year month day-of-month 
2009 10 8 
year month day-of-month 
2009 10 9 
year month day-of-month 
2009 10 10 
year month day-of-month 
2009 10 11 
year month day-of-month 
2009 10 12 
year month day-of-month 
2009 10 13 
year month day-of-month 
2009 10 14 
year month day-of-month 
2009 10 15 
year month day-of-month 
2009 10 16 
year month day-of-month 
2009 10 17 
year month day-of-month 
2009 10 18 
year month day-of-month 
2009 10 19 
year month day-of-month 
2009 10 20 
year month day-of-month 
2009 10 21 
year month day-of-month 
2009 10 22 
year month day-of-month 
2009 10 23 
year month day-of-month 
2009 10 24 
year month day-of-month 
2009 10 25 
year month day-of-month 
2009 10 26 
year month day-of-month 
2009 10 27 
year month day-of-month 
2009 10 28 
year month day-of-month 
2009 10 29 
year month day-of-month 
2009 10 30 
year month day-of-month 
2009 10 31 
year month day-of-month 
2009 11 1 
year month day-of-month 
2009 11 2 
year month day-of-month 
2009 11 3 
year month day-of-month 
2009 11 4 
year month day-of-month 
2009 11 5 
year month day-of-month 
2009 11 6 
year month day-of-month 
2009 11 7 
year month day-of-month 
2009 11 8 
year month day-of-month 
2009 11 9 
year month day-of-month 
2009 11 10 
year month day-of-month 
2009 11 11 
year month day-of-month 
2009 11 12 
year month day-of-month 
2009 11 13 
year month day-of-month 
2009 11 14 
year month day-of-month 
2009 11 15 
year month day-of-month 
2009 11 16 
year month day-of-month 
2009 11 17 
year month day-of-month 
2009 11 18 
year month day-of-month 
2009 11 19 
year month day-of-month 
2009 11 20 
year month day-of-month 
2009 11 21 
year month day-of-month 
2009 11 22 
year month day-of-month 
2009 11 23 
year month day-of-month 
2009 11 24 
year month day-of-month 
2009 11 25 
year month day-of-month 
2009 11 26 
year month day-of-month 
2009 11 27 
year month day-of-month 
2009 11 28 
year month day-of-month 
2009 11 29 
year month day-of-month 
2009 11 30 
year month day-of-month 
2009 12 1 
year month day-of-month 
2009 12 2 
year month day-of-month 
2009 12 3 
year month day-of-month 
2009 12 4 
year month day-of-month 
2009 12 5 
year month day-of-month 
2009 12 6 
year month day-of-month 
2009 12 7 
year month day-of-month 
2009 12 8 
year month day-of-month 
2009 12 9 
year month day-of-month 
2009 12 10 
year month day-of-month 
2009 12 11 
year month day-of-month 
2009 12 12 
year month day-of-month 
2009 12 13 
year month day-of-month 
2009 12 14 
year month day-of-month 
2009 12 15 
year month day-of-month 
2009 12 16 
year month day-of-month 
2009 12 17 
year month day-of-month 
2009 12 18 
year month day-of-month 
2009 12 19 
year month day-of-month 
2009 12 20 
year month day-of-month 
2009 12 21 
year month day-of-month 
2009 12 22 
year month day-of-month 
2009 12 23 
year month day-of-month 
2009 12 24 
year month day-of-month 
2009 12 25 
year month day-of-month 
2009 12 26 
year month day-of-month 
2009 12 27 
year month day-of-month 
2009 12 28 
year month day-of-month 
2009 12 29 
year month day-of-month 
2009 12 30 
year month day-of-month 
2009 12 31 
year month day-of-month 
2010 1 1 
year month day-of-month 
2010 1 2 
year month day-of-month 
2010 1 3 
year month day-of-month 
2010 1 4 
year month day-of-month 
2010 1 5 
year month day-of-month 
2010 1 6 
year month day-of-month 
2010 1 7 
year month day-of-month 
2010 1 8 
year month day-of-month 
2010 1 9 
year month day-of-month 
2010 1 10 
year month day-of-month 
2010 1 11 
year month day-of-month 
2010 1 12 
year month day-of-month 
2010 1 13 
year month day-of-month 
2010 1 14 
year month day-of-month 
2010 1 15 
year month day-of-month 
2010 1 16 
year month day-of-month 
2010 1 17 
year month day-of-month 
2010 1 18 
year month day-of-month 
2010 1 19 
year month day-of-month 
2010 1 20 
year month day-of-month 
2010 1 21 
year month day-of-month 
2010 1 22 
year month day-of-month 
2010 1 23 
year month day-of-month 
2010 1 24 
year month day-of-month 
2010 1 25 
year month day-of-month 
2010 1 26 
year month day-of-month 
2010 1 27 
year month day-of-month 
2010 1 28 
year month day-of-month 
2010 1 29 
year month day-of-month 
2010 1 30 
year month day-of-month 
2010 1 31 
year month day-of-month 
2010 2 1 
year month day-of-month 
2010 2 2 
year month day-of-month 
2010 2 3 
year month day-of-month 
2010 2 4 
year month day-of-month 
2010 2 5 
year month day-of-month 
2010 2 6 
year month day-of-month 
2010 2 7 
year month day-of-month 
2010 2 8 
year month day-of-month 
2010 2 9 
year month day-of-month 
2010 2 10 
year month day-of-month 
2010 2 11 
year month day-of-month 
2010 2 12 
year month day-of-month 
2010 2 13 
year month day-of-month 
2010 2 14 
year month day-of-month 
2010 2 15 
year month day-of-month 
2010 2 16 
year month day-of-month 
2010 2 17 
year month day-of-month 
2010 2 18 
year month day-of-month 
2010 2 19 
year month day-of-month 
2010 2 20 
year month day-of-month 
2010 2 21 
year month day-of-month 
2010 2 22 
year month day-of-month 
2010 2 23 
year month day-of-month 
2010 2 24 
year month day-of-month 
2010 2 25 
year month day-of-month 
2010 2 26 
year month day-of-month 
2010 2 27 
year month day-of-month 
2010 2 28 
year month day-of-month 
2010 3 1 
year month day-of-month 
2010 3 2 
year month day-of-month 
2010 3 3 
year month day-of-month 
2010 3 4 
year month day-of-month 
2010 3 5 
year month day-of-month 
2010 3 6 
year month day-of-month 
2010 3 7 
year month day-of-month 
2010 3 8 
year month day-of-month 
2010 3 9 
year month day-of-month 
2010 3 10 
year month day-of-month 
2010 3 11 
year month day-of-month 
2010 3 12 
year month day-of-month 
2010 3 13 
year month day-of-month 
2010 3 14 
year month day-of-month 
2010 3 15 
year month day-of-month 
2010 3 16 
year month day-of-month 
2010 3 17 
year month day-of-month 
2010 3 18 
year month day-of-month 
2010 3 19 
year month day-of-month 
2010 3 20 
year month day-of-month 
2010 3 21 
year month day-of-month 
2010 3 22 
year month day-of-month 
2010 3 23 
year month day-of-month 
2010 3 24 
year month day-of-month 
2010 3 25 
year month day-of-month 
2010 3 26 
year month day-of-month 
2010 3 27 
year month day-of-month 
2010 3 28 
year month day-of-month 
2010 3 29 
year month day-of-month 
2010 3 30 
year month day-of-month 
2010 3 31 
year month day-of-month 
2010 4 1 
year month day-of-month 
2010 4 2 
year month day-of-month 
2010 4 3 
year month day-of-month 
2010 4 4 
year month day-of-month 
2010 4 5 
year month day-of-month 
2010 4 6 
year month day-of-month 
2010 4 7 
year month day-of-month 
2010 4 8 
year month day-of-month 
2010 4 9 
year month day-of-month 
2010 4 10 
year month day-of-month 
2010 4 11 
year month day-of-month 
2010 4 12 
year month day-of-month 
2010 4 13 
year month day-of-month 
2010 4 14 
year month day-of-month 
2010 4 15 
year month day-of-month 
2010 4 16 
year month day-of-month 
2010 4 17 
year month day-of-month 
2010 4 18 
year month day-of-month 
2010 4 19 
year month day-of-month 
2010 4 20 
year month day-of-month 
2010 4 21 
year month day-of-month 
2010 4 22 
year month day-of-month 
2010 4 23 
year month day-of-month 
2010 4 24 
year month day-of-month 
2010 4 25 
year month day-of-month 
2010 4 26 
year month day-of-month 
2010 4 27 
year month day-of-month 
2010 4 28 
year month day-of-month 
2010 4 29 
year month day-of-month 
2010 4 30 
year month day-of-month 
2010 5 1 
year month day-of-month 
2010 5 2 
year month day-of-month 
2010 5 3 
year month day-of-month 
2010 5 4 
year month day-of-month 
2010 5 5 
year month day-of-month 
2010 5 6 
year month day-of-month 
2010 5 7 
year month day-of-month 
2010 5 8 
year month day-of-month 
2010 5 9 
year month day-of-month 
2010 5 10 
year month day-of-month 
2010 5 11 
year month day-of-month 
2010 5 12 
year month day-of-month 
2010 5 13 
year month day-of-month 
2010 5 14 
year month day-of-month 
2010 5 15 
year month day-of-month 
2010 5 16 
year month day-of-month 
2010 5 17 
year month day-of-month 
2010 5 18 
year month day-of-month 
2010 5 19 
year month day-of-month 
2010 5 20 
year month day-of-month 
2010 5 21 
year month day-of-month 
2010 5 22 
year month day-of-month 
2010 5 23 
year month day-of-month 
2010 5 24 
year month day-of-month 
2010 5 25 
year month day-of-month 
2010 5 26 
year month day-of-month 
2010 5 27 
year month day-of-month 
2010 5 28 
year month day-of-month 
2010 5 29 
year month day-of-month 
2010 5 30 
year month day-of-month 
2010 5 31 
year month day-of-month 
2010 6 1 
year month day-of-month 
2010 6 2 
year month day-of-month 
2010 6 3 
year month day-of-month 
2010 6 4 
year month day-of-month 
2010 6 5 
year month day-of-month 
2010 6 6 
year month day-of-month 
2010 6 7 
year month day-of-month 
2010 6 8 
year month day-of-month 
2010 6 9 
year month day-of-month 
2010 6 10 
year month day-of-month 
2010 6 11 
year month day-of-month 
2010 6 12 
year month day-of-month 
2010 6 13 
year month day-of-month 
2010 6 14 
year month day-of-month 
2010 6 15 
year month day-of-month 
2010 6 16 
year month day-of-month 
2010 6 17 
year month day-of-month 
2010 6 18 
year month day-of-month 
2010 6 19 
year month day-of-month 
2010 6 20 
year month day-of-month 
2010 6 21 
year month day-of-month 
2010 6 22 
year month day-of-month 
2010 6 23 
year month day-of-month 
2010 6 24 
year month day-of-month 
2010 6 25 
year month day-of-month 
2010 6 26 
year month day-of-month 
2010 6 27 
year month day-of-month 
2010 6 28 
year month day-of-month 
2010 6 29 
year month day-of-month 
2010 6 30 
year month day-of-month 
2010 7 1 
year month day-of-month 
2010 7 2 
year month day-of-month 
2010 7 3 
year month day-of-month 
2010 7 4 
year month day-of-month 
2010 7 5 
year month day-of-month 
2010 7 6 
year month day-of-month 
2010 7 7 
year month day-of-month 
2010 7 8 
year month day-of-month 
2010 7 9 
year month day-of-month 
2010 7 10 
year month day-of-month 
2010 7 11 
year month day-of-month 
2010 7 12 
year month day-of-month 
2010 7 13 
year month day-of-month 
2010 7 14 
year month day-of-month 
2010 7 15 
year month day-of-month 
2010 7 16 
year month day-of-month 
2010 7 17 
year month day-of-month 
2010 7 18 
year month day-of-month 
2010 7 19 
year month day-of-month 
2010 7 20 
year month day-of-month 
2010 7 21 
year month day-of-month 
2010 7 22 
year month day-of-month 
2010 7 23 
year month day-of-month 
2010 7 24 
year month day-of-month 
2010 7 25 
year month day-of-month 
2010 7 26 
year month day-of-month 
2010 7 27 
year month day-of-month 
2010 7 28 
year month day-of-month 
2010 7 29 
year month day-of-month 
2010 7 30 
year month day-of-month 
2010 7 31 
year month day-of-month 
2010 8 1 
year month day-of-month 
2010 8 2 
year month day-of-month 
2010 8 3 
year month day-of-month 
2010 8 4 
year month day-of-month 
2010 8 5 
year month day-of-month 
2010 8 6 
year month day-of-month 
2010 8 7 
year month day-of-month 
2010 8 8 
year month day-of-month 
2010 8 9 
year month day-of-month 
2010 8 10 
year month day-of-month 
2010 8 11 
year month day-of-month 
2010 8 12 
year month day-of-month 
2010 8 13 
year month day-of-month 
2010 8 14 
year month day-of-month 
2010 8 15 
year month day-of-month 
2010 8 16 
year month day-of-month 
2010 8 17 
year month day-of-month 
2010 8 18 
year month day-of-month 
2010 8 19 
year month day-of-month 
2010 8 20 
year month day-of-month 
2010 8 21 
year month day-of-month 
2010 8 22 
year month day-of-month 
2010 8 23 
year month day-of-month 
2010 8 24 
year month day-of-month 
2010 8 25 
year month day-of-month 
2010 8 26 
year month day-of-month 
2010 8 27 
year month day-of-month 
2010 8 28 
year month day-of-month 
2010 8 29 
year month day-of-month 
2010 8 30 
year month day-of-month 
2010 8 31 
year month day-of-month 
2010 9 1 
year month day-of-month 
2010 9 2 
year month day-of-month 
2010 9 3 
year month day-of-month 
2010 9 4 
year month day-of-month 
2010 9 5 
year month day-of-month 
2010 9 6 
year month day-of-month 
2010 9 7 
year month day-of-month 
2010 9 8 
year month day-of-month 
2010 9 9 
year month day-of-month 
2010 9 10 
year month day-of-month 
2010 9 11 
year month day-of-month 
2010 9 12 
year month day-of-month 
2010 9 13 
year month day-of-month 
2010 9 14 
year month day-of-month 
2010 9 15 
year month day-of-month 
2010 9 16 
year month day-of-month 
2010 9 17 
year month day-of-month 
2010 9 18 
year month day-of-month 
2010 9 19 
year month day-of-month 
2010 9 20 
year month day-of-month 
2010 9 21 
year month day-of-month 
2010 9 22 
year month day-of-month 
2010 9 23 
year month day-of-month 
2010 9 24 
year month day-of-month 
2010 9 25 
year month day-of-month 
2010 9 26 
year month day-of-month 
2010 9 27 
year month day-of-month 
2010 9 28 
year month day-of-month 
2010 9 29 
year month day-of-month 
2010 9 30 
year month day-of-month 
2010 10 1 
year month day-of-month 
2010 10 2 
year month day-of-month 
2010 10 3 
year month day-of-month 
2010 10 4 
year month day-of-month 
2010 10 5 
year month day-of-month 
2010 10 6 
year month day-of-month 
2010 10 7 
year month day-of-month 
2010 10 8 
year month day-of-month 
2010 10 9 
year month day-of-month 
2010 10 10 
year month day-of-month 
2010 10 11 
year month day-of-month 
2010 10 12 
year month day-of-month 
2010 10 13 
year month day-of-month 
2010 10 14 
year month day-of-month 
2010 10 15 
year month day-of-month 
2010 10 16 
year month day-of-month 
2010 10 17 
year month day-of-month 
2010 10 18 
year month day-of-month 
2010 10 19 
year month day-of-month 
2010 10 20 
year month day-of-month 
2010 10 21 
year month day-of-month 
2010 10 22 
year month day-of-month 
2010 10 23 
year month day-of-month 
2010 10 24 
year month day-of-month 
2010 10 25 
year month day-of-month 
2010 10 26 
year month day-of-month 
2010 10 27 
year month day-of-month 
2010 10 28 
year month day-of-month 
2010 10 29 
year month day-of-month 
2010 10 30 
year month day-of-month 
2010 10 31 
year month day-of-month 
2010 11 1 
year month day-of-month 
2010 11 2 
year month day-of-month 
2010 11 3 
year month day-of-month 
2010 11 4 
year month day-of-month 
2010 11 5 
year month day-of-month 
2010 11 6 
year month day-of-month 
2010 11 7 
year month day-of-month 
2010 11 8 
year month day-of-month 
2010 11 9 
year month day-of-month 
2010 11 10 
year month day-of-month 
2010 11 11 
year month day-of-month 
2010 11 12 
year month day-of-month 
2010 11 13 
year month day-of-month 
2010 11 14 
year month day-of-month 
2010 11 15 
year month day-of-month 
2010 11 16 
year month day-of-month 
2010 11 17 
year month day-of-month 
2010 11 18 
year month day-of-month 
2010 11 19 
year month day-of-month 
2010 11 20 
year month day-of-month 
2010 11 21 
year month day-of-month 
2010 11 22 
year month day-of-month 
2010 11 23 
year month day-of-month 
2010 11 24 
year month day-of-month 
2010 11 25 
year month day-of-month 
2010 11 26 
year month day-of-month 
2010 11 27 
year month day-of-month 
2010 11 28 
year month day-of-month 
2010 11 29 
year month day-of-month 
2010 11 30 
year month day-of-month 
2010 12 1 
year month day-of-month 
2010 12 2 
year month day-of-month 
2010 12 3 
year month day-of-month 
2010 12 4 
year month day-of-month 
2010 12 5 
year month day-of-month 
2010 12 6 
year month day-of-month 
2010 12 7 
year month day-of-month 
2010 12 8 
year month day-of-month 
2010 12 9 
year month day-of-month 
2010 12 10 
year month day-of-month 
2010 12 11 
year month day-of-month 
2010 12 12 
year month day-of-month 
2010 12 13 
year month day-of-month 
2010 12 14 
year month day-of-month 
2010 12 15 
year month day-of-month 
2010 12 16 
year month day-of-month 
2010 12 17 
year month day-of-month 
2010 12 18 
year month day-of-month 
2010 12 19 
year month day-of-month 
2010 12 20 
year month day-of-month 
2010 12 21 
year month day-of-month 
2010 12 22 
year month day-of-month 
2010 12 23 
year month day-of-month 
2010 12 24 
year month day-of-month 
2010 12 25 
year month day-of-month 
2010 12 26 
year month day-of-month 
2010 12 27 
year month day-of-month 
2010 12 28 
year month day-of-month 
2010 12 29 
year month day-of-month 
2010 12 30 
year month day-of-month 
2010 12 31 
year month day-of-month 
2011 1 1 
year month day-of-month 
2011 1 2 
year month day-of-month 
2011 1 3 
year month day-of-month 
2011 1 4 
year month day-of-month 
2011 1 5 
year month day-of-month 
2011 1 6 
year month day-of-month 
2011 1 7 
year month day-of-month 
2011 1 8 
year month day-of-month 
2011 1 9 
year month day-of-month 
2011 1 10 
year month day-of-month 
2011 1 11 
year month day-of-month 
2011 1 12 
year month day-of-month 
2011 1 13 
year month day-of-month 
2011 1 14 
year month day-of-month 
2011 1 15 
year month day-of-month 
2011 1 16 
year month day-of-month 
2011 1 17 
year month day-of-month 
2011 1 18 
year month day-of-month 
2011 1 19 
year month day-of-month 
2011 1 20 
year month day-of-month 
2011 1 21 
year month day-of-month 
2011 1 22 
year month day-of-month 
2011 1 23 
year month day-of-month 
2011 1 24 
year month day-of-month 
2011 1 25 
year month day-of-month 
2011 1 26 
year month day-of-month 
2011 1 27 
year month day-of-month 
2011 1 28 
year month day-of-month 
2011 1 29 
year month day-of-month 
2011 1 30 
year month day-of-month 
2011 1 31 
year month day-of-month 
2011 2 1 
year month day-of-month 
2011 2 2 
year month day-of-month 
2011 2 3 
year month day-of-month 
2011 2 4 
year month day-of-month 
2011 2 5 
year month day-of-month 
2011 2 6 
year month day-of-month 
2011 2 7 
year month day-of-month 
2011 2 8 
year month day-of-month 
2011 2 9 
year month day-of-month 
2011 2 10 
year month day-of-month 
2011 2 11 
year month day-of-month 
2011 2 12 
year month day-of-month 
2011 2 13 
year month day-of-month 
2011 2 14 
year month day-of-month 
2011 2 15 
year month day-of-month 
2011 2 16 
year month day-of-month 
2011 2 17 
year month day-of-month 
2011 2 18 
year month day-of-month 
2011 2 19 
year month day-of-month 
2011 2 20 
year month day-of-month 
2011 2 21 
year month day-of-month 
2011 2 22 
year month day-of-month 
2011 2 23 
year month day-of-month 
2011 2 24 
year month day-of-month 
2011 2 25 
year month day-of-month 
2011 2 26 
year month day-of-month 
2011 2 27 
year month 
2008 1 
year month 
2008 2 
year month 
2008 3 
year month 
2008 4 
year month day-of-month 
2008 1 20 
year month day-of-month 
2008 1 19 
year month day-of-month 
2008 1 18 
year month day-of-month 
2008 1 17 
year month day-of-month 
2008 1 16 
year month day-of-month 
2008 1 15 
year month day-of-month 
2008 1 14 
year month day-of-month 
2008 1 13 
year month day-of-month 
2008 1 12 
year month day-of-month 
2008 1 11 
year month day-of-month 
2008 1 10 
year month day-of-month 
2008 1 9 
year month day-of-month 
2008 1 8 
year month day-of-month 
2008 1 7 
year month day-of-month 
2008 1 6 
year month day-of-month 
2008 1 5 
year month day-of-month 
2008 1 4 
year month day-of-month 
2008 1 3 
year month day-of-month 
2008 1 2 
year month day-of-month 
2008 1 1 
year month day-of-month 
2007 12 31 
year month day-of-month 
2007 12 30 
year month day-of-month 
2007 12 29 
year month day-of-month 
2007 12 28 
year month day-of-month 
2007 12 27 
year month day-of-month 
2007 12 26 
year month day-of-month 
2007 12 25 
year month day-of-month 
2007 12 24 
year month day-of-month 
2007 12 23 
year month day-of-month 
2007 12 22 
year month day-of-month 
2007 12 21 
year month day-of-month 
2007 12 20 
year month day-of-month 
2007 12 19 
year month day-of-month 
2007 12 18 
year month day-of-month 
2007 12 17 
year month day-of-month 
2007 12 16 
year month day-of-month 
2007 12 15 
year month day-of-month 
2007 12 14 
year month day-of-month 
2007 12 13 
year month day-of-month 
2007 12 12 
year month day-of-month 
2007 12 11 
year month day-of-month 
2007 12 10 
year month day-of-month 
2007 12 9 
year month day-of-month 
2007 12 8 
year month day-of-month 
2007 12 7 
year month day-of-month 
2007 12 6 
year month day-of-month 
2007 12 5 
year month day-of-month 
2007 12 4 
year month day-of-month 
2007 12 3 
year month day-of-month 
2007 12 2 
year month day-of-month 
2007 12 1 
year month day-of-month 
2007 11 30 
year month day-of-month 
2007 11 29 
year month day-of-month 
2007 11 28 
year month day-of-month 
2007 11 27 
year month day-of-month 
2007 11 26 
year month day-of-month 
2007 11 25 
year month day-of-month 
2007 11 24 
year month day-of-month 
2007 11 23 
year month day-of-month 
2007 11 22 
year month day-of-month 
2007 11 21 
year month day-of-month 
2007 11 20 
year month day-of-month 
2007 11 19 
year month day-of-month 
2007 11 18 
year month day-of-month 
2007 11 17 
year month day-of-month 
2007 11 16 
year month day-of-month 
2007 11 15 
year month day-of-month 
2007 11 14 
year month day-of-month 
2007 11 13 
year month day-of-month 
2007 11 12 
year month day-of-month 
2007 11 11 
year month day-of-month 
2007 11 10 
year month day-of-month 
2007 11 9 
year month day-of-month 
2007 11 8 
year month day-of-month 
2007 11 7 
year month day-of-month 
2007 11 6 
year month day-of-month 
2007 11 5 
year month day-of-month 
2007 11 4 
year month day-of-month 
2007 11 3 
year month day-of-month 
2007 11 2 
year month day-of-month 
2007 11 1 
year month day-of-month 
2007 10 31 
year month day-of-month 
2007 10 30 
year month day-of-month 
2007 10 29 
year month day-of-month 
2007 10 28 
year month day-of-month 
2007 10 27 
year month day-of-month 
2007 10 26 
year month day-of-month 
2007 10 25 
year month day-of-month 
2007 10 24 
year month day-of-month 
2007 10 23 
year month day-of-month 
2007 10 22 
year month day-of-month 
2007 10 21 
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s - in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest
testTrailing10(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.006 s
testTrailing11(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.01 s
testTrailing12(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.008 s
testTrailing13(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.005 s
testTrailing14(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.003 s
testTrailing15(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.011 s
testTrailing16(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.003 s
testTrailing17(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.003 s
testTrailing18(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.004 s
testTrailing19(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.003 s
testTrailing20(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.004 s
testTrailing21(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.004 s
testTrailing22(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.006 s
testTrailing1(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.203 s
testTrailing2(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.077 s
testTrailing3(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.009 s
testTrailing4(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.005 s
testTrailing5(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.002 s
testTrailing6(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.006 s
testTrailing7(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.09 s
testTrailing8(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.003 s
testTrailing9(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest)  Time elapsed: 0.007 s
Running org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest
year month day-of-month 
2002 3 1 
year month day-of-month 
2002 3 2 
year month day-of-month 
2002 3 3 
year month day-of-month 
2002 3 4 
year month day-of-month 
2002 3 5 
year month day-of-month 
2002 3 6 
year month day-of-month 
2002 3 7 
year month day-of-month 
2002 3 8 
year month day-of-month 
2002 3 9 
year month day-of-month 
2002 3 10 
year month day-of-month 
2002 3 11 
year month day-of-month 
2002 3 12 
year month day-of-month 
2002 3 13 
year month day-of-month 
2002 3 14 
year month day-of-month 
2002 3 15 
year month day-of-month 
2002 3 16 
year month day-of-month 
2002 3 17 
year month day-of-month 
2002 3 18 
year month day-of-month 
2002 3 19 
year month day-of-month 
2002 3 20 
year month day-of-month 
2002 3 21 
year quarter month day-of-month 
2002 1 3 1 
year quarter month day-of-month 
2002 1 3 2 
year quarter month day-of-month 
2002 1 3 3 
year quarter month day-of-month 
2002 1 3 4 
year quarter month day-of-month 
2002 1 3 5 
year quarter month day-of-month 
2002 1 3 6 
year quarter month day-of-month 
2002 1 3 7 
year quarter month day-of-month 
2002 1 3 8 
year quarter month day-of-month 
2002 1 3 9 
year quarter month day-of-month 
2002 1 3 10 
year quarter month day-of-month 
2002 1 3 11 
year quarter month day-of-month 
2002 1 3 12 
year quarter month day-of-month 
2002 1 3 13 
year quarter month day-of-month 
2002 1 3 14 
year quarter month day-of-month 
2002 1 3 15 
year quarter month day-of-month 
2002 1 3 16 
year quarter month day-of-month 
2002 1 3 17 
year quarter month day-of-month 
2002 1 3 18 
year quarter month day-of-month 
2002 1 3 19 
year quarter month day-of-month 
2002 1 3 20 
year quarter month day-of-month 
2002 1 3 21 
year quarter month week-of-month 
2011 3 9 1 
year quarter month week-of-month 
2011 3 9 2 
year quarter month week-of-month 
2011 3 9 3 
year quarter month week-of-month 
2011 3 9 4 
year quarter month week-of-month 
2002 1 2 1 
year quarter month week-of-month 
2002 1 2 2 
year quarter month week-of-month 
2002 1 2 3 
year quarter month week-of-month 
2002 1 2 4 
year day-of-year 
2002 91 
year day-of-year 
2002 92 
year day-of-year 
2002 93 
year day-of-year 
2002 94 
year day-of-year 
2002 95 
year day-of-year 
2002 96 
year day-of-year 
2002 97 
year day-of-year 
2002 98 
year day-of-year 
2002 99 
year day-of-year 
2002 100 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 5 1 244 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 6 2 245 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 1 36 7 3 246 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 1 4 247 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 2 5 248 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 3 6 249 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 4 7 250 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 5 8 251 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 6 9 252 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 2 37 7 10 253 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 1 11 254 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 2 12 255 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 3 13 256 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 4 14 257 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 5 15 258 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 6 16 259 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 3 38 7 17 260 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 1 18 261 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 2 19 262 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 3 20 263 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 4 21 264 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 5 22 265 
year quarter month 
2011 3 8 
year quarter month day-of-month 
2011 3 9 1 
year quarter month day-of-month 
2011 3 9 2 
year quarter month day-of-month 
2011 3 9 3 
year quarter month day-of-month 
2011 3 9 4 
year quarter month day-of-month 
2011 3 9 5 
year quarter month day-of-month 
2011 3 9 6 
year quarter month day-of-month 
2011 3 9 7 
year quarter month day-of-month 
2011 3 9 8 
year quarter month day-of-month 
2011 3 9 9 
year quarter month day-of-month 
2011 3 9 10 
year quarter month day-of-month 
2011 3 9 11 
year quarter month day-of-month 
2011 3 9 12 
year quarter month day-of-month 
2011 3 9 13 
year quarter month day-of-month 
2011 3 9 14 
year quarter month day-of-month 
2011 3 9 15 
year quarter month day-of-month 
2011 3 9 16 
year quarter month day-of-month 
2011 3 9 17 
year quarter month day-of-month 
2011 3 9 18 
year quarter month day-of-month 
2011 3 9 19 
year quarter month day-of-month 
2011 3 9 20 
year quarter month day-of-month 
2011 3 9 21 
year quarter month day-of-month 
2011 3 9 22 
year quarter month day-of-month 
2011 3 9 23 
year quarter month day-of-month 
2011 3 9 24 
year quarter month day-of-month 
2011 3 9 25 
year quarter month day-of-month 
2011 3 9 26 
year quarter month day-of-month 
2011 3 9 27 
year quarter month day-of-month 
2011 3 9 28 
year quarter month day-of-month 
2011 3 9 29 
year quarter month day-of-month 
2011 3 9 30 
year quarter month week-of-month 
2011 4 10 1 
year quarter month week-of-month 
2011 4 10 2 
year quarter month week-of-month 
2011 4 10 3 
year quarter month week-of-month 
2011 4 10 4 
year quarter month week-of-month 
2011 4 10 5 
year quarter month week-of-month 
2011 4 10 6 
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest
testMTD1(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.003 s
testMTD2(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.003 s
testMTD3(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.002 s
testMTD4(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.059 s
testMTD5(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.002 s
testMTD6(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.009 s
testMTD7(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.002 s
testMTD8(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.004 s
testMTD9(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest)  Time elapsed: 0.003 s
Running org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest
testFunctions1(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0.001 s
testFunctions2(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
testFunctions3(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
testFunctions4(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
testFunctions5(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
testFunctions6(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
testFunctions7(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
testFunctions8(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
testFunctions9(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest
2002 1 
2002 2 
2002 3 
2002 4 
2002 5 
2002 6 
2002 7 
2002 8 
2002 1 1 
2002 1 2 
2002 1 3 
2002 2 4 
2002 2 5 
2002 2 6 
2002 3 7 
2002 3 8 
2002 3 9 
2004 1 1 1 
2004 1 1 2 
2004 1 1 3 
2004 1 1 4 
2004 1 1 5 
2004 1 1 6 
2004 1 1 7 
2004 1 1 8 
2004 1 1 9 
2004 1 1 10 
2004 1 1 11 
2004 1 1 12 
2004 1 1 13 
2004 1 1 14 
2004 1 1 15 
2004 1 1 16 
2004 1 1 17 
2004 1 1 18 
2004 1 1 19 
2004 1 1 20 
2004 1 1 21 
2004 1 1 22 
2004 1 1 23 
2004 1 1 24 
2004 1 1 25 
2004 1 1 26 
2004 1 1 27 
2004 1 1 28 
2004 1 1 29 
2004 1 1 30 
2004 1 1 31 
2004 1 2 1 
2004 1 2 2 
2004 1 2 3 
2004 1 2 4 
2004 1 2 5 
2004 1 2 6 
2004 1 2 7 
2004 1 2 8 
2004 1 2 9 
2004 1 2 10 
2004 1 2 11 
2004 1 2 12 
2004 1 2 13 
2004 1 2 14 
2004 1 2 15 
2004 1 2 16 
2004 1 2 17 
2004 1 2 18 
2004 1 2 19 
2004 1 2 20 
2004 1 2 21 
2004 1 2 22 
2004 1 2 23 
2004 1 2 24 
2004 1 2 25 
2004 1 2 26 
2004 1 2 27 
2004 1 2 28 
2004 1 2 29 
2004 1 3 1 
2004 1 3 2 
2004 1 3 3 
2004 1 3 4 
2004 1 3 5 
2004 1 3 6 
2004 1 3 7 
2004 1 3 8 
2004 1 3 9 
2004 1 3 10 
2004 1 3 11 
2004 1 3 12 
2004 1 3 13 
2004 1 3 14 
2004 1 3 15 
2004 1 3 16 
2004 1 3 17 
2004 1 3 18 
2004 1 3 19 
2004 1 3 20 
2004 1 3 21 
2004 1 3 22 
2004 1 3 23 
2004 1 3 24 
2004 1 3 25 
2004 1 3 26 
2004 1 3 27 
2004 1 3 28 
2004 1 3 29 
2004 1 3 30 
2004 1 3 31 
2004 2 4 1 
2004 2 4 2 
2004 2 4 3 
2004 2 4 4 
2004 2 4 5 
2004 2 4 6 
2004 2 4 7 
2004 2 4 8 
2004 2 4 9 
2004 2 4 10 
2004 2 4 11 
2004 2 4 12 
2004 2 4 13 
2004 2 4 14 
2004 2 4 15 
2004 2 4 16 
2004 2 4 17 
2004 2 4 18 
2004 2 4 19 
2004 2 4 20 
2004 2 4 21 
2004 2 4 22 
2004 2 4 23 
2004 2 4 24 
2004 2 4 25 
2004 2 4 26 
2004 2 4 27 
2004 2 4 28 
2004 2 4 29 
2004 2 4 30 
2004 2 5 1 
2004 2 5 2 
2004 2 5 3 
2004 2 5 4 
2004 2 5 5 
2004 2 5 6 
2004 2 5 7 
2004 2 5 8 
2004 2 5 9 
2004 2 5 10 
2004 2 5 11 
2004 2 5 12 
2004 2 5 13 
2004 2 5 14 
2004 2 5 15 
2004 2 5 16 
2004 2 5 17 
2004 2 5 18 
2004 2 5 19 
2004 2 5 20 
2004 2 5 21 
2004 2 5 22 
2004 2 5 23 
2004 2 5 24 
2004 2 5 25 
2004 2 5 26 
2004 2 5 27 
2004 2 5 28 
2004 2 5 29 
2004 2 5 30 
2004 2 5 31 
2004 2 6 1 
2004 2 6 2 
2004 2 6 3 
2004 2 6 4 
2004 2 6 5 
2004 2 6 6 
2004 2 6 7 
2004 2 6 8 
2004 2 6 9 
2004 2 6 10 
2004 2 6 11 
2004 2 6 12 
2004 2 6 13 
2004 2 6 14 
2004 2 6 15 
2004 2 6 16 
2004 2 6 17 
2004 2 6 18 
2004 2 6 19 
2004 2 6 20 
2004 2 6 21 
2004 2 6 22 
2004 2 6 23 
2004 2 6 24 
2004 2 6 25 
2004 2 6 26 
2004 2 6 27 
2004 2 6 28 
2004 2 6 29 
2004 2 6 30 
2004 3 7 1 
2004 3 7 2 
2004 3 7 3 
2004 3 7 4 
2004 3 7 5 
2004 3 7 6 
2004 3 7 7 
2004 3 7 8 
2004 3 7 9 
2004 3 7 10 
2004 3 7 11 
2004 3 7 12 
2004 3 7 13 
2004 3 7 14 
2004 3 7 15 
2004 3 7 16 
2004 3 7 17 
2004 3 7 18 
2004 3 7 19 
2004 3 7 20 
2004 3 7 21 
2004 3 7 22 
2004 3 7 23 
2004 3 7 24 
2004 3 7 25 
2004 3 7 26 
2004 3 7 27 
2004 3 7 28 
2004 3 7 29 
2004 3 7 30 
2004 3 7 31 
2004 3 8 1 
2004 3 8 2 
2004 3 8 3 
2004 3 8 4 
2004 3 8 5 
2004 3 8 6 
2004 3 8 7 
2004 3 8 8 
2004 3 8 9 
2004 3 8 10 
2004 3 8 11 
2004 3 8 12 
2004 3 8 13 
2004 3 8 14 
2004 3 8 15 
2004 3 8 16 
2004 3 8 17 
2004 3 8 18 
2004 1 1 1 
2004 1 1 2 
2004 1 1 3 
2004 1 1 4 
2004 1 1 5 
2004 1 2 1 
2004 1 2 2 
2004 1 2 3 
2004 1 2 4 
2004 1 2 5 
2004 1 3 1 
2004 1 3 2 
2004 1 3 3 
2004 1 3 4 
2004 1 3 5 
2004 2 4 1 
2004 2 4 2 
2004 2 4 3 
2004 2 4 4 
2004 2 4 5 
2004 2 5 1 
2004 2 5 2 
2004 2 5 3 
2004 2 5 4 
2004 2 5 5 
2004 2 5 6 
2004 2 6 1 
2004 2 6 2 
2004 2 6 3 
2004 2 6 4 
2004 2 6 5 
2004 3 7 1 
2004 3 7 2 
2004 3 7 3 
2004 3 7 4 
2004 3 7 5 
2004 3 8 1 
2004 3 8 2 
2004 3 8 3 
2004 3 8 4 
2004 1 1 1 
2004 1 1 2 
2004 1 1 3 
2004 1 1 4 
2004 1 1 5 
2004 1 2 1 
2004 1 2 2 
2004 1 2 3 
2004 1 2 4 
2004 1 2 5 
2004 1 3 1 
2004 1 3 2 
2004 1 3 3 
2004 1 3 4 
2004 1 3 5 
2004 2 4 1 
2004 2 4 2 
2004 2 4 3 
2004 2 4 4 
2004 2 4 5 
2004 2 5 1 
2004 2 5 2 
2004 2 5 3 
2004 2 5 4 
2004 2 5 5 
2004 2 5 6 
2004 2 6 1 
2004 2 6 2 
2004 2 6 3 
2004 2 6 4 
2004 2 6 5 
2004 3 7 1 
2004 3 7 2 
2004 3 7 3 
2004 3 7 4 
2004 3 7 5 
2004 3 8 1 
2004 3 8 2 
2004 3 8 3 
2004 3 8 4 
2004 3 8 5 
2004 3 9 1 
2004 3 9 2 
2004 3 9 3 
2004 3 9 4 
2004 3 9 5 
2004 4 10 1 
2004 4 10 2 
2004 4 10 3 
2004 4 10 4 
2004 4 10 5 
2004 4 10 6 
2004 4 11 1 
2004 4 11 2 
2004 4 11 3 
2004 4 11 4 
2004 4 11 5 
2004 4 12 1 
2004 4 12 2 
2004 4 12 3 
2004 4 12 4 
2004 4 12 5 
2004 1 1 1 
2004 1 1 2 
2004 1 1 3 
2004 1 1 4 
2004 1 1 5 
2004 1 1 6 
2004 1 1 7 
2004 1 1 8 
2004 1 1 9 
2004 1 1 10 
2004 1 1 11 
2004 1 1 12 
2004 1 1 13 
2004 1 1 14 
2004 1 1 15 
2004 1 1 16 
2004 1 1 17 
2004 1 1 18 
2004 1 1 19 
2004 1 1 20 
2004 1 1 21 
2004 1 1 22 
2004 1 1 23 
2004 1 1 24 
2004 1 1 25 
2004 1 1 26 
2004 1 1 27 
2004 1 1 28 
2004 1 1 29 
2004 1 1 30 
2004 1 1 31 
2004 1 2 1 
2004 1 2 2 
2004 1 2 3 
2004 1 2 4 
2004 1 2 5 
2004 1 2 6 
2004 1 2 7 
2004 1 2 8 
2004 1 2 9 
2004 1 2 10 
2004 1 2 11 
2004 1 2 12 
2004 1 2 13 
2004 1 2 14 
2004 1 2 15 
2004 1 2 16 
2004 1 2 17 
2004 1 2 18 
2004 1 2 19 
2004 1 2 20 
2004 1 2 21 
2004 1 2 22 
2004 1 2 23 
2004 1 2 24 
2004 1 2 25 
2004 1 2 26 
2004 1 2 27 
2004 1 2 28 
2004 1 2 29 
2004 1 3 1 
2004 1 3 2 
2004 1 3 3 
2004 1 3 4 
2004 1 3 5 
2004 1 3 6 
2004 1 3 7 
2004 1 3 8 
2004 1 3 9 
2004 1 3 10 
2004 1 3 11 
2004 1 3 12 
2004 1 3 13 
2004 1 3 14 
2004 1 3 15 
2004 1 3 16 
2004 1 3 17 
2004 1 3 18 
2004 1 3 19 
2004 1 3 20 
2004 1 3 21 
2004 1 3 22 
2004 1 3 23 
2004 1 3 24 
2004 1 3 25 
2004 1 3 26 
2004 1 3 27 
2004 1 3 28 
2004 1 3 29 
2004 1 3 30 
2004 1 3 31 
2004 2 4 1 
2004 2 4 2 
2004 2 4 3 
2004 2 4 4 
2004 2 4 5 
2004 2 4 6 
2004 2 4 7 
2004 2 4 8 
2004 2 4 9 
2004 2 4 10 
2004 2 4 11 
2004 2 4 12 
2004 2 4 13 
2004 2 4 14 
2004 2 4 15 
2004 2 4 16 
2004 2 4 17 
2004 2 4 18 
2004 2 4 19 
2004 2 4 20 
2004 2 4 21 
2004 2 4 22 
2004 2 4 23 
2004 2 4 24 
2004 2 4 25 
2004 2 4 26 
2004 2 4 27 
2004 2 4 28 
2004 2 4 29 
2004 2 4 30 
2004 2 5 1 
2004 2 5 2 
2004 2 5 3 
2004 2 5 4 
2004 2 5 5 
2004 2 5 6 
2004 2 5 7 
2004 2 5 8 
2004 2 5 9 
2004 2 5 10 
2004 2 5 11 
2004 2 5 12 
2004 2 5 13 
2004 2 5 14 
2004 2 5 15 
2004 2 5 16 
2004 2 5 17 
2004 2 5 18 
2004 2 5 19 
2004 2 5 20 
2004 2 5 21 
2004 2 5 22 
2004 2 5 23 
2004 2 5 24 
2004 2 5 25 
2004 2 5 26 
2004 2 5 27 
2004 2 5 28 
2004 2 5 29 
2004 2 5 30 
2004 2 5 31 
2004 2 6 1 
2004 2 6 2 
2004 2 6 3 
2004 2 6 4 
2004 2 6 5 
2004 2 6 6 
2004 2 6 7 
2004 2 6 8 
2004 2 6 9 
2004 2 6 10 
2004 2 6 11 
2004 2 6 12 
2004 2 6 13 
2004 2 6 14 
2004 2 6 15 
2004 2 6 16 
2004 2 6 17 
2004 2 6 18 
2004 2 6 19 
2004 2 6 20 
2004 2 6 21 
2004 2 6 22 
2004 2 6 23 
2004 2 6 24 
2004 2 6 25 
2004 2 6 26 
2004 2 6 27 
2004 2 6 28 
2004 2 6 29 
2004 2 6 30 
2004 3 7 1 
2004 3 7 2 
2004 3 7 3 
2004 3 7 4 
2004 3 7 5 
2004 3 7 6 
2004 3 7 7 
2004 3 7 8 
2004 3 7 9 
2004 3 7 10 
2004 3 7 11 
2004 3 7 12 
2004 3 7 13 
2004 3 7 14 
2004 3 7 15 
2004 3 7 16 
2004 3 7 17 
2004 3 7 18 
2004 3 7 19 
2004 3 7 20 
2004 3 7 21 
2004 3 7 22 
2004 3 7 23 
2004 3 7 24 
2004 3 7 25 
2004 3 7 26 
2004 3 7 27 
2004 3 7 28 
2004 3 7 29 
2004 3 7 30 
2004 3 7 31 
2004 3 8 1 
2004 3 8 2 
2004 3 8 3 
2004 3 8 4 
2004 3 8 5 
2004 3 8 6 
2004 3 8 7 
2004 3 8 8 
2004 3 8 9 
2004 3 8 10 
2004 3 8 11 
2004 3 8 12 
2004 3 8 13 
2004 3 8 14 
2004 3 8 15 
2004 3 8 16 
2004 3 8 17 
2004 3 8 18 
2004 3 8 19 
2004 3 8 20 
2004 3 8 21 
2004 3 8 22 
2004 3 8 23 
2004 3 8 24 
2004 3 8 25 
2004 3 8 26 
2004 3 8 27 
2004 3 8 28 
2004 3 8 29 
2004 3 8 30 
2004 3 8 31 
2004 3 9 1 
2004 3 9 2 
2004 3 9 3 
2004 3 9 4 
2004 3 9 5 
2004 3 9 6 
2004 3 9 7 
2004 3 9 8 
2004 3 9 9 
2004 3 9 10 
2004 3 9 11 
2004 3 9 12 
2004 3 9 13 
2004 3 9 14 
2004 3 9 15 
2004 3 9 16 
2004 3 9 17 
2004 3 9 18 
2004 3 9 19 
2004 3 9 20 
2004 3 9 21 
2004 3 9 22 
2004 3 9 23 
2004 3 9 24 
2004 3 9 25 
2004 3 9 26 
2004 3 9 27 
2004 3 9 28 
2004 3 9 29 
2004 3 9 30 
2004 4 10 1 
2004 4 10 2 
2004 4 10 3 
2004 4 10 4 
2004 4 10 5 
2004 4 10 6 
2004 4 10 7 
2004 4 10 8 
2004 4 10 9 
2004 4 10 10 
2004 4 10 11 
2004 4 10 12 
2004 4 10 13 
2004 4 10 14 
2004 4 10 15 
2004 4 10 16 
2004 4 10 17 
2004 4 10 18 
2004 4 10 19 
2004 4 10 20 
2004 4 10 21 
2004 4 10 22 
2004 4 10 23 
2004 4 10 24 
2004 4 10 25 
2004 4 10 26 
2004 4 10 27 
2004 4 10 28 
2004 4 10 29 
2004 4 10 30 
2004 4 10 31 
2004 4 11 1 
2004 4 11 2 
2004 4 11 3 
2004 4 11 4 
2004 4 11 5 
2004 4 11 6 
2004 4 11 7 
2004 4 11 8 
2004 4 11 9 
2004 4 11 10 
2004 4 11 11 
2004 4 11 12 
2004 4 11 13 
2004 4 11 14 
2004 4 11 15 
2004 4 11 16 
2004 4 11 17 
2004 4 11 18 
2004 4 11 19 
2004 4 11 20 
2004 4 11 21 
2004 4 11 22 
2004 4 11 23 
2004 4 11 24 
2004 4 11 25 
2004 4 11 26 
2004 4 11 27 
2004 4 11 28 
2004 4 11 29 
2004 4 11 30 
2004 4 12 1 
2004 4 12 2 
2004 4 12 3 
2004 4 12 4 
2004 4 12 5 
2004 4 12 6 
2004 4 12 7 
2004 4 12 8 
2004 4 12 9 
2004 4 12 10 
2004 4 12 11 
2004 4 12 12 
2004 4 12 13 
2004 4 12 14 
2004 4 12 15 
2004 4 12 16 
2004 4 12 17 
2004 4 12 18 
2004 4 12 19 
2004 4 12 20 
2004 4 12 21 
2004 4 12 22 
2004 4 12 23 
2004 4 12 24 
2004 4 12 25 
2004 4 12 26 
2004 4 12 27 
2004 4 12 28 
2004 4 12 29 
2004 4 12 30 
2004 4 12 31 
2002 1 
2002 2 
2002 3 
2002 4 
2002 5 
2002 6 
2002 7 
2002 8 
2002 9 
2002 10 
2002 11 
2002 12 
2002 1 
2002 2 
2002 3 
2002 4 
2002 
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest
testFunctions1(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions2(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions3(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.008 s
testFunctions4(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.003 s
testFunctions5(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.057 s
testFunctions6(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.014 s
testFunctions7(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions8(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.003 s
testFunctions(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest
2002 7 
2002 8 
2002 3 7 
2002 3 8 
2002 3 9 
2002 3 7 1 
2002 3 7 2 
2002 3 7 3 
2002 3 7 4 
2002 3 7 5 
2002 3 7 6 
2002 3 7 7 
2002 3 7 8 
2002 3 7 9 
2002 3 7 10 
2002 3 7 11 
2002 3 7 12 
2002 3 7 13 
2002 3 7 14 
2002 3 7 15 
2002 3 7 16 
2002 3 7 17 
2002 3 7 18 
2002 3 7 19 
2002 3 7 20 
2002 3 7 21 
2002 3 7 22 
2002 3 7 23 
2002 3 7 24 
2002 3 7 25 
2002 3 7 26 
2002 3 7 27 
2002 3 7 28 
2002 3 7 29 
2002 3 7 30 
2002 3 7 31 
2002 3 8 1 
2002 3 8 2 
2002 3 8 3 
2002 3 8 4 
2002 3 8 5 
2002 3 8 6 
2002 3 8 7 
2002 3 8 8 
2002 3 8 9 
2002 3 8 10 
2002 3 8 11 
2002 3 8 12 
2002 3 8 13 
2002 3 8 14 
2002 3 8 15 
2002 3 8 16 
2002 3 8 17 
2002 3 8 18 
2002 3 7 1 
2002 3 7 2 
2002 3 7 3 
2002 3 7 4 
2002 3 7 5 
2002 3 8 1 
2002 3 8 2 
2002 3 8 3 
2002 3 7 1 
2002 3 7 2 
2002 3 7 3 
2002 3 7 4 
2002 3 7 5 
2002 3 8 1 
2002 3 8 2 
2002 3 8 3 
2002 3 8 4 
2002 3 8 5 
2002 3 9 1 
2002 3 9 2 
2002 3 9 3 
2002 3 9 4 
2002 3 9 5 
2002 3 7 1 
2002 3 7 2 
2002 3 7 3 
2002 3 7 4 
2002 3 7 5 
2002 3 7 6 
2002 3 7 7 
2002 3 7 8 
2002 3 7 9 
2002 3 7 10 
2002 3 7 11 
2002 3 7 12 
2002 3 7 13 
2002 3 7 14 
2002 3 7 15 
2002 3 7 16 
2002 3 7 17 
2002 3 7 18 
2002 3 7 19 
2002 3 7 20 
2002 3 7 21 
2002 3 7 22 
2002 3 7 23 
2002 3 7 24 
2002 3 7 25 
2002 3 7 26 
2002 3 7 27 
2002 3 7 28 
2002 3 7 29 
2002 3 7 30 
2002 3 7 31 
2002 3 8 1 
2002 3 8 2 
2002 3 8 3 
2002 3 8 4 
2002 3 8 5 
2002 3 8 6 
2002 3 8 7 
2002 3 8 8 
2002 3 8 9 
2002 3 8 10 
2002 3 8 11 
2002 3 8 12 
2002 3 8 13 
2002 3 8 14 
2002 3 8 15 
2002 3 8 16 
2002 3 8 17 
2002 3 8 18 
2002 3 8 19 
2002 3 8 20 
2002 3 8 21 
2002 3 8 22 
2002 3 8 23 
2002 3 8 24 
2002 3 8 25 
2002 3 8 26 
2002 3 8 27 
2002 3 8 28 
2002 3 8 29 
2002 3 8 30 
2002 3 8 31 
2002 3 9 1 
2002 3 9 2 
2002 3 9 3 
2002 3 9 4 
2002 3 9 5 
2002 3 9 6 
2002 3 9 7 
2002 3 9 8 
2002 3 9 9 
2002 3 9 10 
2002 3 9 11 
2002 3 9 12 
2002 3 9 13 
2002 3 9 14 
2002 3 9 15 
2002 3 9 16 
2002 3 9 17 
2002 3 9 18 
2002 3 9 19 
2002 3 9 20 
2002 3 9 21 
2002 3 9 22 
2002 3 9 23 
2002 3 9 24 
2002 3 9 25 
2002 3 9 26 
2002 3 9 27 
2002 3 9 28 
2002 3 9 29 
2002 3 9 30 
2002 7 
2002 8 
2002 9 
2002 2 
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest
testFunctions1(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions2(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions3(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.004 s
testFunctions4(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions5(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions6(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.004 s
testFunctions7(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.002 s
testFunctions(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 1 18 261 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 2 19 262 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 3 20 263 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 4 21 264 
year quarter month week-of-month week-of-year day-of-week day-of-month day-of-year 
2011 3 9 4 39 5 22 265 
year week-of-year day-of-week 
2011 20 1 
year week-of-year day-of-week 
2011 20 2 
year week-of-year day-of-week 
2011 20 3 
year week-of-year day-of-week 
2011 20 4 
year week-of-year day-of-week 
2011 20 5 
year quarter month week-of-month day-of-week 
2002 1 1 5 1 
year quarter month week-of-month day-of-week 
2002 1 1 5 2 
year quarter month week-of-month day-of-week 
2002 1 1 5 3 
year quarter month week-of-month day-of-week 
2002 1 1 5 4 
year quarter month week-of-month day-of-week 
2002 1 1 5 5 
year quarter month week-of-month day-of-week 
2002 1 2 1 6 
year quarter month week-of-month day-of-week 
2002 1 2 1 7 
year quarter month week-of-month 
2011 1 2 1 
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest
testWTD1(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest)  Time elapsed: 0.003 s
testWTD2(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest)  Time elapsed: 0.001 s
testWTD3(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest)  Time elapsed: 0.002 s
testWTD4(org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 s - in org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest
testCube1AggregationWithFunctionFilter(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.117 s
testCube1Aggregation(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.027 s
testCube2Aggregation(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.01 s
testCube1AggregationWithColPara(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.008 s
testCube1AggrFilter10(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.017 s
testRAAggregation1(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.011 s
testEmptyAggregation(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.008 s
testCube1AggregationWithMeasureFilter(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.008 s
testCube1AggrFilter1(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.047 s
testCube1AggrFilter2(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.011 s
testCube1AggrFilter3(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.009 s
testCube1AggrFilter4(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.009 s
testCube1AggrFilter5(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.011 s
testCube1AggrFilter6(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.049 s
testCube1AggrFilter7(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.014 s
testCube1AggrFilter8(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.011 s
testCube1AggrFilter9(org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest)  Time elapsed: 0.011 s
Running org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest
testFilesDocumentManager2(org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest)  Time elapsed: 0.001 s
testFilesDocumentManager3(org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest)  Time elapsed: 0 s
testFilesDocumentManager4(org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest)  Time elapsed: 0.002 s
testFilesDocumentManager(org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest)  Time elapsed: 0.019 s
Running org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest
testBigDecimal(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0.035 s
testByteA(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0.002 s
testMixed(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0.004 s
testDate(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0.002 s
testLong(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0 s
testInteger1(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0.001 s
testInteger2(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0 s
testInteger3(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0 s
testInteger(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0 s
testString(org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s - in org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest
testInt(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.001 s
testBigDecimal(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.001 s
testBytes(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testChunk(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.002 s
testMixed(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testShort(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.001 s
testDate(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testZero(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.001 s
testEOFException(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testMinusOne(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testBoolean(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testStressFixed(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.275 s
testFilePointer(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.007 s
testBuffer(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.001 s
testDouble(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testString(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.001 s
testLoadFileDocumentManager(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0 s
testStressVariable(org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest)  Time elapsed: 0.129 s
Running org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest
testInt(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testBigDecimal(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.001 s
testBytes(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testChunk(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.001 s
testMixed(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testShort(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testDate(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.001 s
testZero(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testEOFException(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testMinusOne(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testBoolean(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.001 s
testStressFixed(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.186 s
testFilePointer(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.004 s
testBuffer(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.001 s
testDouble(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testString(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0 s
testLoadFileDocumentManager(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.001 s
testStressVariable(org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest)  Time elapsed: 0.099 s
Running org.eclipse.birt.data.engine.olap.cursor.MirrorCursorNavigatorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.birt.data.engine.olap.cursor.MirrorCursorNavigatorTest
testNavigator(org.eclipse.birt.data.engine.olap.cursor.MirrorCursorNavigatorTest)  Time elapsed: 0.021 s
Running org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest

		CN   CN   CN   CN   CN   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   
		SH   SH   SH   SH   SH   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   NY   NY   NY   NY   NY   
		A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   
		1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   
PP1   1.0,  null,  null,  null,  null,  36.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  41.0,  78.0&
PP2   null,  null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  37.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  39.0&
PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0,  null,  null,  null,  null,  null,  null,  null,  38.0&
columnGrandTotal  1.0   null   2.0   null   null   36.0   null   null   null   null   null   37.0   null   null   null   null   null   38.0   null   null   null   null   null   null   41.0   155.0
		CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   JP   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   US   US   US   US   US   
		BJ   BJ   BJ   BJ   BJ   SH   SH   SH   SH   SH   SZ   SZ   SZ   SZ   SZ   IL   IL   IL   IL   IL   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LP   LP   LP   LP   LP   CS   CS   CS   CS   CS   
		A1   A1   A1   A1   A1   A1   A1   A1   A1   A1   A1   A1   A1   A1   A1   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A3   A3   A3   A3   A3   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   
		1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   
PP1   null,  null,  6.0,  null,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  51.0,  null,  null,  null,  null,  null,  null,  null,  39.0,  null,  107.0&
PP2   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  61.0,  null,  null,  null,  null,  null,  null,  46.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  107.0&
PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  3.0,  null,  null,  null,  null,  null,  null,  null,  64.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  47.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  114.0&
columnGrandTotal  null   null   6.0   null   null   null   null   null   null   3.0   11.0   null   null   null   null   null   61.0   64.0   null   null   null   null   null   46.0   null   null   null   null   null   47.0   51.0   null   null   null   null   null   null   null   39.0   null   328.0
		CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   US   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   HZ   HZ   HZ   HZ   HZ   IL   IL   IL   IL   IL   TK   TK   TK   TK   TK   CS   CS   CS   CS   CS   LA   LA   LA   LA   LA   
		A1   A1   A1   A1   A1   A4   A4   A4   A4   A4   A2   A2   A2   A2   A2   A4   A4   A4   A4   A4   A4   A4   A4   A4   A4   A4   A4   A4   A4   A4   A2   A2   A2   A2   A2   
		1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   
PP1   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  16.0,  null,  null,  null,  null,  null,  null,  null,  null,  65.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  null,  102.0&
PP2   null,  null,  null,  7.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  56.0,  null,  null,  null,  null,  null,  null,  null,  40.0,  null,  null,  null,  22.0,  null,  125.0&
PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  8.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  23.0,  31.0&
columnGrandTotal  null   null   null   7.0   null   null   null   null   null   8.0   16.0   null   null   null   null   null   null   null   null   65.0   null   56.0   null   null   null   null   null   null   null   40.0   21.0   null   null   22.0   23.0   258.0
		CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   
		A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   
		1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   
P1   PP1   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  1.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  36.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  41.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  78.0&
P1   PP2   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  37.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  39.0&
P1   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0&
P2   PP1   null,  null,  6.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  51.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  39.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  107.0&
P2   PP2   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  61.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  46.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  107.0&
P2   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  3.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  64.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  47.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  114.0&
P3   PP1   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  16.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  65.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  102.0&
P3   PP2   null,  null,  null,  7.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  56.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  40.0,  null,  null,  null,  null,  null,  null,  null,  null,  22.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  125.0&
P3   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  8.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  23.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  31.0&
columnGrandTotal  null   null   6.0   7.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   8.0   null   null   null   null   null   16.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   2.0   null   3.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   61.0   64.0   null   65.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   37.0   null   null   null   null   null   38.0   39.0   40.0   null   null   null   null   null   21.0   null   null   22.0   23.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   null   741.0
		CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   JP   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   UN   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   BJ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   HZ   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SH   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   SZ   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   IL   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   TK   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LD   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   LP   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   CS   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   LA   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   NY   
		A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   A1   A1   A1   A1   A1   A2   A2   A2   A2   A2   A3   A3   A3   A3   A3   A4   A4   A4   A4   A4   
		1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   1998   1999   2000   2001   2002   
P1   PP1   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  1.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,1.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  36.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  41.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,77.0  
P1   PP2   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,2.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  37.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,37.0  
P1   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,38.0  
P2   PP1   null,  null,  6.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,17.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  51.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,51.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  39.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,39.0  
P2   PP2   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  61.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,61.0  null,  null,  null,  46.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,46.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  
P2   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  3.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,3.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  64.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,64.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  47.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,47.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  
P3   PP1   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  16.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,16.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  65.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,65.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,21.0  
P3   PP2   null,  null,  null,  7.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,7.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  56.0,  null,  null,  null,56.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  40.0,  null,  null,  null,  null,  null,  null,  null,  null,  22.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,62.0  
P3   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  8.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,8.0  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  23.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,23.0  
		CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   JP   JP   JP   UN   UN   UN   UN   UN   UN   UN   US   US   US   US   US   US   US   
		2007   2007   2007   2007   2008   2008   2008   2007   2007   2007   2007   2008   2008   2008   2007   2007   2007   2007   2008   2008   2008   2007   2007   2007   2007   2008   2008   2008   
		Q1   Q1   Q2   Q3   Q1   Q2   Q4   Q1   Q1   Q2   Q3   Q1   Q2   Q4   Q1   Q1   Q2   Q3   Q1   Q2   Q4   Q1   Q1   Q2   Q3   Q1   Q2   Q4   
		01   02   05   07   03   04   10   01   02   05   07   03   04   10   01   02   05   07   03   04   10   01   02   05   07   03   04   10   
P1   PP1   1.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  1.0&
P1   PP2   null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  2.0&
P2   PP1   null,  null,  null,  null,  3.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  3.0&
P2   PP3   null,  null,  null,  null,  null,  6.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  17.0&
P3   PP1   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  22.0,  null,  16.0,  null,  null,  null,  null,  null,  null,  null,  7.0,  null,  null,  null,  null,  45.0&
P3   PP2   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  null,  null,  null,  null,  8.0,  null,  null,  null,  29.0&
columnGrandTotal  1.0   2.0   null   null   3.0   6.0   null   null   null   null   null   null   null   22.0   null   16.0   21.0   null   null   null   null   null   null   7.0   8.0   11.0   null   null   97.0Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest
testCursorOnPageEdge(org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest)  Time elapsed: 0.028 s
testCursorModel1(org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest)  Time elapsed: 0.029 s
testCursorOnCountry(org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest)  Time elapsed: 0.025 s
testCursorModelNoBreakHierarchy(org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest)  Time elapsed: 0.012 s
Running org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest

		PP1   PP2   
1998   1   1   1   null,  null,  
1998   1   1   2   null,  null,  
1998   1   1   3   null,  null,  
1998   1   1   4   null,  null,  
1998   1   1   5   null,  null,  
1998   1   1   6   null,  null,  
1998   1   1   7   null,  null,  
1998   1   1   8   null,  null,  
1998   1   1   9   null,  null,  
1998   1   1   10   null,  null,  
1998   1   1   11   null,  null,  
1998   1   1   12   null,  null,  
1998   1   1   13   null,  null,  
1998   1   1   14   null,  null,  
1998   1   1   15   1.0,  null,  
1998   1   1   16   null,  null,  
1998   1   1   17   null,  null,  
1998   1   1   18   null,  null,  
1998   1   1   19   null,  null,  
1998   1   1   20   null,  null,  
1998   1   1   21   null,  null,  
1998   1   1   22   null,  null,  
1998   1   1   23   null,  null,  
1998   1   1   24   null,  null,  
1998   1   1   25   null,  null,  
1998   1   1   26   null,  null,  
1998   1   1   27   null,  null,  
1998   1   1   28   null,  null,  
1998   1   1   29   null,  null,  
1998   1   1   30   null,  null,  
1998   1   1   31   null,  null,  
1998   1   2   1   null,  null,  
1998   1   2   2   null,  null,  
1998   1   2   3   null,  null,  
1998   1   2   4   null,  null,  
1998   1   2   5   null,  null,  
1998   1   2   6   null,  null,  
1998   1   2   7   null,  null,  
1998   1   2   8   null,  null,  
1998   1   2   9   null,  null,  
1998   1   2   10   null,  null,  
1998   1   2   11   null,  null,  
1998   1   2   12   null,  null,  
1998   1   2   13   null,  null,  
1998   1   2   14   null,  null,  
1998   1   2   15   null,  null,  
1998   1   2   16   null,  null,  
1998   1   2   17   null,  null,  
1998   1   2   18   null,  null,  
1998   1   2   19   null,  null,  
1998   1   2   20   null,  null,  
1998   1   2   21   38.0,  null,  
1998   1   2   22   null,  null,  
1998   1   2   23   null,  null,  
1998   1   2   24   null,  null,  
1998   1   2   25   null,  null,  
1998   1   2   26   null,  null,  
1998   1   2   27   null,  null,  
1998   1   2   28   null,  null,  
1998   1   3   1   null,  null,  
1998   1   3   2   null,  null,  
1998   1   3   3   null,  null,  
1998   1   3   4   null,  null,  
1998   1   3   5   null,  null,  
1998   1   3   6   null,  null,  
1998   1   3   7   null,  null,  
1998   1   3   8   null,  null,  
1998   1   3   9   null,  null,  
1998   1   3   10   null,  null,  
1998   1   3   11   null,  null,  
1998   1   3   12   null,  null,  
1998   1   3   13   null,  null,  
1998   1   3   14   null,  null,  
1998   1   3   15   null,  null,  
1998   1   3   16   null,  null,  
1998   1   3   17   null,  null,  
1998   1   3   18   null,  null,  
1998   1   3   19   null,  null,  
1998   1   3   20   null,  null,  
1998   1   3   21   null,  null,  
1998   1   3   22   null,  null,  
1998   1   3   23   null,  null,  
1998   1   3   24   null,  null,  
1998   1   3   25   null,  null,  
1998   1   3   26   null,  null,  
1998   1   3   27   null,  null,  
1998   1   3   28   null,  null,  
1998   1   3   29   null,  null,  
1998   1   3   30   null,  null,  
1998   1   3   31   null,  null,  
1998   1   4   1   null,  null,  
1998   1   4   2   null,  null,  
1998   1   4   3   null,  null,  
1998   1   4   4   null,  null,  
1998   1   4   5   null,  null,  
1998   1   4   6   null,  null,  
1998   1   4   7   null,  null,  
1998   1   4   8   null,  null,  
1998   1   4   9   null,  null,  
1998   1   4   10   null,  null,  
1998   1   4   11   null,  null,  
1998   1   4   12   null,  null,  
1998   1   4   13   null,  null,  
1998   1   4   14   null,  null,  
1998   1   4   15   null,  null,  
1998   1   4   16   null,  null,  
1998   1   4   17   null,  null,  
1998   1   4   18   null,  null,  
1998   1   4   19   null,  null,  
1998   1   4   20   null,  null,  
1998   1   4   21   null,  null,  
1998   1   4   22   null,  null,  
1998   1   4   23   null,  null,  
1998   1   4   24   null,  null,  
1998   1   4   25   null,  null,  
1998   1   4   26   null,  null,  
1998   1   4   27   null,  null,  
1998   1   4   28   null,  null,  
1998   1   4   29   null,  null,  
1998   1   4   30   null,  null,  
1998   1   5   1   null,  null,  
1998   1   5   2   null,  null,  
1998   1   5   3   null,  null,  
1998   1   5   4   null,  null,  
1998   1   5   5   null,  null,  
1998   1   5   6   null,  null,  
1998   1   5   7   null,  null,  
1998   1   5   8   null,  null,  
1998   1   5   9   null,  null,  
1998   1   5   10   null,  null,  
1998   1   5   11   null,  null,  
1998   1   5   12   null,  null,  
1998   1   5   13   null,  null,  
1998   1   5   14   null,  null,  
1998   1   5   15   null,  null,  
1998   1   5   16   null,  null,  
1998   1   5   17   null,  null,  
1998   1   5   18   null,  null,  
1998   1   5   19   null,  null,  
1998   1   5   20   null,  null,  
1998   1   5   21   null,  null,  
1998   1   5   22   null,  null,  
1998   1   5   23   null,  null,  
1998   1   5   24   null,  null,  
1998   1   5   25   null,  null,  
1998   1   5   26   null,  null,  
1998   1   5   27   null,  null,  
1998   1   5   28   null,  null,  
1998   1   5   29   null,  null,  
1998   1   5   30   null,  null,  
1998   1   5   31   null,  null,  
1998   1   6   1   null,  null,  
1998   1   6   2   null,  null,  
1998   1   6   3   null,  null,  
1998   1   6   4   null,  null,  
1998   1   6   5   null,  null,  
1998   1   6   6   null,  null,  
1998   1   6   7   null,  null,  
1998   1   6   8   null,  null,  
1998   1   6   9   null,  null,  
1998   1   6   10   null,  null,  
1998   1   6   11   null,  null,  
1998   1   6   12   null,  null,  
1998   1   6   13   null,  null,  
1998   1   6   14   null,  null,  
1998   1   6   15   null,  null,  
1998   1   6   16   null,  null,  
1998   1   6   17   null,  null,  
1998   1   6   18   null,  null,  
1998   1   6   19   null,  null,  
1998   1   6   20   null,  null,  
1998   1   6   21   null,  null,  
1998   1   6   22   null,  null,  
1998   1   6   23   null,  null,  
1998   1   6   24   null,  null,  
1998   1   6   25   null,  null,  
1998   1   6   26   null,  null,  
1998   1   6   27   null,  null,  
1998   1   6   28   null,  null,  
1998   1   6   29   null,  null,  
1998   1   6   30   null,  null,  
1998   1   7   1   null,  null,  
1998   1   7   2   null,  null,  
1998   1   7   3   null,  null,  
1998   1   7   4   null,  null,  
1998   1   7   5   null,  null,  
1998   1   7   6   null,  null,  
1998   1   7   7   null,  null,  
1998   1   7   8   null,  null,  
1998   1   7   9   null,  null,  
1998   1   7   10   null,  null,  
1998   1   7   11   null,  null,  
1998   1   7   12   null,  null,  
1998   1   7   13   null,  null,  
1998   1   7   14   null,  null,  
1998   1   7   15   null,  null,  
1998   1   7   16   null,  null,  
1998   1   7   17   null,  null,  
1998   1   7   18   null,  null,  
1998   1   7   19   null,  null,  
1998   1   7   20   null,  null,  
1998   1   7   21   null,  null,  
1998   1   7   22   null,  null,  
1998   1   7   23   null,  null,  
1998   1   7   24   null,  null,  
1998   1   7   25   null,  null,  
1998   1   7   26   null,  null,  
1998   1   7   27   null,  null,  
1998   1   7   28   null,  null,  
1998   1   7   29   null,  null,  
1998   1   7   30   null,  null,  
1998   1   7   31   null,  null,  
1998   1   8   1   null,  null,  
1998   1   8   2   null,  null,  
1998   1   8   3   null,  null,  
1998   1   8   4   null,  null,  
1998   1   8   5   null,  null,  
1998   1   8   6   null,  null,  
1998   1   8   7   null,  null,  
1998   1   8   8   null,  null,  
1998   1   8   9   null,  null,  
1998   1   8   10   null,  null,  
1998   1   8   11   null,  null,  
1998   1   8   12   null,  null,  
1998   1   8   13   null,  null,  
1998   1   8   14   null,  null,  
1998   1   8   15   null,  null,  
1998   1   8   16   null,  null,  
1998   1   8   17   null,  null,  
1998   1   8   18   null,  null,  
1998   1   8   19   null,  null,  
1998   1   8   20   null,  null,  
1998   1   8   21   null,  null,  
1998   1   8   22   null,  null,  
1998   1   8   23   null,  null,  
1998   1   8   24   null,  null,  
1998   1   8   25   null,  null,  
1998   1   8   26   null,  null,  
1998   1   8   27   null,  null,  
1998   1   8   28   null,  null,  
1998   1   8   29   null,  null,  
1998   1   8   30   null,  null,  
1998   1   8   31   null,  null,  
1998   1   9   1   null,  null,  
1998   1   9   2   null,  null,  
1998   1   9   3   null,  null,  
1998   1   9   4   null,  null,  
1998   1   9   5   null,  null,  
1998   1   9   6   null,  null,  
1998   1   9   7   null,  null,  
1998   1   9   8   null,  null,  
1998   1   9   9   null,  null,  
1998   1   9   10   null,  null,  
1998   1   9   11   null,  null,  
1998   1   9   12   null,  null,  
1998   1   9   13   null,  null,  
1998   1   9   14   null,  null,  
1998   1   9   15   null,  null,  
1998   1   9   16   null,  null,  
1998   1   9   17   null,  null,  
1998   1   9   18   null,  null,  
1998   1   9   19   null,  null,  
1998   1   9   20   null,  null,  
1998   1   9   21   null,  null,  
1998   1   9   22   null,  null,  
1998   1   9   23   null,  null,  
1998   1   9   24   null,  null,  
1998   1   9   25   null,  null,  
1998   1   9   26   null,  null,  
1998   1   9   27   null,  null,  
1998   1   9   28   null,  null,  
1998   1   9   29   null,  null,  
1998   1   9   30   null,  null,  
1998   1   10   1   null,  null,  
1998   1   10   2   null,  null,  
1998   1   10   3   null,  null,  
1998   1   10   4   null,  null,  
1998   1   10   5   null,  null,  
1998   1   10   6   null,  null,  
1998   1   10   7   null,  null,  
1998   1   10   8   null,  null,  
1998   1   10   9   null,  null,  
1998   1   10   10   null,  null,  
1998   1   10   11   null,  null,  
1998   1   10   12   null,  null,  
1998   1   10   13   null,  null,  
1998   1   10   14   null,  null,  
1998   1   10   15   null,  null,  
1998   1   10   16   null,  null,  
1998   1   10   17   null,  null,  
1998   1   10   18   null,  null,  
1998   1   10   19   null,  null,  
1998   1   10   20   null,  null,  
1998   1   10   21   null,  null,  
1998   1   10   22   null,  null,  
1998   1   10   23   null,  null,  
1998   1   10   24   null,  null,  
1998   1   10   25   null,  null,  
1998   1   10   26   null,  null,  
1998   1   10   27   null,  null,  
1998   1   10   28   null,  null,  
1998   1   10   29   null,  null,  
1998   1   10   30   null,  null,  
1998   1   10   31   null,  null,  
1998   1   11   1   null,  null,  
1998   1   11   2   null,  null,  
1998   1   11   3   null,  null,  
1998   1   11   4   null,  null,  
1998   1   11   5   null,  null,  
1998   1   11   6   null,  null,  
1998   1   11   7   null,  null,  
1998   1   11   8   null,  null,  
1998   1   11   9   null,  null,  
1998   1   11   10   null,  null,  
1998   1   11   11   null,  null,  
1998   1   11   12   null,  null,  
1998   1   11   13   null,  null,  
1998   1   11   14   null,  null,  
1998   1   11   15   null,  null,  
1998   1   11   16   null,  null,  
1998   1   11   17   null,  null,  
1998   1   11   18   null,  null,  
1998   1   11   19   null,  null,  
1998   1   11   20   null,  null,  
1998   1   11   21   null,  null,  
1998   1   11   22   null,  null,  
1998   1   11   23   null,  null,  
1998   1   11   24   null,  null,  
1998   1   11   25   null,  null,  
1998   1   11   26   null,  null,  
1998   1   11   27   null,  null,  
1998   1   11   28   null,  null,  
1998   1   11   29   null,  null,  
1998   1   11   30   null,  null,  
1998   1   12   1   null,  null,  
1998   1   12   2   null,  null,  
1998   1   12   3   null,  null,  
1998   1   12   4   null,  null,  
1998   1   12   5   null,  null,  
1998   1   12   6   null,  null,  
1998   1   12   7   null,  null,  
1998   1   12   8   null,  null,  
1998   1   12   9   null,  null,  
1998   1   12   10   null,  null,  
1998   1   12   11   null,  null,  
1998   1   12   12   null,  null,  
1998   1   12   13   null,  null,  
1998   1   12   14   null,  null,  
1998   1   12   15   null,  null,  
1998   1   12   16   null,  null,  
1998   1   12   17   null,  null,  
1998   1   12   18   null,  null,  
1998   1   12   19   null,  null,  
1998   1   12   20   null,  null,  
1998   1   12   21   null,  null,  
1998   1   12   22   null,  null,  
1998   1   12   23   null,  null,  
1998   1   12   24   null,  null,  
1998   1   12   25   null,  null,  
1998   1   12   26   null,  null,  
1998   1   12   27   null,  null,  
1998   1   12   28   null,  null,  
1998   1   12   29   null,  null,  
1998   1   12   30   null,  null,  
1998   1   12   31   null,  null,  
1999   2   1   1   null,  null,  
1999   2   1   2   null,  null,  
1999   2   1   3   null,  null,  
1999   2   1   4   null,  null,  
1999   2   1   5   null,  null,  
1999   2   1   6   null,  null,  
1999   2   1   7   null,  null,  
1999   2   1   8   null,  null,  
1999   2   1   9   null,  null,  
1999   2   1   10   null,  null,  
1999   2   1   11   null,  null,  
1999   2   1   12   null,  null,  
1999   2   1   13   null,  null,  
1999   2   1   14   null,  null,  
1999   2   1   15   null,  null,  
1999   2   1   16   null,  null,  
1999   2   1   17   null,  null,  
1999   2   1   18   null,  null,  
1999   2   1   19   null,  null,  
1999   2   1   20   null,  null,  
1999   2   1   21   null,  null,  
1999   2   1   22   null,  null,  
1999   2   1   23   null,  null,  
1999   2   1   24   null,  null,  
1999   2   1   25   null,  null,  
1999   2   1   26   null,  null,  
1999   2   1   27   null,  null,  
1999   2   1   28   null,  null,  
1999   2   1   29   null,  null,  
1999   2   1   30   null,  null,  
1999   2   1   31   null,  null,  
1999   2   2   1   null,  null,  
1999   2   2   2   null,  null,  
1999   2   2   3   null,  null,  
1999   2   2   4   null,  null,  
1999   2   2   5   null,  null,  
1999   2   2   6   null,  null,  
1999   2   2   7   null,  null,  
1999   2   2   8   null,  null,  
1999   2   2   9   null,  null,  
1999   2   2   10   null,  null,  
1999   2   2   11   null,  null,  
1999   2   2   12   null,  null,  
1999   2   2   13   null,  null,  
1999   2   2   14   null,  null,  
1999   2   2   15   null,  null,  
1999   2   2   16   null,  null,  
1999   2   2   17   null,  null,  
1999   2   2   18   null,  null,  
1999   2   2   19   null,  null,  
1999   2   2   20   null,  null,  
1999   2   2   21   null,  null,  
1999   2   2   22   null,  null,  
1999   2   2   23   null,  null,  
1999   2   2   24   null,  null,  
1999   2   2   25   null,  null,  
1999   2   2   26   null,  null,  
1999   2   2   27   null,  null,  
1999   2   2   28   null,  null,  
1999   2   3   1   null,  null,  
1999   2   3   2   null,  null,  
1999   2   3   3   null,  null,  
1999   2   3   4   null,  null,  
1999   2   3   5   null,  null,  
1999   2   3   6   null,  null,  
1999   2   3   7   null,  null,  
1999   2   3   8   null,  null,  
1999   2   3   9   null,  null,  
1999   2   3   10   null,  null,  
1999   2   3   11   null,  null,  
1999   2   3   12   null,  null,  
1999   2   3   13   null,  null,  
1999   2   3   14   null,  null,  
1999   2   3   15   null,  null,  
1999   2   3   16   null,  null,  
1999   2   3   17   null,  null,  
1999   2   3   18   null,  null,  
1999   2   3   19   null,  null,  
1999   2   3   20   null,  null,  
1999   2   3   21   null,  null,  
1999   2   3   22   null,  null,  
1999   2   3   23   null,  null,  
1999   2   3   24   null,  null,  
1999   2   3   25   null,  null,  
1999   2   3   26   null,  null,  
1999   2   3   27   null,  null,  
1999   2   3   28   null,  null,  
1999   2   3   29   null,  null,  
1999   2   3   30   null,  null,  
1999   2   3   31   null,  null,  
1999   2   4   1   null,  null,  
1999   2   4   2   null,  null,  
1999   2   4   3   null,  null,  
1999   2   4   4   null,  null,  
1999   2   4   5   null,  null,  
1999   2   4   6   null,  null,  
1999   2   4   7   null,  null,  
1999   2   4   8   null,  null,  
1999   2   4   9   null,  null,  
1999   2   4   10   null,  null,  
1999   2   4   11   null,  null,  
1999   2   4   12   null,  null,  
1999   2   4   13   null,  null,  
1999   2   4   14   null,  null,  
1999   2   4   15   null,  null,  
1999   2   4   16   null,  2.0,  
1999   2   4   17   null,  null,  
1999   2   4   18   null,  null,  
1999   2   4   19   null,  null,  
1999   2   4   20   null,  null,  
1999   2   4   21   null,  null,  
1999   2   4   22   null,  null,  
1999   2   4   23   null,  null,  
1999   2   4   24   null,  null,  
1999   2   4   25   null,  null,  
1999   2   4   26   null,  null,  
1999   2   4   27   null,  null,  
1999   2   4   28   null,  null,  
1999   2   4   29   null,  null,  
1999   2   4   30   null,  null,  
1999   2   5   1   null,  null,  
1999   2   5   2   null,  null,  
1999   2   5   3   null,  null,  
1999   2   5   4   null,  null,  
1999   2   5   5   null,  null,  
1999   2   5   6   null,  null,  
1999   2   5   7   null,  null,  
1999   2   5   8   null,  null,  
1999   2   5   9   null,  null,  
1999   2   5   10   null,  null,  
1999   2   5   11   null,  null,  
1999   2   5   12   null,  null,  
1999   2   5   13   null,  null,  
1999   2   5   14   null,  null,  
1999   2   5   15   null,  null,  
1999   2   5   16   null,  null,  
1999   2   5   17   11.0,  null,  
1999   2   5   18   null,  null,  
1999   2   5   19   null,  null,  
1999   2   5   20   null,  null,  
1999   2   5   21   null,  null,  
1999   2   5   22   null,  null,  
1999   2   5   23   null,  null,  
1999   2   5   24   null,  null,  
1999   2   5   25   null,  null,  
1999   2   5   26   null,  null,  
1999   2   5   27   null,  null,  
1999   2   5   28   null,  null,  
1999   2   5   29   null,  null,  
1999   2   5   30   null,  null,  
1999   2   5   31   null,  null,  
1999   2   6   1   null,  null,  
1999   2   6   2   null,  null,  
1999   2   6   3   null,  null,  
1999   2   6   4   null,  null,  
1999   2   6   5   null,  null,  
1999   2   6   6   null,  null,  
1999   2   6   7   null,  null,  
1999   2   6   8   null,  null,  
1999   2   6   9   null,  null,  
1999   2   6   10   null,  null,  
1999   2   6   11   null,  null,  
1999   2   6   12   null,  null,  
1999   2   6   13   null,  null,  
1999   2   6   14   null,  null,  
1999   2   6   15   null,  null,  
1999   2   6   16   null,  null,  
1999   2   6   17   null,  null,  
1999   2   6   18   null,  null,  
1999   2   6   19   null,  null,  
1999   2   6   20   null,  null,  
1999   2   6   21   null,  null,  
1999   2   6   22   null,  null,  
1999   2   6   23   null,  null,  
1999   2   6   24   null,  null,  
1999   2   6   25   null,  null,  
1999   2   6   26   null,  null,  
1999   2   6   27   null,  null,  
1999   2   6   28   null,  null,  
1999   2   6   29   null,  null,  
1999   2   6   30   null,  null,  
1999   2   7   1   null,  null,  
1999   2   7   2   null,  null,  
1999   2   7   3   null,  null,  
1999   2   7   4   null,  null,  
1999   2   7   5   null,  null,  
1999   2   7   6   null,  null,  
1999   2   7   7   null,  null,  
1999   2   7   8   null,  null,  
1999   2   7   9   null,  null,  
1999   2   7   10   null,  null,  
1999   2   7   11   null,  null,  
1999   2   7   12   null,  null,  
1999   2   7   13   null,  null,  
1999   2   7   14   null,  null,  
1999   2   7   15   null,  null,  
1999   2   7   16   null,  null,  
1999   2   7   17   null,  null,  
1999   2   7   18   null,  null,  
1999   2   7   19   null,  null,  
1999   2   7   20   null,  null,  
1999   2   7   21   null,  null,  
1999   2   7   22   null,  null,  
1999   2   7   23   null,  null,  
1999   2   7   24   null,  null,  
1999   2   7   25   null,  null,  
1999   2   7   26   null,  null,  
1999   2   7   27   null,  null,  
1999   2   7   28   null,  null,  
1999   2   7   29   null,  null,  
1999   2   7   30   null,  null,  
1999   2   7   31   null,  null,  
1999   2   8   1   null,  null,  
1999   2   8   2   null,  null,  
1999   2   8   3   null,  null,  
1999   2   8   4   null,  null,  
1999   2   8   5   null,  null,  
1999   2   8   6   null,  null,  
1999   2   8   7   null,  null,  
1999   2   8   8   null,  null,  
1999   2   8   9   null,  null,  
1999   2   8   10   null,  null,  
1999   2   8   11   null,  null,  
1999   2   8   12   null,  null,  
1999   2   8   13   null,  null,  
1999   2   8   14   null,  null,  
1999   2   8   15   null,  null,  
1999   2   8   16   null,  null,  
1999   2   8   17   null,  null,  
1999   2   8   18   null,  null,  
1999   2   8   19   null,  null,  
1999   2   8   20   null,  null,  
1999   2   8   21   null,  null,  
1999   2   8   22   null,  null,  
1999   2   8   23   null,  null,  
1999   2   8   24   null,  null,  
1999   2   8   25   null,  null,  
1999   2   8   26   null,  null,  
1999   2   8   27   null,  null,  
1999   2   8   28   null,  null,  
1999   2   8   29   null,  null,  
1999   2   8   30   null,  null,  
1999   2   8   31   null,  null,  
1999   2   9   1   null,  null,  
1999   2   9   2   null,  null,  
1999   2   9   3   null,  null,  
1999   2   9   4   null,  null,  
1999   2   9   5   null,  null,  
1999   2   9   6   null,  null,  
1999   2   9   7   null,  null,  
1999   2   9   8   null,  null,  
1999   2   9   9   null,  null,  
1999   2   9   10   null,  null,  
1999   2   9   11   null,  null,  
1999   2   9   12   null,  null,  
1999   2   9   13   null,  null,  
1999   2   9   14   null,  null,  
1999   2   9   15   null,  null,  
1999   2   9   16   null,  null,  
1999   2   9   17   null,  null,  
1999   2   9   18   null,  null,  
1999   2   9   19   null,  null,  
1999   2   9   20   null,  null,  
1999   2   9   21   null,  null,  
1999   2   9   22   null,  null,  
1999   2   9   23   null,  null,  
1999   2   9   24   null,  null,  
1999   2   9   25   null,  null,  
1999   2   9   26   null,  null,  
1999   2   9   27   null,  null,  
1999   2   9   28   null,  null,  
1999   2   9   29   null,  null,  
1999   2   9   30   null,  null,  
1999   2   10   1   null,  null,  
1999   2   10   2   null,  null,  
1999   2   10   3   null,  null,  
1999   2   10   4   null,  null,  
1999   2   10   5   null,  null,  
1999   2   10   6   null,  null,  
1999   2   10   7   null,  null,  
1999   2   10   8   null,  null,  
1999   2   10   9   null,  null,  
1999   2   10   10   null,  null,  
1999   2   10   11   null,  null,  
1999   2   10   12   null,  null,  
1999   2   10   13   null,  null,  
1999   2   10   14   null,  null,  
1999   2   10   15   null,  null,  
1999   2   10   16   null,  null,  
1999   2   10   17   null,  null,  
1999   2   10   18   null,  null,  
1999   2   10   19   null,  null,  
1999   2   10   20   null,  null,  
1999   2   10   21   null,  null,  
1999   2   10   22   null,  null,  
1999   2   10   23   null,  null,  
1999   2   10   24   null,  null,  
1999   2   10   25   null,  null,  
1999   2   10   26   null,  null,  
1999   2   10   27   null,  null,  
1999   2   10   28   null,  null,  
1999   2   10   29   null,  null,  
1999   2   10   30   null,  null,  
1999   2   10   31   null,  null,  
1999   2   11   1   null,  null,  
1999   2   11   2   null,  null,  
1999   2   11   3   null,  null,  
1999   2   11   4   null,  null,  
1999   2   11   5   null,  null,  
1999   2   11   6   null,  null,  
1999   2   11   7   null,  null,  
1999   2   11   8   null,  null,  
1999   2   11   9   null,  null,  
1999   2   11   10   null,  null,  
1999   2   11   11   null,  null,  
1999   2   11   12   null,  null,  
1999   2   11   13   null,  null,  
1999   2   11   14   null,  null,  
1999   2   11   15   null,  null,  
1999   2   11   16   null,  null,  
1999   2   11   17   null,  null,  
1999   2   11   18   null,  null,  
1999   2   11   19   null,  null,  
1999   2   11   20   null,  null,  
1999   2   11   21   null,  null,  
1999   2   11   22   null,  null,  
1999   2   11   23   null,  null,  
1999   2   11   24   null,  null,  
1999   2   11   25   null,  null,  
1999   2   11   26   null,  null,  
1999   2   11   27   null,  null,  
1999   2   11   28   null,  null,  
1999   2   11   29   null,  null,  
1999   2   11   30   null,  null,  
1999   2   12   1   null,  null,  
1999   2   12   2   null,  null,  
1999   2   12   3   null,  null,  
1999   2   12   4   null,  null,  
1999   2   12   5   null,  null,  
1999   2   12   6   null,  null,  
1999   2   12   7   null,  null,  
1999   2   12   8   null,  null,  
1999   2   12   9   null,  null,  
1999   2   12   10   null,  null,  
1999   2   12   11   null,  null,  
1999   2   12   12   null,  null,  
1999   2   12   13   null,  null,  
1999   2   12   14   null,  null,  
1999   2   12   15   null,  null,  
1999   2   12   16   null,  null,  
1999   2   12   17   null,  null,  
1999   2   12   18   null,  null,  
1999   2   12   19   null,  null,  
1999   2   12   20   null,  null,  
1999   2   12   21   null,  null,  
1999   2   12   22   null,  null,  
1999   2   12   23   null,  null,  
1999   2   12   24   null,  null,  
1999   2   12   25   null,  null,  
1999   2   12   26   null,  null,  
1999   2   12   27   null,  null,  
1999   2   12   28   null,  null,  
1999   2   12   29   null,  null,  
1999   2   12   30   null,  null,  
1999   2   12   31   null,  null,  
1999   3   1   1   null,  null,  
1999   3   1   2   null,  null,  
1999   3   1   3   null,  null,  
1999   3   1   4   null,  null,  
1999   3   1   5   null,  null,  
1999   3   1   6   null,  null,  
1999   3   1   7   null,  null,  
1999   3   1   8   null,  null,  
1999   3   1   9   null,  null,  
1999   3   1   10   null,  null,  
1999   3   1   11   null,  null,  
1999   3   1   12   null,  null,  
1999   3   1   13   null,  null,  
1999   3   1   14   null,  null,  
1999   3   1   15   null,  null,  
1999   3   1   16   null,  null,  
1999   3   1   17   null,  null,  
1999   3   1   18   null,  null,  
1999   3   1   19   null,  null,  
1999   3   1   20   null,  null,  
1999   3   1   21   null,  null,  
1999   3   1   22   null,  null,  
1999   3   1   23   null,  null,  
1999   3   1   24   null,  null,  
1999   3   1   25   null,  null,  
1999   3   1   26   null,  null,  
1999   3   1   27   null,  null,  
1999   3   1   28   null,  null,  
1999   3   1   29   null,  null,  
1999   3   1   30   null,  null,  
1999   3   1   31   null,  null,  
1999   3   2   1   null,  null,  
1999   3   2   2   null,  null,  
1999   3   2   3   null,  null,  
1999   3   2   4   null,  null,  
1999   3   2   5   null,  null,  
1999   3   2   6   null,  null,  
1999   3   2   7   null,  null,  
1999   3   2   8   null,  null,  
1999   3   2   9   null,  null,  
1999   3   2   10   null,  null,  
1999   3   2   11   null,  null,  
1999   3   2   12   null,  null,  
1999   3   2   13   null,  null,  
1999   3   2   14   null,  null,  
1999   3   2   15   null,  null,  
1999   3   2   16   null,  null,  
1999   3   2   17   null,  null,  
1999   3   2   18   null,  null,  
1999   3   2   19   null,  null,  
1999   3   2   20   null,  null,  
1999   3   2   21   null,  null,  
1999   3   2   22   null,  null,  
1999   3   2   23   null,  null,  
1999   3   2   24   null,  null,  
1999   3   2   25   null,  null,  
1999   3   2   26   null,  null,  
1999   3   2   27   null,  null,  
1999   3   2   28   null,  null,  
1999   3   3   1   null,  null,  
1999   3   3   2   null,  null,  
1999   3   3   3   null,  null,  
1999   3   3   4   null,  null,  
1999   3   3   5   null,  null,  
1999   3   3   6   null,  null,  
1999   3   3   7   null,  null,  
1999   3   3   8   null,  null,  
1999   3   3   9   null,  null,  
1999   3   3   10   null,  null,  
1999   3   3   11   null,  null,  
1999   3   3   12   null,  null,  
1999   3   3   13   null,  null,  
1999   3   3   14   null,  null,  
1999   3   3   15   null,  null,  
1999   3   3   16   null,  null,  
1999   3   3   17   null,  null,  
1999   3   3   18   null,  null,  
1999   3   3   19   null,  null,  
1999   3   3   20   null,  null,  
1999   3   3   21   null,  null,  
1999   3   3   22   null,  null,  
1999   3   3   23   null,  null,  
1999   3   3   24   null,  null,  
1999   3   3   25   null,  null,  
1999   3   3   26   null,  null,  
1999   3   3   27   null,  null,  
1999   3   3   28   null,  null,  
1999   3   3   29   null,  null,  
1999   3   3   30   null,  null,  
1999   3   3   31   null,  null,  
1999   3   4   1   null,  null,  
1999   3   4   2   null,  null,  
1999   3   4   3   null,  null,  
1999   3   4   4   null,  null,  
1999   3   4   5   null,  null,  
1999   3   4   6   null,  null,  
1999   3   4   7   null,  null,  
1999   3   4   8   null,  null,  
1999   3   4   9   null,  null,  
1999   3   4   10   null,  null,  
1999   3   4   11   null,  null,  
1999   3   4   12   null,  null,  
1999   3   4   13   null,  null,  
1999   3   4   14   null,  null,  
1999   3   4   15   null,  null,  
1999   3   4   16   null,  null,  
1999   3   4   17   null,  null,  
1999   3   4   18   null,  null,  
1999   3   4   19   null,  null,  
1999   3   4   20   null,  null,  
1999   3   4   21   null,  null,  
1999   3   4   22   null,  null,  
1999   3   4   23   null,  null,  
1999   3   4   24   null,  null,  
1999   3   4   25   null,  null,  
1999   3   4   26   null,  null,  
1999   3   4   27   null,  null,  
1999   3   4   28   null,  null,  
1999   3   4   29   null,  null,  
1999   3   4   30   null,  null,  
1999   3   5   1   null,  null,  
1999   3   5   2   null,  null,  
1999   3   5   3   null,  null,  
1999   3   5   4   null,  null,  
1999   3   5   5   null,  null,  
1999   3   5   6   null,  null,  
1999   3   5   7   null,  null,  
1999   3   5   8   null,  null,  
1999   3   5   9   null,  null,  
1999   3   5   10   null,  null,  
1999   3   5   11   null,  null,  
1999   3   5   12   null,  null,  
1999   3   5   13   null,  null,  
1999   3   5   14   null,  null,  
1999   3   5   15   null,  null,  
1999   3   5   16   null,  null,  
1999   3   5   17   null,  null,  
1999   3   5   18   null,  null,  
1999   3   5   19   null,  null,  
1999   3   5   20   null,  null,  
1999   3   5   21   null,  null,  
1999   3   5   22   null,  null,  
1999   3   5   23   null,  null,  
1999   3   5   24   null,  null,  
1999   3   5   25   null,  null,  
1999   3   5   26   null,  null,  
1999   3   5   27   null,  null,  
1999   3   5   28   null,  null,  
1999   3   5   29   null,  null,  
1999   3   5   30   null,  null,  
1999   3   5   31   null,  null,  
1999   3   6   1   null,  null,  
1999   3   6   2   null,  null,  
1999   3   6   3   null,  null,  
1999   3   6   4   null,  null,  
1999   3   6   5   null,  null,  
1999   3   6   6   null,  null,  
1999   3   6   7   null,  null,  
1999   3   6   8   null,  null,  
1999   3   6   9   null,  null,  
1999   3   6   10   null,  null,  
1999   3   6   11   null,  null,  
1999   3   6   12   null,  null,  
1999   3   6   13   null,  null,  
1999   3   6   14   null,  null,  
1999   3   6   15   null,  null,  
1999   3   6   16   null,  null,  
1999   3   6   17   null,  null,  
1999   3   6   18   null,  null,  
1999   3   6   19   null,  null,  
1999   3   6   20   null,  null,  
1999   3   6   21   null,  null,  
1999   3   6   22   null,  null,  
1999   3   6   23   null,  null,  
1999   3   6   24   null,  null,  
1999   3   6   25   null,  null,  
1999   3   6   26   null,  null,  
1999   3   6   27   null,  null,  
1999   3   6   28   null,  null,  
1999   3   6   29   null,  null,  
1999   3   6   30   null,  null,  
1999   3   7   1   null,  null,  
1999   3   7   2   null,  null,  
1999   3   7   3   null,  null,  
1999   3   7   4   null,  null,  
1999   3   7   5   null,  null,  
1999   3   7   6   null,  null,  
1999   3   7   7   null,  null,  
1999   3   7   8   null,  null,  
1999   3   7   9   null,  null,  
1999   3   7   10   null,  null,  
1999   3   7   11   null,  null,  
1999   3   7   12   null,  null,  
1999   3   7   13   null,  null,  
1999   3   7   14   null,  null,  
1999   3   7   15   null,  null,  
1999   3   7   16   null,  null,  
1999   3   7   17   null,  null,  
1999   3   7   18   null,  null,  
1999   3   7   19   null,  null,  
1999   3   7   20   null,  null,  
1999   3   7   21   null,  null,  
1999   3   7   22   null,  null,  
1999   3   7   23   null,  null,  
1999   3   7   24   null,  null,  
1999   3   7   25   null,  null,  
1999   3   7   26   null,  null,  
1999   3   7   27   null,  null,  
1999   3   7   28   null,  null,  
1999   3   7   29   null,  null,  
1999   3   7   30   null,  null,  
1999   3   7   31   null,  null,  
1999   3   8   1   null,  null,  
1999   3   8   2   null,  null,  
1999   3   8   3   null,  null,  
1999   3   8   4   null,  null,  
1999   3   8   5   null,  null,  
1999   3   8   6   null,  null,  
1999   3   8   7   null,  null,  
1999   3   8   8   null,  null,  
1999   3   8   9   null,  null,  
1999   3   8   10   null,  null,  
1999   3   8   11   null,  null,  
1999   3   8   12   null,  null,  
1999   3   8   13   null,  null,  
1999   3   8   14   null,  null,  
1999   3   8   15   null,  null,  
1999   3   8   16   null,  null,  
1999   3   8   17   null,  null,  
1999   3   8   18   null,  16.0,  
1999   3   8   19   null,  null,  
1999   3   8   20   null,  36.0,  
1999   3   8   21   null,  null,  
1999   3   8   22   null,  null,  
1999   3   8   23   null,  null,  
1999   3   8   24   null,  null,  
1999   3   8   25   null,  null,  
1999   3   8   26   null,  null,  
1999   3   8   27   null,  null,  
1999   3   8   28   null,  null,  
1999   3   8   29   null,  null,  
1999   3   8   30   null,  null,  
1999   3   8   31   null,  null,  
1999   3   9   1   null,  null,  
1999   3   9   2   null,  null,  
1999   3   9   3   null,  null,  
1999   3   9   4   null,  null,  
1999   3   9   5   null,  null,  
1999   3   9   6   null,  null,  
1999   3   9   7   null,  null,  
1999   3   9   8   null,  null,  
1999   3   9   9   null,  null,  
1999   3   9   10   null,  null,  
1999   3   9   11   null,  null,  
1999   3   9   12   null,  null,  
1999   3   9   13   null,  null,  
1999   3   9   14   null,  null,  
1999   3   9   15   null,  null,  
1999   3   9   16   null,  null,  
1999   3   9   17   null,  null,  
1999   3   9   18   null,  null,  
1999   3   9   19   23.0,  null,  
1999   3   9   20   null,  null,  
1999   3   9   21   null,  null,  
1999   3   9   22   null,  null,  
1999   3   9   23   null,  null,  
1999   3   9   24   null,  null,  
1999   3   9   25   null,  null,  
1999   3   9   26   null,  null,  
1999   3   9   27   null,  null,  
1999   3   9   28   null,  null,  
1999   3   9   29   null,  null,  
1999   3   9   30   null,  null,  
1999   3   10   1   null,  null,  
1999   3   10   2   null,  null,  
1999   3   10   3   null,  null,  
1999   3   10   4   null,  null,  
1999   3   10   5   null,  null,  
1999   3   10   6   null,  null,  
1999   3   10   7   null,  null,  
1999   3   10   8   null,  null,  
1999   3   10   9   null,  null,  
1999   3   10   10   null,  null,  
1999   3   10   11   null,  null,  
1999   3   10   12   null,  null,  
1999   3   10   13   null,  null,  
1999   3   10   14   null,  null,  
1999   3   10   15   null,  null,  
1999   3   10   16   null,  null,  
1999   3   10   17   null,  null,  
1999   3   10   18   null,  null,  
1999   3   10   19   null,  null,  
1999   3   10   20   null,  null,  
1999   3   10   21   null,  null,  
1999   3   10   22   null,  null,  
1999   3   10   23   null,  null,  
1999   3   10   24   null,  null,  
1999   3   10   25   null,  null,  
1999   3   10   26   null,  null,  
1999   3   10   27   null,  null,  
1999   3   10   28   null,  null,  
1999   3   10   29   null,  null,  
1999   3   10   30   null,  null,  
1999   3   10   31   null,  null,  
1999   3   11   1   null,  null,  
1999   3   11   2   null,  null,  
1999   3   11   3   null,  null,  
1999   3   11   4   null,  null,  
1999   3   11   5   null,  null,  
1999   3   11   6   null,  null,  
1999   3   11   7   null,  null,  
1999   3   11   8   null,  null,  
1999   3   11   9   null,  null,  
1999   3   11   10   null,  null,  
1999   3   11   11   null,  null,  
1999   3   11   12   null,  null,  
1999   3   11   13   null,  null,  
1999   3   11   14   null,  null,  
1999   3   11   15   null,  null,  
1999   3   11   16   null,  null,  
1999   3   11   17   null,  null,  
1999   3   11   18   null,  null,  
1999   3   11   19   null,  null,  
1999   3   11   20   null,  null,  
1999   3   11   21   null,  null,  
1999   3   11   22   null,  null,  
1999   3   11   23   null,  null,  
1999   3   11   24   null,  null,  
1999   3   11   25   null,  null,  
1999   3   11   26   null,  null,  
1999   3   11   27   null,  null,  
1999   3   11   28   null,  null,  
1999   3   11   29   null,  null,  
1999   3   11   30   null,  null,  
1999   3   12   1   null,  null,  
1999   3   12   2   null,  null,  
1999   3   12   3   null,  null,  
1999   3   12   4   null,  null,  
1999   3   12   5   null,  null,  
1999   3   12   6   null,  null,  
1999   3   12   7   null,  null,  
1999   3   12   8   null,  null,  
1999   3   12   9   null,  null,  
1999   3   12   10   null,  null,  
1999   3   12   11   null,  null,  
1999   3   12   12   null,  null,  
1999   3   12   13   null,  null,  
1999   3   12   14   null,  null,  
1999   3   12   15   null,  null,  
1999   3   12   16   null,  null,  
1999   3   12   17   null,  null,  
1999   3   12   18   null,  null,  
1999   3   12   19   null,  null,  
1999   3   12   20   null,  null,  
1999   3   12   21   null,  null,  
1999   3   12   22   null,  null,  
1999   3   12   23   null,  null,  
1999   3   12   24   null,  null,  
1999   3   12   25   null,  null,  
1999   3   12   26   null,  null,  
1999   3   12   27   null,  null,  
1999   3   12   28   null,  null,  
1999   3   12   29   null,  null,  
1999   3   12   30   null,  null,  
1999   3   12   31   null,  null,  
2000   4   1   1   null,  null,  
2000   4   1   2   null,  null,  
2000   4   1   3   null,  null,  
2000   4   1   4   null,  null,  
2000   4   1   5   null,  null,  
2000   4   1   6   null,  null,  
2000   4   1   7   null,  null,  
2000   4   1   8   null,  null,  
2000   4   1   9   null,  null,  
2000   4   1   10   null,  null,  
2000   4   1   11   null,  null,  
2000   4   1   12   null,  null,  
2000   4   1   13   null,  null,  
2000   4   1   14   null,  null,  
2000   4   1   15   null,  null,  
2000   4   1   16   null,  null,  
2000   4   1   17   null,  null,  
2000   4   1   18   null,  null,  
2000   4   1   19   null,  null,  
2000   4   1   20   null,  null,  
2000   4   1   21   null,  null,  
2000   4   1   22   null,  null,  
2000   4   1   23   null,  null,  
2000   4   1   24   null,  null,  
2000   4   1   25   null,  null,  
2000   4   1   26   null,  null,  
2000   4   1   27   null,  null,  
2000   4   1   28   null,  null,  
2000   4   1   29   null,  null,  
2000   4   1   30   null,  null,  
2000   4   1   31   null,  null,  
2000   4   2   1   null,  null,  
2000   4   2   2   null,  null,  
2000   4   2   3   null,  null,  
2000   4   2   4   null,  null,  
2000   4   2   5   null,  null,  
2000   4   2   6   null,  null,  
2000   4   2   7   null,  null,  
2000   4   2   8   null,  null,  
2000   4   2   9   null,  null,  
2000   4   2   10   null,  null,  
2000   4   2   11   null,  null,  
2000   4   2   12   null,  null,  
2000   4   2   13   null,  null,  
2000   4   2   14   null,  null,  
2000   4   2   15   null,  null,  
2000   4   2   16   null,  null,  
2000   4   2   17   null,  null,  
2000   4   2   18   null,  null,  
2000   4   2   19   null,  null,  
2000   4   2   20   null,  null,  
2000   4   2   21   null,  null,  
2000   4   2   22   null,  null,  
2000   4   2   23   null,  null,  
2000   4   2   24   null,  null,  
2000   4   2   25   null,  null,  
2000   4   2   26   null,  null,  
2000   4   2   27   null,  null,  
2000   4   2   28   null,  null,  
2000   4   3   1   null,  null,  
2000   4   3   2   null,  null,  
2000   4   3   3   null,  null,  
2000   4   3   4   null,  null,  
2000   4   3   5   null,  null,  
2000   4   3   6   null,  null,  
2000   4   3   7   null,  null,  
2000   4   3   8   null,  null,  
2000   4   3   9   null,  null,  
2000   4   3   10   null,  null,  
2000   4   3   11   null,  null,  
2000   4   3   12   null,  null,  
2000   4   3   13   null,  null,  
2000   4   3   14   null,  null,  
2000   4   3   15   null,  null,  
2000   4   3   16   null,  null,  
2000   4   3   17   null,  null,  
2000   4   3   18   null,  null,  
2000   4   3   19   null,  null,  
2000   4   3   20   null,  null,  
2000   4   3   21   null,  null,  
2000   4   3   22   null,  null,  
2000   4   3   23   null,  null,  
2000   4   3   24   null,  null,  
2000   4   3   25   null,  null,  
2000   4   3   26   null,  null,  
2000   4   3   27   null,  null,  
2000   4   3   28   null,  null,  
2000   4   3   29   null,  null,  
2000   4   3   30   null,  null,  
2000   4   3   31   null,  null,  
2000   4   4   1   null,  null,  
2000   4   4   2   null,  null,  
2000   4   4   3   null,  null,  
2000   4   4   4   null,  null,  
2000   4   4   5   null,  null,  
2000   4   4   6   null,  null,  
2000   4   4   7   null,  null,  
2000   4   4   8   null,  null,  
2000   4   4   9   null,  null,  
2000   4   4   10   null,  null,  
2000   4   4   11   null,  null,  
2000   4   4   12   null,  null,  
2000   4   4   13   null,  null,  
2000   4   4   14   null,  null,  
2000   4   4   15   null,  null,  
2000   4   4   16   null,  null,  
2000   4   4   17   null,  null,  
2000   4   4   18   null,  null,  
2000   4   4   19   null,  null,  
2000   4   4   20   null,  null,  
2000   4   4   21   null,  null,  
2000   4   4   22   null,  null,  
2000   4   4   23   null,  null,  
2000   4   4   24   null,  null,  
2000   4   4   25   null,  null,  
2000   4   4   26   null,  null,  
2000   4   4   27   null,  null,  
2000   4   4   28   null,  null,  
2000   4   4   29   null,  null,  
2000   4   4   30   null,  null,  
2000   4   5   1   null,  null,  
2000   4   5   2   null,  null,  
2000   4   5   3   null,  null,  
2000   4   5   4   null,  null,  
2000   4   5   5   null,  null,  
2000   4   5   6   null,  null,  
2000   4   5   7   null,  null,  
2000   4   5   8   null,  null,  
2000   4   5   9   null,  null,  
2000   4   5   10   null,  null,  
2000   4   5   11   null,  null,  
2000   4   5   12   null,  null,  
2000   4   5   13   null,  null,  
2000   4   5   14   null,  null,  
2000   4   5   15   null,  null,  
2000   4   5   16   null,  null,  
2000   4   5   17   null,  null,  
2000   4   5   18   null,  null,  
2000   4   5   19   null,  null,  
2000   4   5   20   null,  null,  
2000   4   5   21   null,  null,  
2000   4   5   22   null,  null,  
2000   4   5   23   null,  null,  
2000   4   5   24   null,  null,  
2000   4   5   25   null,  null,  
2000   4   5   26   null,  null,  
2000   4   5   27   null,  null,  
2000   4   5   28   null,  null,  
2000   4   5   29   null,  null,  
2000   4   5   30   null,  null,  
2000   4   5   31   null,  null,  
2000   4   6   1   null,  null,  
2000   4   6   2   null,  null,  
2000   4   6   3   null,  null,  
2000   4   6   4   null,  null,  
2000   4   6   5   null,  null,  
2000   4   6   6   null,  null,  
2000   4   6   7   null,  null,  
2000   4   6   8   null,  null,  
2000   4   6   9   null,  null,  
2000   4   6   10   null,  null,  
2000   4   6   11   null,  null,  
2000   4   6   12   null,  null,  
2000   4   6   13   null,  null,  
2000   4   6   14   null,  null,  
2000   4   6   15   null,  null,  
2000   4   6   16   null,  null,  
2000   4   6   17   null,  null,  
2000   4   6   18   null,  null,  
2000   4   6   19   null,  null,  
2000   4   6   20   null,  null,  
2000   4   6   21   null,  null,  
2000   4   6   22   null,  null,  
2000   4   6   23   null,  null,  
2000   4   6   24   null,  null,  
2000   4   6   25   null,  null,  
2000   4   6   26   null,  null,  
2000   4   6   27   null,  null,  
2000   4   6   28   null,  null,  
2000   4   6   29   null,  null,  
2000   4   6   30   null,  null,  
2000   4   7   1   null,  null,  
2000   4   7   2   null,  null,  
2000   4   7   3   null,  null,  
2000   4   7   4   null,  null,  
2000   4   7   5   null,  null,  
2000   4   7   6   null,  null,  
2000   4   7   7   null,  null,  
2000   4   7   8   null,  null,  
2000   4   7   9   null,  null,  
2000   4   7   10   null,  null,  
2000   4   7   11   null,  null,  
2000   4   7   12   null,  null,  
2000   4   7   13   null,  null,  
2000   4   7   14   null,  null,  
2000   4   7   15   null,  null,  
2000   4   7   16   null,  null,  
2000   4   7   17   null,  null,  
2000   4   7   18   null,  null,  
2000   4   7   19   null,  null,  
2000   4   7   20   null,  null,  
2000   4   7   21   null,  null,  
2000   4   7   22   null,  null,  
2000   4   7   23   null,  null,  
2000   4   7   24   null,  null,  
2000   4   7   25   null,  null,  
2000   4   7   26   null,  null,  
2000   4   7   27   null,  null,  
2000   4   7   28   null,  null,  
2000   4   7   29   null,  null,  
2000   4   7   30   null,  null,  
2000   4   7   31   null,  null,  
2000   4   8   1   null,  null,  
2000   4   8   2   null,  null,  
2000   4   8   3   null,  null,  
2000   4   8   4   null,  null,  
2000   4   8   5   null,  null,  
2000   4   8   6   null,  null,  
2000   4   8   7   null,  null,  
2000   4   8   8   null,  null,  
2000   4   8   9   null,  null,  
2000   4   8   10   null,  null,  
2000   4   8   11   null,  null,  
2000   4   8   12   null,  null,  
2000   4   8   13   null,  null,  
2000   4   8   14   null,  null,  
2000   4   8   15   null,  null,  
2000   4   8   16   null,  null,  
2000   4   8   17   null,  null,  
2000   4   8   18   null,  null,  
2000   4   8   19   null,  null,  
2000   4   8   20   null,  null,  
2000   4   8   21   null,  null,  
2000   4   8   22   null,  null,  
2000   4   8   23   null,  null,  
2000   4   8   24   null,  null,  
2000   4   8   25   null,  null,  
2000   4   8   26   null,  null,  
2000   4   8   27   null,  null,  
2000   4   8   28   null,  null,  
2000   4   8   29   null,  null,  
2000   4   8   30   null,  null,  
2000   4   8   31   null,  null,  
2000   4   9   1   null,  null,  
2000   4   9   2   null,  null,  
2000   4   9   3   null,  null,  
2000   4   9   4   null,  null,  
2000   4   9   5   null,  null,  
2000   4   9   6   null,  null,  
2000   4   9   7   null,  null,  
2000   4   9   8   null,  null,  
2000   4   9   9   null,  null,  
2000   4   9   10   null,  null,  
2000   4   9   11   null,  null,  
2000   4   9   12   null,  null,  
2000   4   9   13   null,  null,  
2000   4   9   14   null,  null,  
2000   4   9   15   null,  null,  
2000   4   9   16   null,  null,  
2000   4   9   17   null,  null,  
2000   4   9   18   null,  null,  
2000   4   9   19   null,  null,  
2000   4   9   20   null,  null,  
2000   4   9   21   null,  null,  
2000   4   9   22   null,  null,  
2000   4   9   23   null,  null,  
2000   4   9   24   null,  null,  
2000   4   9   25   null,  null,  
2000   4   9   26   null,  null,  
2000   4   9   27   null,  null,  
2000   4   9   28   null,  null,  
2000   4   9   29   null,  null,  
2000   4   9   30   null,  null,  
2000   4   10   1   null,  null,  
2000   4   10   2   null,  null,  
2000   4   10   3   null,  null,  
2000   4   10   4   null,  null,  
2000   4   10   5   null,  null,  
2000   4   10   6   null,  null,  
2000   4   10   7   null,  null,  
2000   4   10   8   null,  null,  
2000   4   10   9   null,  null,  
2000   4   10   10   null,  null,  
2000   4   10   11   null,  null,  
2000   4   10   12   null,  null,  
2000   4   10   13   null,  null,  
2000   4   10   14   null,  null,  
2000   4   10   15   null,  null,  
2000   4   10   16   null,  null,  
2000   4   10   17   null,  null,  
2000   4   10   18   null,  null,  
2000   4   10   19   null,  null,  
2000   4   10   20   null,  null,  
2000   4   10   21   null,  null,  
2000   4   10   22   null,  null,  
2000   4   10   23   null,  null,  
2000   4   10   24   null,  null,  
2000   4   10   25   null,  null,  
2000   4   10   26   null,  null,  
2000   4   10   27   null,  null,  
2000   4   10   28   null,  null,  
2000   4   10   29   null,  null,  
2000   4   10   30   null,  null,  
2000   4   10   31   null,  null,  
2000   4   11   1   null,  null,  
2000   4   11   2   null,  null,  
2000   4   11   3   null,  null,  
2000   4   11   4   null,  null,  
2000   4   11   5   null,  null,  
2000   4   11   6   null,  null,  
2000   4   11   7   null,  null,  
2000   4   11   8   null,  null,  
2000   4   11   9   null,  null,  
2000   4   11   10   null,  null,  
2000   4   11   11   null,  null,  
2000   4   11   12   null,  null,  
2000   4   11   13   null,  null,  
2000   4   11   14   null,  null,  
2000   4   11   15   null,  null,  
2000   4   11   16   null,  null,  
2000   4   11   17   null,  null,  
2000   4   11   18   null,  null,  
2000   4   11   19   null,  null,  
2000   4   11   20   null,  null,  
2000   4   11   21   null,  null,  
2000   4   11   22   null,  39.0,  
2000   4   11   23   null,  null,  
2000   4   11   24   null,  null,  
2000   4   11   25   null,  null,  
2000   4   11   26   null,  null,  
2000   4   11   27   null,  null,  
2000   4   11   28   null,  null,  
2000   4   11   29   null,  null,  
2000   4   11   30   null,  null,  
2000   4   12   1   null,  null,  
2000   4   12   2   null,  null,  
2000   4   12   3   null,  null,  
2000   4   12   4   null,  null,  
2000   4   12   5   null,  null,  
2000   4   12   6   null,  null,  
2000   4   12   7   null,  null,  
2000   4   12   8   null,  null,  
2000   4   12   9   null,  null,  
2000   4   12   10   null,  null,  
2000   4   12   11   null,  null,  
2000   4   12   12   null,  null,  
2000   4   12   13   null,  null,  
2000   4   12   14   null,  null,  
2000   4   12   15   null,  null,  
2000   4   12   16   null,  null,  
2000   4   12   17   null,  null,  
2000   4   12   18   null,  null,  
2000   4   12   19   null,  null,  
2000   4   12   20   null,  null,  
2000   4   12   21   null,  null,  
2000   4   12   22   null,  null,  
2000   4   12   23   null,  null,  
2000   4   12   24   null,  null,  
2000   4   12   25   null,  null,  
2000   4   12   26   null,  null,  
2000   4   12   27   null,  null,  
2000   4   12   28   null,  null,  
2000   4   12   29   null,  null,  
2000   4   12   30   null,  null,  
2000   4   12   31   null,  null,  
		PP1   PP2   
1998   1   1   1   null,  null,  
1998   1   1   2   null,  null,  
1998   1   1   3   null,  null,  
1998   1   1   4   null,  null,  
1998   1   1   5   null,  null,  
1998   1   1   6   null,  null,  
1998   1   1   7   null,  null,  
1998   1   1   8   null,  null,  
1998   1   1   9   null,  null,  
1998   1   1   10   null,  null,  
1998   1   1   11   null,  null,  
1998   1   1   12   null,  null,  
1998   1   1   13   null,  null,  
1998   1   1   14   null,  null,  
1998   1   1   15   1.0,  null,  
1998   1   1   16   null,  null,  
1998   1   1   17   null,  null,  
1998   1   1   18   null,  null,  
1998   1   1   19   null,  null,  
1998   1   1   20   null,  null,  
1998   1   1   21   null,  null,  
1998   1   1   22   null,  null,  
1998   1   1   23   null,  null,  
1998   1   1   24   null,  null,  
1998   1   1   25   null,  null,  
1998   1   1   26   null,  null,  
1998   1   1   27   null,  null,  
1998   1   1   28   null,  null,  
1998   1   1   29   null,  null,  
1998   1   1   30   null,  null,  
1998   1   1   31   null,  null,  
1998   1   2   1   null,  null,  
1998   1   2   2   null,  null,  
1998   1   2   3   null,  null,  
1998   1   2   4   null,  null,  
1998   1   2   5   null,  null,  
1998   1   2   6   null,  null,  
1998   1   2   7   null,  null,  
1998   1   2   8   null,  null,  
1998   1   2   9   null,  null,  
1998   1   2   10   null,  null,  
1998   1   2   11   null,  null,  
1998   1   2   12   null,  null,  
1998   1   2   13   null,  null,  
1998   1   2   14   null,  null,  
1998   1   2   15   null,  null,  
1998   1   2   16   null,  null,  
1998   1   2   17   null,  null,  
1998   1   2   18   null,  null,  
1998   1   2   19   null,  null,  
1998   1   2   20   null,  null,  
1998   1   2   21   38.0,  null,  
1998   1   2   22   null,  null,  
1998   1   2   23   null,  null,  
1998   1   2   24   null,  null,  
1998   1   2   25   null,  null,  
1998   1   2   26   null,  null,  
1998   1   2   27   null,  null,  
1998   1   2   28   null,  null,  
1998   1   3   1   null,  null,  
1998   1   3   2   null,  null,  
1998   1   3   3   null,  null,  
1998   1   3   4   null,  null,  
1998   1   3   5   null,  null,  
1998   1   3   6   null,  null,  
1998   1   3   7   null,  null,  
1998   1   3   8   null,  null,  
1998   1   3   9   null,  null,  
1998   1   3   10   null,  null,  
1998   1   3   11   null,  null,  
1998   1   3   12   null,  null,  
1998   1   3   13   null,  null,  
1998   1   3   14   null,  null,  
1998   1   3   15   null,  null,  
1998   1   3   16   null,  null,  
1998   1   3   17   null,  null,  
1998   1   3   18   null,  null,  
1998   1   3   19   null,  null,  
1998   1   3   20   null,  null,  
1998   1   3   21   null,  null,  
1998   1   3   22   null,  null,  
1998   1   3   23   null,  null,  
1998   1   3   24   null,  null,  
1998   1   3   25   null,  null,  
1998   1   3   26   null,  null,  
1998   1   3   27   null,  null,  
1998   1   3   28   null,  null,  
1998   1   3   29   null,  null,  
1998   1   3   30   null,  null,  
1998   1   3   31   null,  null,  
1998   2   4   1   null,  null,  
1998   2   4   2   null,  null,  
1998   2   4   3   null,  null,  
1998   2   4   4   null,  null,  
1998   2   4   5   null,  null,  
1998   2   4   6   null,  null,  
1998   2   4   7   null,  null,  
1998   2   4   8   null,  null,  
1998   2   4   9   null,  null,  
1998   2   4   10   null,  null,  
1998   2   4   11   null,  null,  
1998   2   4   12   null,  null,  
1998   2   4   13   null,  null,  
1998   2   4   14   null,  null,  
1998   2   4   15   null,  null,  
1998   2   4   16   null,  null,  
1998   2   4   17   null,  null,  
1998   2   4   18   null,  null,  
1998   2   4   19   null,  null,  
1998   2   4   20   null,  null,  
1998   2   4   21   null,  null,  
1998   2   4   22   null,  null,  
1998   2   4   23   null,  null,  
1998   2   4   24   null,  null,  
1998   2   4   25   null,  null,  
1998   2   4   26   null,  null,  
1998   2   4   27   null,  null,  
1998   2   4   28   null,  null,  
1998   2   4   29   null,  null,  
1998   2   4   30   null,  null,  
1998   2   5   1   null,  null,  
1998   2   5   2   null,  null,  
1998   2   5   3   null,  null,  
1998   2   5   4   null,  null,  
1998   2   5   5   null,  null,  
1998   2   5   6   null,  null,  
1998   2   5   7   null,  null,  
1998   2   5   8   null,  null,  
1998   2   5   9   null,  null,  
1998   2   5   10   null,  null,  
1998   2   5   11   null,  null,  
1998   2   5   12   null,  null,  
1998   2   5   13   null,  null,  
1998   2   5   14   null,  null,  
1998   2   5   15   null,  null,  
1998   2   5   16   null,  null,  
1998   2   5   17   null,  null,  
1998   2   5   18   null,  null,  
1998   2   5   19   null,  null,  
1998   2   5   20   null,  null,  
1998   2   5   21   null,  null,  
1998   2   5   22   null,  null,  
1998   2   5   23   null,  null,  
1998   2   5   24   null,  null,  
1998   2   5   25   null,  null,  
1998   2   5   26   null,  null,  
1998   2   5   27   null,  null,  
1998   2   5   28   null,  null,  
1998   2   5   29   null,  null,  
1998   2   5   30   null,  null,  
1998   2   5   31   null,  null,  
1998   2   6   1   null,  null,  
1998   2   6   2   null,  null,  
1998   2   6   3   null,  null,  
1998   2   6   4   null,  null,  
1998   2   6   5   null,  null,  
1998   2   6   6   null,  null,  
1998   2   6   7   null,  null,  
1998   2   6   8   null,  null,  
1998   2   6   9   null,  null,  
1998   2   6   10   null,  null,  
1998   2   6   11   null,  null,  
1998   2   6   12   null,  null,  
1998   2   6   13   null,  null,  
1998   2   6   14   null,  null,  
1998   2   6   15   null,  null,  
1998   2   6   16   null,  null,  
1998   2   6   17   null,  null,  
1998   2   6   18   null,  null,  
1998   2   6   19   null,  null,  
1998   2   6   20   null,  null,  
1998   2   6   21   null,  null,  
1998   2   6   22   null,  null,  
1998   2   6   23   null,  null,  
1998   2   6   24   null,  null,  
1998   2   6   25   null,  null,  
1998   2   6   26   null,  null,  
1998   2   6   27   null,  null,  
1998   2   6   28   null,  null,  
1998   2   6   29   null,  null,  
1998   2   6   30   null,  null,  
1998   3   7   1   null,  null,  
1998   3   7   2   null,  null,  
1998   3   7   3   null,  null,  
1998   3   7   4   null,  null,  
1998   3   7   5   null,  null,  
1998   3   7   6   null,  null,  
1998   3   7   7   null,  null,  
1998   3   7   8   null,  null,  
1998   3   7   9   null,  null,  
1998   3   7   10   null,  null,  
1998   3   7   11   null,  null,  
1998   3   7   12   null,  null,  
1998   3   7   13   null,  null,  
1998   3   7   14   null,  null,  
1998   3   7   15   null,  null,  
1998   3   7   16   null,  null,  
1998   3   7   17   null,  null,  
1998   3   7   18   null,  null,  
1998   3   7   19   null,  null,  
1998   3   7   20   null,  null,  
1998   3   7   21   null,  null,  
1998   3   7   22   null,  null,  
1998   3   7   23   null,  null,  
1998   3   7   24   null,  null,  
1998   3   7   25   null,  null,  
1998   3   7   26   null,  null,  
1998   3   7   27   null,  null,  
1998   3   7   28   null,  null,  
1998   3   7   29   null,  null,  
1998   3   7   30   null,  null,  
1998   3   7   31   null,  null,  
1998   3   8   1   null,  null,  
1998   3   8   2   null,  null,  
1998   3   8   3   null,  null,  
1998   3   8   4   null,  null,  
1998   3   8   5   null,  null,  
1998   3   8   6   null,  null,  
1998   3   8   7   null,  null,  
1998   3   8   8   null,  null,  
1998   3   8   9   null,  null,  
1998   3   8   10   null,  null,  
1998   3   8   11   null,  null,  
1998   3   8   12   null,  null,  
1998   3   8   13   null,  null,  
1998   3   8   14   null,  null,  
1998   3   8   15   null,  null,  
1998   3   8   16   null,  null,  
1998   3   8   17   null,  null,  
1998   3   8   18   null,  null,  
1998   3   8   19   null,  null,  
1998   3   8   20   null,  null,  
1998   3   8   21   null,  null,  
1998   3   8   22   null,  null,  
1998   3   8   23   null,  null,  
1998   3   8   24   null,  null,  
1998   3   8   25   null,  null,  
1998   3   8   26   null,  null,  
1998   3   8   27   null,  null,  
1998   3   8   28   null,  null,  
1998   3   8   29   null,  null,  
1998   3   8   30   null,  null,  
1998   3   8   31   null,  null,  
1998   3   9   1   null,  null,  
1998   3   9   2   null,  null,  
1998   3   9   3   null,  null,  
1998   3   9   4   null,  null,  
1998   3   9   5   null,  null,  
1998   3   9   6   null,  null,  
1998   3   9   7   null,  null,  
1998   3   9   8   null,  null,  
1998   3   9   9   null,  null,  
1998   3   9   10   null,  null,  
1998   3   9   11   null,  null,  
1998   3   9   12   null,  null,  
1998   3   9   13   null,  null,  
1998   3   9   14   null,  null,  
1998   3   9   15   null,  null,  
1998   3   9   16   null,  null,  
1998   3   9   17   null,  null,  
1998   3   9   18   null,  null,  
1998   3   9   19   null,  null,  
1998   3   9   20   null,  null,  
1998   3   9   21   null,  null,  
1998   3   9   22   null,  null,  
1998   3   9   23   null,  null,  
1998   3   9   24   null,  null,  
1998   3   9   25   null,  null,  
1998   3   9   26   null,  null,  
1998   3   9   27   null,  null,  
1998   3   9   28   null,  null,  
1998   3   9   29   null,  null,  
1998   3   9   30   null,  null,  
1998   4   10   1   null,  null,  
1998   4   10   2   null,  null,  
1998   4   10   3   null,  null,  
1998   4   10   4   null,  null,  
1998   4   10   5   null,  null,  
1998   4   10   6   null,  null,  
1998   4   10   7   null,  null,  
1998   4   10   8   null,  null,  
1998   4   10   9   null,  null,  
1998   4   10   10   null,  null,  
1998   4   10   11   null,  null,  
1998   4   10   12   null,  null,  
1998   4   10   13   null,  null,  
1998   4   10   14   null,  null,  
1998   4   10   15   null,  null,  
1998   4   10   16   null,  null,  
1998   4   10   17   null,  null,  
1998   4   10   18   null,  null,  
1998   4   10   19   null,  null,  
1998   4   10   20   null,  null,  
1998   4   10   21   null,  null,  
1998   4   10   22   null,  null,  
1998   4   10   23   null,  null,  
1998   4   10   24   null,  null,  
1998   4   10   25   null,  null,  
1998   4   10   26   null,  null,  
1998   4   10   27   null,  null,  
1998   4   10   28   null,  null,  
1998   4   10   29   null,  null,  
1998   4   10   30   null,  null,  
1998   4   10   31   null,  null,  
1998   4   11   1   null,  null,  
1998   4   11   2   null,  null,  
1998   4   11   3   null,  null,  
1998   4   11   4   null,  null,  
1998   4   11   5   null,  null,  
1998   4   11   6   null,  null,  
1998   4   11   7   null,  null,  
1998   4   11   8   null,  null,  
1998   4   11   9   null,  null,  
1998   4   11   10   null,  null,  
1998   4   11   11   null,  null,  
1998   4   11   12   null,  null,  
1998   4   11   13   null,  null,  
1998   4   11   14   null,  null,  
1998   4   11   15   null,  null,  
1998   4   11   16   null,  null,  
1998   4   11   17   null,  null,  
1998   4   11   18   null,  null,  
1998   4   11   19   null,  null,  
1998   4   11   20   null,  null,  
1998   4   11   21   null,  null,  
1998   4   11   22   null,  null,  
1998   4   11   23   null,  null,  
1998   4   11   24   null,  null,  
1998   4   11   25   null,  null,  
1998   4   11   26   null,  null,  
1998   4   11   27   null,  null,  
1998   4   11   28   null,  null,  
1998   4   11   29   null,  null,  
1998   4   11   30   null,  null,  
1998   4   12   1   null,  null,  
1998   4   12   2   null,  null,  
1998   4   12   3   null,  null,  
1998   4   12   4   null,  null,  
1998   4   12   5   null,  null,  
1998   4   12   6   null,  null,  
1998   4   12   7   null,  null,  
1998   4   12   8   null,  null,  
1998   4   12   9   null,  null,  
1998   4   12   10   null,  null,  
1998   4   12   11   null,  null,  
1998   4   12   12   null,  null,  
1998   4   12   13   null,  null,  
1998   4   12   14   null,  null,  
1998   4   12   15   null,  null,  
1998   4   12   16   null,  null,  
1998   4   12   17   null,  null,  
1998   4   12   18   null,  null,  
1998   4   12   19   null,  null,  
1998   4   12   20   null,  null,  
1998   4   12   21   null,  null,  
1998   4   12   22   null,  null,  
1998   4   12   23   null,  null,  
1998   4   12   24   null,  null,  
1998   4   12   25   null,  null,  
1998   4   12   26   null,  null,  
1998   4   12   27   null,  null,  
1998   4   12   28   null,  null,  
1998   4   12   29   null,  null,  
1998   4   12   30   null,  null,  
1998   4   12   31   null,  null,  
1999   1   1   1   null,  null,  
1999   1   1   2   null,  null,  
1999   1   1   3   null,  null,  
1999   1   1   4   null,  null,  
1999   1   1   5   null,  null,  
1999   1   1   6   null,  null,  
1999   1   1   7   null,  null,  
1999   1   1   8   null,  null,  
1999   1   1   9   null,  null,  
1999   1   1   10   null,  null,  
1999   1   1   11   null,  null,  
1999   1   1   12   null,  null,  
1999   1   1   13   null,  null,  
1999   1   1   14   null,  null,  
1999   1   1   15   null,  null,  
1999   1   1   16   null,  null,  
1999   1   1   17   null,  null,  
1999   1   1   18   null,  null,  
1999   1   1   19   null,  null,  
1999   1   1   20   null,  null,  
1999   1   1   21   null,  null,  
1999   1   1   22   null,  null,  
1999   1   1   23   null,  null,  
1999   1   1   24   null,  null,  
1999   1   1   25   null,  null,  
1999   1   1   26   null,  null,  
1999   1   1   27   null,  null,  
1999   1   1   28   null,  null,  
1999   1   1   29   null,  null,  
1999   1   1   30   null,  null,  
1999   1   1   31   null,  null,  
1999   1   2   1   null,  null,  
1999   1   2   2   null,  null,  
1999   1   2   3   null,  null,  
1999   1   2   4   null,  null,  
1999   1   2   5   null,  null,  
1999   1   2   6   null,  null,  
1999   1   2   7   null,  null,  
1999   1   2   8   null,  null,  
1999   1   2   9   null,  null,  
1999   1   2   10   null,  null,  
1999   1   2   11   null,  null,  
1999   1   2   12   null,  null,  
1999   1   2   13   null,  null,  
1999   1   2   14   null,  null,  
1999   1   2   15   null,  null,  
1999   1   2   16   null,  null,  
1999   1   2   17   null,  null,  
1999   1   2   18   null,  null,  
1999   1   2   19   null,  null,  
1999   1   2   20   null,  null,  
1999   1   2   21   null,  null,  
1999   1   2   22   null,  null,  
1999   1   2   23   null,  null,  
1999   1   2   24   null,  null,  
1999   1   2   25   null,  null,  
1999   1   2   26   null,  null,  
1999   1   2   27   null,  null,  
1999   1   2   28   null,  null,  
1999   1   3   1   null,  null,  
1999   1   3   2   null,  null,  
1999   1   3   3   null,  null,  
1999   1   3   4   null,  null,  
1999   1   3   5   null,  null,  
1999   1   3   6   null,  null,  
1999   1   3   7   null,  null,  
1999   1   3   8   null,  null,  
1999   1   3   9   null,  null,  
1999   1   3   10   null,  null,  
1999   1   3   11   null,  null,  
1999   1   3   12   null,  null,  
1999   1   3   13   null,  null,  
1999   1   3   14   null,  null,  
1999   1   3   15   null,  null,  
1999   1   3   16   null,  null,  
1999   1   3   17   null,  null,  
1999   1   3   18   null,  null,  
1999   1   3   19   null,  null,  
1999   1   3   20   null,  null,  
1999   1   3   21   null,  null,  
1999   1   3   22   null,  null,  
1999   1   3   23   null,  null,  
1999   1   3   24   null,  null,  
1999   1   3   25   null,  null,  
1999   1   3   26   null,  null,  
1999   1   3   27   null,  null,  
1999   1   3   28   null,  null,  
1999   1   3   29   null,  null,  
1999   1   3   30   null,  null,  
1999   1   3   31   null,  null,  
1999   2   4   1   null,  null,  
1999   2   4   2   null,  null,  
1999   2   4   3   null,  null,  
1999   2   4   4   null,  null,  
1999   2   4   5   null,  null,  
1999   2   4   6   null,  null,  
1999   2   4   7   null,  null,  
1999   2   4   8   null,  null,  
1999   2   4   9   null,  null,  
1999   2   4   10   null,  null,  
1999   2   4   11   null,  null,  
1999   2   4   12   null,  null,  
1999   2   4   13   null,  null,  
1999   2   4   14   null,  null,  
1999   2   4   15   null,  null,  
1999   2   4   16   null,  2.0,  
1999   2   4   17   null,  null,  
1999   2   4   18   null,  null,  
1999   2   4   19   null,  null,  
1999   2   4   20   null,  null,  
1999   2   4   21   null,  null,  
1999   2   4   22   null,  null,  
1999   2   4   23   null,  null,  
1999   2   4   24   null,  null,  
1999   2   4   25   null,  null,  
1999   2   4   26   null,  null,  
1999   2   4   27   null,  null,  
1999   2   4   28   null,  null,  
1999   2   4   29   null,  null,  
1999   2   4   30   null,  null,  
1999   2   5   1   null,  null,  
1999   2   5   2   null,  null,  
1999   2   5   3   null,  null,  
1999   2   5   4   null,  null,  
1999   2   5   5   null,  null,  
1999   2   5   6   null,  null,  
1999   2   5   7   null,  null,  
1999   2   5   8   null,  null,  
1999   2   5   9   null,  null,  
1999   2   5   10   null,  null,  
1999   2   5   11   null,  null,  
1999   2   5   12   null,  null,  
1999   2   5   13   null,  null,  
1999   2   5   14   null,  null,  
1999   2   5   15   null,  null,  
1999   2   5   16   null,  null,  
1999   2   5   17   11.0,  null,  
1999   2   5   18   null,  null,  
1999   2   5   19   null,  null,  
1999   2   5   20   null,  null,  
1999   2   5   21   null,  null,  
1999   2   5   22   null,  null,  
1999   2   5   23   null,  null,  
1999   2   5   24   null,  null,  
1999   2   5   25   null,  null,  
1999   2   5   26   null,  null,  
1999   2   5   27   null,  null,  
1999   2   5   28   null,  null,  
1999   2   5   29   null,  null,  
1999   2   5   30   null,  null,  
1999   2   5   31   null,  null,  
1999   2   6   1   null,  null,  
1999   2   6   2   null,  null,  
1999   2   6   3   null,  null,  
1999   2   6   4   null,  null,  
1999   2   6   5   null,  null,  
1999   2   6   6   null,  null,  
1999   2   6   7   null,  null,  
1999   2   6   8   null,  null,  
1999   2   6   9   null,  null,  
1999   2   6   10   null,  null,  
1999   2   6   11   null,  null,  
1999   2   6   12   null,  null,  
1999   2   6   13   null,  null,  
1999   2   6   14   null,  null,  
1999   2   6   15   null,  null,  
1999   2   6   16   null,  null,  
1999   2   6   17   null,  null,  
1999   2   6   18   null,  null,  
1999   2   6   19   null,  null,  
1999   2   6   20   null,  null,  
1999   2   6   21   null,  null,  
1999   2   6   22   null,  null,  
1999   2   6   23   null,  null,  
1999   2   6   24   null,  null,  
1999   2   6   25   null,  null,  
1999   2   6   26   null,  null,  
1999   2   6   27   null,  null,  
1999   2   6   28   null,  null,  
1999   2   6   29   null,  null,  
1999   2   6   30   null,  null,  
1999   3   7   1   null,  null,  
1999   3   7   2   null,  null,  
1999   3   7   3   null,  null,  
1999   3   7   4   null,  null,  
1999   3   7   5   null,  null,  
1999   3   7   6   null,  null,  
1999   3   7   7   null,  null,  
1999   3   7   8   null,  null,  
1999   3   7   9   null,  null,  
1999   3   7   10   null,  null,  
1999   3   7   11   null,  null,  
1999   3   7   12   null,  null,  
1999   3   7   13   null,  null,  
1999   3   7   14   null,  null,  
1999   3   7   15   null,  null,  
1999   3   7   16   null,  null,  
1999   3   7   17   null,  null,  
1999   3   7   18   null,  null,  
1999   3   7   19   null,  null,  
1999   3   7   20   null,  null,  
1999   3   7   21   null,  null,  
1999   3   7   22   null,  null,  
1999   3   7   23   null,  null,  
1999   3   7   24   null,  null,  
1999   3   7   25   null,  null,  
1999   3   7   26   null,  null,  
1999   3   7   27   null,  null,  
1999   3   7   28   null,  null,  
1999   3   7   29   null,  null,  
1999   3   7   30   null,  null,  
1999   3   7   31   null,  null,  
1999   3   8   1   null,  null,  
1999   3   8   2   null,  null,  
1999   3   8   3   null,  null,  
1999   3   8   4   null,  null,  
1999   3   8   5   null,  null,  
1999   3   8   6   null,  null,  
1999   3   8   7   null,  null,  
1999   3   8   8   null,  null,  
1999   3   8   9   null,  null,  
1999   3   8   10   null,  null,  
1999   3   8   11   null,  null,  
1999   3   8   12   null,  null,  
1999   3   8   13   null,  null,  
1999   3   8   14   null,  null,  
1999   3   8   15   null,  null,  
1999   3   8   16   null,  null,  
1999   3   8   17   null,  null,  
1999   3   8   18   null,  16.0,  
1999   3   8   19   null,  null,  
1999   3   8   20   null,  36.0,  
1999   3   8   21   null,  null,  
1999   3   8   22   null,  null,  
1999   3   8   23   null,  null,  
1999   3   8   24   null,  null,  
1999   3   8   25   null,  null,  
1999   3   8   26   null,  null,  
1999   3   8   27   null,  null,  
1999   3   8   28   null,  null,  
1999   3   8   29   null,  null,  
1999   3   8   30   null,  null,  
1999   3   8   31   null,  null,  
1999   3   9   1   null,  null,  
1999   3   9   2   null,  null,  
1999   3   9   3   null,  null,  
1999   3   9   4   null,  null,  
1999   3   9   5   null,  null,  
1999   3   9   6   null,  null,  
1999   3   9   7   null,  null,  
1999   3   9   8   null,  null,  
1999   3   9   9   null,  null,  
1999   3   9   10   null,  null,  
1999   3   9   11   null,  null,  
1999   3   9   12   null,  null,  
1999   3   9   13   null,  null,  
1999   3   9   14   null,  null,  
1999   3   9   15   null,  null,  
1999   3   9   16   null,  null,  
1999   3   9   17   null,  null,  
1999   3   9   18   null,  null,  
1999   3   9   19   23.0,  null,  
1999   3   9   20   null,  null,  
1999   3   9   21   null,  null,  
1999   3   9   22   null,  null,  
1999   3   9   23   null,  null,  
1999   3   9   24   null,  null,  
1999   3   9   25   null,  null,  
1999   3   9   26   null,  null,  
1999   3   9   27   null,  null,  
1999   3   9   28   null,  null,  
1999   3   9   29   null,  null,  
1999   3   9   30   null,  null,  
1999   4   10   1   null,  null,  
1999   4   10   2   null,  null,  
1999   4   10   3   null,  null,  
1999   4   10   4   null,  null,  
1999   4   10   5   null,  null,  
1999   4   10   6   null,  null,  
1999   4   10   7   null,  null,  
1999   4   10   8   null,  null,  
1999   4   10   9   null,  null,  
1999   4   10   10   null,  null,  
1999   4   10   11   null,  null,  
1999   4   10   12   null,  null,  
1999   4   10   13   null,  null,  
1999   4   10   14   null,  null,  
1999   4   10   15   null,  null,  
1999   4   10   16   null,  null,  
1999   4   10   17   null,  null,  
1999   4   10   18   null,  null,  
1999   4   10   19   null,  null,  
1999   4   10   20   null,  null,  
1999   4   10   21   null,  null,  
1999   4   10   22   null,  null,  
1999   4   10   23   null,  null,  
1999   4   10   24   null,  null,  
1999   4   10   25   null,  null,  
1999   4   10   26   null,  null,  
1999   4   10   27   null,  null,  
1999   4   10   28   null,  null,  
1999   4   10   29   null,  null,  
1999   4   10   30   null,  null,  
1999   4   10   31   null,  null,  
1999   4   11   1   null,  null,  
1999   4   11   2   null,  null,  
1999   4   11   3   null,  null,  
1999   4   11   4   null,  null,  
1999   4   11   5   null,  null,  
1999   4   11   6   null,  null,  
1999   4   11   7   null,  null,  
1999   4   11   8   null,  null,  
1999   4   11   9   null,  null,  
1999   4   11   10   null,  null,  
1999   4   11   11   null,  null,  
1999   4   11   12   null,  null,  
1999   4   11   13   null,  null,  
1999   4   11   14   null,  null,  
1999   4   11   15   null,  null,  
1999   4   11   16   null,  null,  
1999   4   11   17   null,  null,  
1999   4   11   18   null,  null,  
1999   4   11   19   null,  null,  
1999   4   11   20   null,  null,  
1999   4   11   21   null,  null,  
1999   4   11   22   null,  null,  
1999   4   11   23   null,  null,  
1999   4   11   24   null,  null,  
1999   4   11   25   null,  null,  
1999   4   11   26   null,  null,  
1999   4   11   27   null,  null,  
1999   4   11   28   null,  null,  
1999   4   11   29   null,  null,  
1999   4   11   30   null,  null,  
1999   4   12   1   null,  null,  
1999   4   12   2   null,  null,  
1999   4   12   3   null,  null,  
1999   4   12   4   null,  null,  
1999   4   12   5   null,  null,  
1999   4   12   6   null,  null,  
1999   4   12   7   null,  null,  
1999   4   12   8   null,  null,  
1999   4   12   9   null,  null,  
1999   4   12   10   null,  null,  
1999   4   12   11   null,  null,  
1999   4   12   12   null,  null,  
1999   4   12   13   null,  null,  
1999   4   12   14   null,  null,  
1999   4   12   15   null,  null,  
1999   4   12   16   null,  null,  
1999   4   12   17   null,  null,  
1999   4   12   18   null,  null,  
1999   4   12   19   null,  null,  
1999   4   12   20   null,  null,  
1999   4   12   21   null,  null,  
1999   4   12   22   null,  null,  
1999   4   12   23   null,  null,  
1999   4   12   24   null,  null,  
1999   4   12   25   null,  null,  
1999   4   12   26   null,  null,  
1999   4   12   27   null,  null,  
1999   4   12   28   null,  null,  
1999   4   12   29   null,  null,  
1999   4   12   30   null,  null,  
1999   4   12   31   null,  null,  
2000   1   1   1   null,  null,  
2000   1   1   2   null,  null,  
2000   1   1   3   null,  null,  
2000   1   1   4   null,  null,  
2000   1   1   5   null,  null,  
2000   1   1   6   null,  null,  
2000   1   1   7   null,  null,  
2000   1   1   8   null,  null,  
2000   1   1   9   null,  null,  
2000   1   1   10   null,  null,  
2000   1   1   11   null,  null,  
2000   1   1   12   null,  null,  
2000   1   1   13   null,  null,  
2000   1   1   14   null,  null,  
2000   1   1   15   null,  null,  
2000   1   1   16   null,  null,  
2000   1   1   17   null,  null,  
2000   1   1   18   null,  null,  
2000   1   1   19   null,  null,  
2000   1   1   20   null,  null,  
2000   1   1   21   null,  null,  
2000   1   1   22   null,  null,  
2000   1   1   23   null,  null,  
2000   1   1   24   null,  null,  
2000   1   1   25   null,  null,  
2000   1   1   26   null,  null,  
2000   1   1   27   null,  null,  
2000   1   1   28   null,  null,  
2000   1   1   29   null,  null,  
2000   1   1   30   null,  null,  
2000   1   1   31   null,  null,  
2000   1   2   1   null,  null,  
2000   1   2   2   null,  null,  
2000   1   2   3   null,  null,  
2000   1   2   4   null,  null,  
2000   1   2   5   null,  null,  
2000   1   2   6   null,  null,  
2000   1   2   7   null,  null,  
2000   1   2   8   null,  null,  
2000   1   2   9   null,  null,  
2000   1   2   10   null,  null,  
2000   1   2   11   null,  null,  
2000   1   2   12   null,  null,  
2000   1   2   13   null,  null,  
2000   1   2   14   null,  null,  
2000   1   2   15   null,  null,  
2000   1   2   16   null,  null,  
2000   1   2   17   null,  null,  
2000   1   2   18   null,  null,  
2000   1   2   19   null,  null,  
2000   1   2   20   null,  null,  
2000   1   2   21   null,  null,  
2000   1   2   22   null,  null,  
2000   1   2   23   null,  null,  
2000   1   2   24   null,  null,  
2000   1   2   25   null,  null,  
2000   1   2   26   null,  null,  
2000   1   2   27   null,  null,  
2000   1   2   28   null,  null,  
2000   1   3   1   null,  null,  
2000   1   3   2   null,  null,  
2000   1   3   3   null,  null,  
2000   1   3   4   null,  null,  
2000   1   3   5   null,  null,  
2000   1   3   6   null,  null,  
2000   1   3   7   null,  null,  
2000   1   3   8   null,  null,  
2000   1   3   9   null,  null,  
2000   1   3   10   null,  null,  
2000   1   3   11   null,  null,  
2000   1   3   12   null,  null,  
2000   1   3   13   null,  null,  
2000   1   3   14   null,  null,  
2000   1   3   15   null,  null,  
2000   1   3   16   null,  null,  
2000   1   3   17   null,  null,  
2000   1   3   18   null,  null,  
2000   1   3   19   null,  null,  
2000   1   3   20   null,  null,  
2000   1   3   21   null,  null,  
2000   1   3   22   null,  null,  
2000   1   3   23   null,  null,  
2000   1   3   24   null,  null,  
2000   1   3   25   null,  null,  
2000   1   3   26   null,  null,  
2000   1   3   27   null,  null,  
2000   1   3   28   null,  null,  
2000   1   3   29   null,  null,  
2000   1   3   30   null,  null,  
2000   1   3   31   null,  null,  
2000   2   4   1   null,  null,  
2000   2   4   2   null,  null,  
2000   2   4   3   null,  null,  
2000   2   4   4   null,  null,  
2000   2   4   5   null,  null,  
2000   2   4   6   null,  null,  
2000   2   4   7   null,  null,  
2000   2   4   8   null,  null,  
2000   2   4   9   null,  null,  
2000   2   4   10   null,  null,  
2000   2   4   11   null,  null,  
2000   2   4   12   null,  null,  
2000   2   4   13   null,  null,  
2000   2   4   14   null,  null,  
2000   2   4   15   null,  null,  
2000   2   4   16   null,  null,  
2000   2   4   17   null,  null,  
2000   2   4   18   null,  null,  
2000   2   4   19   null,  null,  
2000   2   4   20   null,  null,  
2000   2   4   21   null,  null,  
2000   2   4   22   null,  null,  
2000   2   4   23   null,  null,  
2000   2   4   24   null,  null,  
2000   2   4   25   null,  null,  
2000   2   4   26   null,  null,  
2000   2   4   27   null,  null,  
2000   2   4   28   null,  null,  
2000   2   4   29   null,  null,  
2000   2   4   30   null,  null,  
2000   2   5   1   null,  null,  
2000   2   5   2   null,  null,  
2000   2   5   3   null,  null,  
2000   2   5   4   null,  null,  
2000   2   5   5   null,  null,  
2000   2   5   6   null,  null,  
2000   2   5   7   null,  null,  
2000   2   5   8   null,  null,  
2000   2   5   9   null,  null,  
2000   2   5   10   null,  null,  
2000   2   5   11   null,  null,  
2000   2   5   12   null,  null,  
2000   2   5   13   null,  null,  
2000   2   5   14   null,  null,  
2000   2   5   15   null,  null,  
2000   2   5   16   null,  null,  
2000   2   5   17   null,  null,  
2000   2   5   18   null,  null,  
2000   2   5   19   null,  null,  
2000   2   5   20   null,  null,  
2000   2   5   21   null,  null,  
2000   2   5   22   null,  null,  
2000   2   5   23   null,  null,  
2000   2   5   24   null,  null,  
2000   2   5   25   null,  null,  
2000   2   5   26   null,  null,  
2000   2   5   27   null,  null,  
2000   2   5   28   null,  null,  
2000   2   5   29   null,  null,  
2000   2   5   30   null,  null,  
2000   2   5   31   null,  null,  
2000   2   6   1   null,  null,  
2000   2   6   2   null,  null,  
2000   2   6   3   null,  null,  
2000   2   6   4   null,  null,  
2000   2   6   5   null,  null,  
2000   2   6   6   null,  null,  
2000   2   6   7   null,  null,  
2000   2   6   8   null,  null,  
2000   2   6   9   null,  null,  
2000   2   6   10   null,  null,  
2000   2   6   11   null,  null,  
2000   2   6   12   null,  null,  
2000   2   6   13   null,  null,  
2000   2   6   14   null,  null,  
2000   2   6   15   null,  null,  
2000   2   6   16   null,  null,  
2000   2   6   17   null,  null,  
2000   2   6   18   null,  null,  
2000   2   6   19   null,  null,  
2000   2   6   20   null,  null,  
2000   2   6   21   null,  null,  
2000   2   6   22   null,  null,  
2000   2   6   23   null,  null,  
2000   2   6   24   null,  null,  
2000   2   6   25   null,  null,  
2000   2   6   26   null,  null,  
2000   2   6   27   null,  null,  
2000   2   6   28   null,  null,  
2000   2   6   29   null,  null,  
2000   2   6   30   null,  null,  
2000   3   7   1   null,  null,  
2000   3   7   2   null,  null,  
2000   3   7   3   null,  null,  
2000   3   7   4   null,  null,  
2000   3   7   5   null,  null,  
2000   3   7   6   null,  null,  
2000   3   7   7   null,  null,  
2000   3   7   8   null,  null,  
2000   3   7   9   null,  null,  
2000   3   7   10   null,  null,  
2000   3   7   11   null,  null,  
2000   3   7   12   null,  null,  
2000   3   7   13   null,  null,  
2000   3   7   14   null,  null,  
2000   3   7   15   null,  null,  
2000   3   7   16   null,  null,  
2000   3   7   17   null,  null,  
2000   3   7   18   null,  null,  
2000   3   7   19   null,  null,  
2000   3   7   20   null,  null,  
2000   3   7   21   null,  null,  
2000   3   7   22   null,  null,  
2000   3   7   23   null,  null,  
2000   3   7   24   null,  null,  
2000   3   7   25   null,  null,  
2000   3   7   26   null,  null,  
2000   3   7   27   null,  null,  
2000   3   7   28   null,  null,  
2000   3   7   29   null,  null,  
2000   3   7   30   null,  null,  
2000   3   7   31   null,  null,  
2000   3   8   1   null,  null,  
2000   3   8   2   null,  null,  
2000   3   8   3   null,  null,  
2000   3   8   4   null,  null,  
2000   3   8   5   null,  null,  
2000   3   8   6   null,  null,  
2000   3   8   7   null,  null,  
2000   3   8   8   null,  null,  
2000   3   8   9   null,  null,  
2000   3   8   10   null,  null,  
2000   3   8   11   null,  null,  
2000   3   8   12   null,  null,  
2000   3   8   13   null,  null,  
2000   3   8   14   null,  null,  
2000   3   8   15   null,  null,  
2000   3   8   16   null,  null,  
2000   3   8   17   null,  null,  
2000   3   8   18   null,  null,  
2000   3   8   19   null,  null,  
2000   3   8   20   null,  null,  
2000   3   8   21   null,  null,  
2000   3   8   22   null,  null,  
2000   3   8   23   null,  null,  
2000   3   8   24   null,  null,  
2000   3   8   25   null,  null,  
2000   3   8   26   null,  null,  
2000   3   8   27   null,  null,  
2000   3   8   28   null,  null,  
2000   3   8   29   null,  null,  
2000   3   8   30   null,  null,  
2000   3   8   31   null,  null,  
2000   3   9   1   null,  null,  
2000   3   9   2   null,  null,  
2000   3   9   3   null,  null,  
2000   3   9   4   null,  null,  
2000   3   9   5   null,  null,  
2000   3   9   6   null,  null,  
2000   3   9   7   null,  null,  
2000   3   9   8   null,  null,  
2000   3   9   9   null,  null,  
2000   3   9   10   null,  null,  
2000   3   9   11   null,  null,  
2000   3   9   12   null,  null,  
2000   3   9   13   null,  null,  
2000   3   9   14   null,  null,  
2000   3   9   15   null,  null,  
2000   3   9   16   null,  null,  
2000   3   9   17   null,  null,  
2000   3   9   18   null,  null,  
2000   3   9   19   null,  null,  
2000   3   9   20   null,  null,  
2000   3   9   21   null,  null,  
2000   3   9   22   null,  null,  
2000   3   9   23   null,  null,  
2000   3   9   24   null,  null,  
2000   3   9   25   null,  null,  
2000   3   9   26   null,  null,  
2000   3   9   27   null,  null,  
2000   3   9   28   null,  null,  
2000   3   9   29   null,  null,  
2000   3   9   30   null,  null,  
2000   4   10   1   null,  null,  
2000   4   10   2   null,  null,  
2000   4   10   3   null,  null,  
2000   4   10   4   null,  null,  
2000   4   10   5   null,  null,  
2000   4   10   6   null,  null,  
2000   4   10   7   null,  null,  
2000   4   10   8   null,  null,  
2000   4   10   9   null,  null,  
2000   4   10   10   null,  null,  
2000   4   10   11   null,  null,  
2000   4   10   12   null,  null,  
2000   4   10   13   null,  null,  
2000   4   10   14   null,  null,  
2000   4   10   15   null,  null,  
2000   4   10   16   null,  null,  
2000   4   10   17   null,  null,  
2000   4   10   18   null,  null,  
2000   4   10   19   null,  null,  
2000   4   10   20   null,  null,  
2000   4   10   21   null,  null,  
2000   4   10   22   null,  null,  
2000   4   10   23   null,  null,  
2000   4   10   24   null,  null,  
2000   4   10   25   null,  null,  
2000   4   10   26   null,  null,  
2000   4   10   27   null,  null,  
2000   4   10   28   null,  null,  
2000   4   10   29   null,  null,  
2000   4   10   30   null,  null,  
2000   4   10   31   null,  null,  
2000   4   11   1   null,  null,  
2000   4   11   2   null,  null,  
2000   4   11   3   null,  null,  
2000   4   11   4   null,  null,  
2000   4   11   5   null,  null,  
2000   4   11   6   null,  null,  
2000   4   11   7   null,  null,  
2000   4   11   8   null,  null,  
2000   4   11   9   null,  null,  
2000   4   11   10   null,  null,  
2000   4   11   11   null,  null,  
2000   4   11   12   null,  null,  
2000   4   11   13   null,  null,  
2000   4   11   14   null,  null,  
2000   4   11   15   null,  null,  
2000   4   11   16   null,  null,  
2000   4   11   17   null,  null,  
2000   4   11   18   null,  null,  
2000   4   11   19   null,  null,  
2000   4   11   20   null,  null,  
2000   4   11   21   null,  null,  
2000   4   11   22   null,  39.0,  
2000   4   11   23   null,  null,  
2000   4   11   24   null,  null,  
2000   4   11   25   null,  null,  
2000   4   11   26   null,  null,  
2000   4   11   27   null,  null,  
2000   4   11   28   null,  null,  
2000   4   11   29   null,  null,  
2000   4   11   30   null,  null,  
2000   4   12   1   null,  null,  
2000   4   12   2   null,  null,  
2000   4   12   3   null,  null,  
2000   4   12   4   null,  null,  
2000   4   12   5   null,  null,  
2000   4   12   6   null,  null,  
2000   4   12   7   null,  null,  
2000   4   12   8   null,  null,  
2000   4   12   9   null,  null,  
2000   4   12   10   null,  null,  
2000   4   12   11   null,  null,  
2000   4   12   12   null,  null,  
2000   4   12   13   null,  null,  
2000   4   12   14   null,  null,  
2000   4   12   15   null,  null,  
2000   4   12   16   null,  null,  
2000   4   12   17   null,  null,  
2000   4   12   18   null,  null,  
2000   4   12   19   null,  null,  
2000   4   12   20   null,  null,  
2000   4   12   21   null,  null,  
2000   4   12   22   null,  null,  
2000   4   12   23   null,  null,  
2000   4   12   24   null,  null,  
2000   4   12   25   null,  null,  
2000   4   12   26   null,  null,  
2000   4   12   27   null,  null,  
2000   4   12   28   null,  null,  
2000   4   12   29   null,  null,  
2000   4   12   30   null,  null,  
2000   4   12   31   null,  null,  
		PP1   PP2   
1998   1   1   1   null,  null,  
1998   1   1   2   null,  null,  
1998   1   1   3   null,  null,  
1998   1   1   4   null,  null,  
1998   1   1   5   null,  null,  
1998   1   1   6   null,  null,  
1998   1   1   7   null,  null,  
1998   1   1   8   null,  null,  
1998   1   1   9   null,  null,  
1998   1   1   10   null,  null,  
1998   1   1   11   null,  null,  
1998   1   1   12   null,  null,  
1998   1   1   13   null,  null,  
1998   1   1   14   null,  null,  
1998   1   1   15   1.0,  null,  
1998   1   1   16   null,  null,  
1998   1   1   17   null,  null,  
1998   1   1   18   null,  null,  
1998   1   1   19   null,  null,  
1998   1   1   20   null,  null,  
1998   1   1   21   null,  null,  
1998   1   1   22   null,  null,  
1998   1   1   23   null,  null,  
1998   1   1   24   null,  null,  
1998   1   1   25   null,  null,  
1998   1   1   26   null,  null,  
1998   1   1   27   null,  null,  
1998   1   1   28   null,  null,  
1998   1   1   29   null,  null,  
1998   1   1   30   null,  null,  
1998   1   1   31   null,  null,  
1998   1   2   1   null,  null,  
1998   1   2   2   null,  null,  
1998   1   2   3   null,  null,  
1998   1   2   4   null,  null,  
1998   1   2   5   null,  null,  
1998   1   2   6   null,  null,  
1998   1   2   7   null,  null,  
1998   1   2   8   null,  null,  
1998   1   2   9   null,  null,  
1998   1   2   10   null,  null,  
1998   1   2   11   null,  null,  
1998   1   2   12   null,  null,  
1998   1   2   13   null,  null,  
1998   1   2   14   null,  null,  
1998   1   2   15   null,  null,  
1998   1   2   16   null,  null,  
1998   1   2   17   null,  null,  
1998   1   2   18   null,  null,  
1998   1   2   19   null,  null,  
1998   1   2   20   null,  null,  
1998   1   2   21   38.0,  null,  
1998   1   2   22   null,  null,  
1998   1   2   23   null,  null,  
1998   1   2   24   null,  null,  
1998   1   2   25   null,  null,  
1998   1   2   26   null,  null,  
1998   1   2   27   null,  null,  
1998   1   2   28   null,  null,  
1998   1   2   29   null,  null,  
1998   1   2   30   null,  null,  
1998   1   2   31   null,  null,  
1999   2   4   1   null,  null,  
1999   2   4   2   null,  null,  
1999   2   4   3   null,  null,  
1999   2   4   4   null,  null,  
1999   2   4   5   null,  null,  
1999   2   4   6   null,  null,  
1999   2   4   7   null,  null,  
1999   2   4   8   null,  null,  
1999   2   4   9   null,  null,  
1999   2   4   10   null,  null,  
1999   2   4   11   null,  null,  
1999   2   4   12   null,  null,  
1999   2   4   13   null,  null,  
1999   2   4   14   null,  null,  
1999   2   4   15   null,  null,  
1999   2   4   16   null,  2.0,  
1999   2   4   17   null,  null,  
1999   2   4   18   null,  null,  
1999   2   4   19   null,  null,  
1999   2   4   20   null,  null,  
1999   2   4   21   null,  null,  
1999   2   4   22   null,  null,  
1999   2   4   23   null,  null,  
1999   2   4   24   null,  null,  
1999   2   4   25   null,  null,  
1999   2   4   26   null,  null,  
1999   2   4   27   null,  null,  
1999   2   4   28   null,  null,  
1999   2   4   29   null,  null,  
1999   2   4   30   null,  null,  
1999   2   4   31   null,  null,  
1999   2   5   1   null,  null,  
1999   2   5   2   null,  null,  
1999   2   5   3   null,  null,  
1999   2   5   4   null,  null,  
1999   2   5   5   null,  null,  
1999   2   5   6   null,  null,  
1999   2   5   7   null,  null,  
1999   2   5   8   null,  null,  
1999   2   5   9   null,  null,  
1999   2   5   10   null,  null,  
1999   2   5   11   null,  null,  
1999   2   5   12   null,  null,  
1999   2   5   13   null,  null,  
1999   2   5   14   null,  null,  
1999   2   5   15   null,  null,  
1999   2   5   16   null,  null,  
1999   2   5   17   11.0,  null,  
1999   2   5   18   null,  null,  
1999   2   5   19   null,  null,  
1999   2   5   20   null,  null,  
1999   2   5   21   null,  null,  
1999   2   5   22   null,  null,  
1999   2   5   23   null,  null,  
1999   2   5   24   null,  null,  
1999   2   5   25   null,  null,  
1999   2   5   26   null,  null,  
1999   2   5   27   null,  null,  
1999   2   5   28   null,  null,  
1999   2   5   29   null,  null,  
1999   2   5   30   null,  null,  
1999   2   5   31   null,  null,  
1999   3   8   1   null,  null,  
1999   3   8   2   null,  null,  
1999   3   8   3   null,  null,  
1999   3   8   4   null,  null,  
1999   3   8   5   null,  null,  
1999   3   8   6   null,  null,  
1999   3   8   7   null,  null,  
1999   3   8   8   null,  null,  
1999   3   8   9   null,  null,  
1999   3   8   10   null,  null,  
1999   3   8   11   null,  null,  
1999   3   8   12   null,  null,  
1999   3   8   13   null,  null,  
1999   3   8   14   null,  null,  
1999   3   8   15   null,  null,  
1999   3   8   16   null,  null,  
1999   3   8   17   null,  null,  
1999   3   8   18   null,  16.0,  
1999   3   8   19   null,  null,  
1999   3   8   20   null,  36.0,  
1999   3   8   21   null,  null,  
1999   3   8   22   null,  null,  
1999   3   8   23   null,  null,  
1999   3   8   24   null,  null,  
1999   3   8   25   null,  null,  
1999   3   8   26   null,  null,  
1999   3   8   27   null,  null,  
1999   3   8   28   null,  null,  
1999   3   8   29   null,  null,  
1999   3   8   30   null,  null,  
1999   3   8   31   null,  null,  
1999   3   9   1   null,  null,  
1999   3   9   2   null,  null,  
1999   3   9   3   null,  null,  
1999   3   9   4   null,  null,  
1999   3   9   5   null,  null,  
1999   3   9   6   null,  null,  
1999   3   9   7   null,  null,  
1999   3   9   8   null,  null,  
1999   3   9   9   null,  null,  
1999   3   9   10   null,  null,  
1999   3   9   11   null,  null,  
1999   3   9   12   null,  null,  
1999   3   9   13   null,  null,  
1999   3   9   14   null,  null,  
1999   3   9   15   null,  null,  
1999   3   9   16   null,  null,  
1999   3   9   17   null,  null,  
1999   3   9   18   null,  null,  
1999   3   9   19   23.0,  null,  
1999   3   9   20   null,  null,  
1999   3   9   21   null,  null,  
1999   3   9   22   null,  null,  
1999   3   9   23   null,  null,  
1999   3   9   24   null,  null,  
1999   3   9   25   null,  null,  
1999   3   9   26   null,  null,  
1999   3   9   27   null,  null,  
1999   3   9   28   null,  null,  
1999   3   9   29   null,  null,  
1999   3   9   30   null,  null,  
1999   3   9   31   null,  null,  
2000   4   11   1   null,  null,  
2000   4   11   2   null,  null,  
2000   4   11   3   null,  null,  
2000   4   11   4   null,  null,  
2000   4   11   5   null,  null,  
2000   4   11   6   null,  null,  
2000   4   11   7   null,  null,  
2000   4   11   8   null,  null,  
2000   4   11   9   null,  null,  
2000   4   11   10   null,  null,  
2000   4   11   11   null,  null,  
2000   4   11   12   null,  null,  
2000   4   11   13   null,  null,  
2000   4   11   14   null,  null,  
2000   4   11   15   null,  null,  
2000   4   11   16   null,  null,  
2000   4   11   17   null,  null,  
2000   4   11   18   null,  null,  
2000   4   11   19   null,  null,  
2000   4   11   20   null,  null,  
2000   4   11   21   null,  null,  
2000   4   11   22   null,  39.0,  
2000   4   11   23   null,  null,  
2000   4   11   24   null,  null,  
2000   4   11   25   null,  null,  
2000   4   11   26   null,  null,  
2000   4   11   27   null,  null,  
2000   4   11   28   null,  null,  
2000   4   11   29   null,  null,  
2000   4   11   30   null,  null,  
2000   4   11   31   null,  null,  Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s - in org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest
testMirrorOnQuarterDimension(org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest)  Time elapsed: 0.148 s
testMirrorOnYearDimension(org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest)  Time elapsed: 0.047 s
testMirrorOnMonthDimension(org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest)  Time elapsed: 0.01 s
Running org.eclipse.birt.data.engine.olap.cursor.CursorModelTest

		CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   UN   UN   UN   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   HZ   SH   SH   SH   SZ   IL   IL   IL   TK   LD   LD   LP   CS   CS   CS   CS   CS   LA   LA   LA   NY   
		A1   A1   A4   A2   A1   A1   A1   A1   A4   A4   A4   A4   A1   A3   A3   A2   A3   A4   A4   A4   A2   A2   A2   A1   
		2000   2001   2002   1998   1998   2000   2002   1998   1999   2000   2002   1999   2001   2002   1998   1998   1999   2000   2001   2002   1998   2001   2002   2002   
P1   PP1   
P1   PP2   
P1   PP3   
P2   PP1   
P2   PP2   
P2   PP3   
P3   PP1   
P3   PP2   
P3   PP3   
		CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   UN   UN   UN   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   HZ   SH   SH   SH   SZ   IL   IL   IL   TK   LD   LD   LP   CS   CS   CS   CS   CS   LA   LA   LA   NY   
		A1   A1   A4   A2   A1   A1   A1   A1   A4   A4   A4   A4   A1   A3   A3   A2   A3   A4   A4   A4   A2   A2   A2   A1   
		2000   2001   2002   1998   1998   2000   2002   1998   1999   2000   2002   1999   2001   2002   1998   1998   1999   2000   2001   2002   1998   2001   2002   2002   
P1   PP1   null,  null,  null,  null,  1.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  36.0,  null,  null,  null,  null,  null,  null,  null,  41.0,  78.0&
P1   PP2   null,  null,  null,  null,  null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  37.0,  null,  null,  null,  null,  null,  null,  null,  39.0&
P1   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0,  null,  null,  null,  null,  null,  null,  38.0&
P2   PP1   6.0,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  null,  null,  null,  null,  51.0,  null,  null,  null,  39.0,  null,  null,  null,  null,  null,  107.0&
P2   PP2   null,  null,  null,  null,  null,  null,  null,  null,  61.0,  null,  null,  null,  46.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  107.0&
P2   PP3   null,  null,  null,  null,  null,  null,  3.0,  null,  null,  64.0,  null,  null,  null,  47.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  114.0&
P3   PP1   null,  null,  null,  16.0,  null,  null,  null,  null,  null,  null,  65.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  102.0&
P3   PP2   null,  7.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  56.0,  null,  null,  null,  null,  null,  null,  null,  40.0,  null,  22.0,  null,  null,  125.0&
P3   PP3   null,  null,  8.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  23.0,  null,  31.0&
columnGrandTotal  6.0   7.0   8.0   16.0   1.0   2.0   3.0   11.0   61.0   64.0   65.0   56.0   46.0   47.0   51.0   36.0   37.0   38.0   39.0   40.0   21.0   22.0   23.0   41.0   741.0
		CN         CN         CN         CN         CN         CN         CN         CN         JP         JP         JP         JP         UN         UN         UN         US         US         US         US         US         US         US         US         US         
		BJ         BJ         BJ         HZ         SH         SH         SH         SZ         IL         IL         IL         TK         LD         LD         LP         CS         CS         CS         CS         CS         LA         LA         LA         NY         
		A1         A1         A4         A2         A1         A1         A1         A1         A4         A4         A4         A4         A1         A3         A3         A2         A3         A4         A4         A4         A2         A2         A2         A1         
		2000         2001         2002         1998         1998         2000         2002         1998         1999         2000         2002         1999         2001         2002         1998         1998         1999         2000         2001         2002         1998         2001         2002         2002         
           6.0  7.0  16.0  1.0  2.0  3.0  11.0  61.0  64.0  65.0  56.0  46.0  51.0  36.0  21.0  22.0  23.0  41.0    

		
		
		
		
P1  PP1  78.0    
P1  PP2  39.0    
P1  PP3  38.0    
P2  PP1  107.0    
P2  PP2  107.0    
P2  PP3  114.0    
P3  PP1  102.0    
P3  PP2  125.0    
P3  PP3  31.0    
  

		CN         CN         CN         CN         CN         CN         CN         CN         JP         JP         JP         JP         UN         UN         UN         US         US         US         US         US         US         US         US         US         
		BJ         BJ         BJ         HZ         SH         SH         SH         SZ         IL         IL         IL         TK         LD         LD         LP         CS         CS         CS         CS         CS         LA         LA         LA         NY         
		A1         A1         A4         A2         A1         A1         A1         A1         A4         A4         A4         A4         A1         A3         A3         A2         A3         A4         A4         A4         A2         A2         A2         A1         
		2000         2001         2002         1998         1998         2000         2002         1998         1999         2000         2002         1999         2001         2002         1998         1998         1999         2000         2001         2002         1998         2001         2002         2002         
P1   PP1   null  null  null  1.0  null  null  null  null  null  null  null  null  null  36.0  null  null  null  41.0    
P1   PP2   null  null  null  null  2.0  null  null  null  null  null  null  null  null  null  null  null  null  null    
P1   PP3   null  null  null  null  null  null  null  null  null  null  null  null  null  null  null  null  null  null    
  
P2   PP1   6.0  null  null  null  null  null  11.0  null  null  null  null  null  51.0  null  null  null  null  null    
P2   PP2   null  null  null  null  null  null  null  61.0  null  null  null  46.0  null  null  null  null  null  null    
P2   PP3   null  null  null  null  null  3.0  null  null  64.0  null  null  null  null  null  null  null  null  null    
  
P3   PP1   null  null  16.0  null  null  null  null  null  null  65.0  null  null  null  null  21.0  null  null  null    
P3   PP2   null  7.0  null  null  null  null  null  null  null  null  56.0  null  null  null  null  22.0  null  null    
P3   PP3   null  null  null  null  null  null  null  null  null  null  null  null  null  null  null  null  23.0  null    
  

		CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   UN   UN   UN   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   HZ   SH   SH   SH   SZ   IL   IL   IL   TK   LD   LD   LP   CS   CS   CS   CS   CS   LA   LA   LA   NY   
		A1   A1   A4   A2   A1   A1   A1   A1   A4   A4   A4   A4   A1   A3   A3   A2   A3   A4   A4   A4   A2   A2   A2   A1   
		2000   2001   2002   1998   1998   2000   2002   1998   1999   2000   2002   1999   2001   2002   1998   1998   1999   2000   2001   2002   1998   2001   2002   2002   
P1   PP1   null,  null,  null,  null,  1.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  36.0,  null,  null,  null,  null,  null,  null,  null,  41.0,  78.0&26.0&
P1   PP2   null,  null,  null,  null,  null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  37.0,  null,  null,  null,  null,  null,  null,  null,  39.0&19.5&
P1   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0,  null,  null,  null,  null,  null,  null,  38.0&38.0&
P2   PP1   6.0,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  null,  null,  null,  null,  51.0,  null,  null,  null,  39.0,  null,  null,  null,  null,  null,  107.0&26.75&
P2   PP2   null,  null,  null,  null,  null,  null,  null,  null,  61.0,  null,  null,  null,  46.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  107.0&53.5&
P2   PP3   null,  null,  null,  null,  null,  null,  3.0,  null,  null,  64.0,  null,  null,  null,  47.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  114.0&38.0&
P3   PP1   null,  null,  null,  16.0,  null,  null,  null,  null,  null,  null,  65.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  102.0&34.0&
P3   PP2   null,  7.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  56.0,  null,  null,  null,  null,  null,  null,  null,  40.0,  null,  22.0,  null,  null,  125.0&31.25&
P3   PP3   null,  null,  8.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  23.0,  null,  31.0&15.5&
		CN   CN   CN   JP   UN   UN   US   US   US   US   
		A1   A2   A4   A4   A1   A3   A1   A2   A3   A4   
P1   3.0,  null,  null,  null,  null,  null,  41.0,  36.0,  37.0,  38.0,  155.0&
P2   20.0,  null,  null,  125.0,  46.0,  98.0,  null,  null,  null,  39.0,  328.0&
P3   7.0,  16.0,  8.0,  121.0,  null,  null,  null,  66.0,  null,  40.0,  258.0&
columnGrandTotal  5.0   16.0   8.0   61.5   46.0   49.0   41.0   25.5   37.0   39.0   24
		CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   UN   UN   UN   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   HZ   SH   SH   SH   SZ   IL   IL   IL   TK   LD   LD   LP   CS   CS   CS   CS   CS   LA   LA   LA   NY   
		A1   A1   A4   A2   A1   A1   A1   A1   A4   A4   A4   A4   A1   A3   A3   A2   A3   A4   A4   A4   A2   A2   A2   A1   
		2000   2001   2002   1998   1998   2000   2002   1998   1999   2000   2002   1999   2001   2002   1998   1998   1999   2000   2001   2002   1998   2001   2002   2002   
P1   PP1   null,  null,  null,  null,  1.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  36.0,  null,  null,  null,  null,  null,  null,  null,  41.0,  26.0&
P1   PP2   null,  null,  null,  null,  null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  37.0,  null,  null,  null,  null,  null,  null,  null,  19.5&
P1   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0,  null,  null,  null,  null,  null,  null,  38.0&
P2   PP1   6.0,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  null,  null,  null,  null,  51.0,  null,  null,  null,  39.0,  null,  null,  null,  null,  null,  26.75&
P2   PP2   null,  null,  null,  null,  null,  null,  null,  null,  61.0,  null,  null,  null,  46.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  53.5&
P2   PP3   null,  null,  null,  null,  null,  null,  3.0,  null,  null,  64.0,  null,  null,  null,  47.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0&
P3   PP1   null,  null,  null,  16.0,  null,  null,  null,  null,  null,  null,  65.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  34.0&
P3   PP2   null,  7.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  56.0,  null,  null,  null,  null,  null,  null,  null,  40.0,  null,  22.0,  null,  null,  31.25&
P3   PP3   null,  null,  8.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  23.0,  null,  15.5&
		CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   UN   UN   UN   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   HZ   SH   SH   SH   SZ   IL   IL   IL   TK   LD   LD   LP   CS   CS   CS   CS   CS   LA   LA   LA   NY   
		A1   A1   A4   A2   A1   A1   A1   A1   A4   A4   A4   A4   A1   A3   A3   A2   A3   A4   A4   A4   A2   A2   A2   A1   
		2000   2001   2002   1998   1998   2000   2002   1998   1999   2000   2002   1999   2001   2002   1998   1998   1999   2000   2001   2002   1998   2001   2002   2002   
P1   PP1   null,  null,  null,  null,  1.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  36.0,  null,  null,  null,  null,  null,  null,  null,  41.0,  77.0&
P1   PP2   null,  null,  null,  null,  null,  2.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  37.0,  null,  null,  null,  null,  null,  null,  null,  37.0&
P1   PP3   null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  38.0,  null,  null,  null,  null,  null,  null,  38.0&
P2   PP1   6.0,  null,  null,  null,  null,  null,  null,  11.0,  null,  null,  null,  null,  null,  null,  51.0,  null,  null,  null,  39.0,  null,  null,  null,  null,  null,  101.0&
P2   PP2   null,  null,  null,  null,  null,  null,  null,  null,  61.0,  null,  null,  null,  46.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  107.0&
P2   PP3   null,  null,  null,  null,  null,  null,  3.0,  null,  null,  64.0,  null,  null,  null,  47.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  111.0&
P3   PP1   null,  null,  null,  16.0,  null,  null,  null,  null,  null,  null,  65.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  21.0,  null,  null,  null,  102.0&
P3   PP2   null,  7.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  56.0,  null,  null,  null,  null,  null,  null,  null,  40.0,  null,  22.0,  null,  null,  118.0&
P3   PP3   null,  null,  8.0,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  null,  23.0,  null,  23.0&
columnGrandTotal  null   null   null   16.0   null   null   null   11.0   61.0   64.0   65.0   56.0   46.0   47.0   51.0   36.0   37.0   38.0   39.0   40.0   21.0   22.0   23.0   41.0   741.0
		CN   CN   CN   CN   CN   CN   CN   CN   JP   JP   JP   JP   UN   UN   UN   US   US   US   US   US   US   US   US   US   
		BJ   BJ   BJ   HZ   SH   SH   SH   SZ   IL   IL   IL   TK   LD   LD   LP   CS   CS   CS   CS   CS   LA   LA   LA   NY   
		A1   A1   A4   A2   A1   A1   A1   A1   A4   A4   A4   A4   A1   A3   A3   A2   A3   A4   A4   A4   A2   A2   A2   A1   
		2000   2001   2002   1998   1998   2000   2002   1998   1999   2000   2002   1999   2001   2002   1998   1998   1999   2000   2001   2002   1998   2001   2002   2002   
P1   PP1   null,  null,  null,  null,  1.0,  null,  null,  null,1.0  null,  null,  null,  null,null  null,  null,  null,null  36.0,  null,  null,  null,  null,  null,  null,  null,  41.0,77.0  
P1   PP2   null,  null,  null,  null,  null,  2.0,  null,  null,2.0  null,  null,  null,  null,null  null,  null,  null,null  null,  37.0,  null,  null,  null,  null,  null,  null,  null,37.0  
P1   PP3   null,  null,  null,  null,  null,  null,  null,  null,null  null,  null,  null,  null,null  null,  null,  null,null  null,  null,  38.0,  null,  null,  null,  null,  null,  null,38.0  
P2   PP1   6.0,  null,  null,  null,  null,  null,  null,  11.0,17.0  null,  null,  null,  null,null  null,  null,  51.0,51.0  null,  null,  null,  39.0,  null,  null,  null,  null,  null,39.0  
P2   PP2   null,  null,  null,  null,  null,  null,  null,  null,null  61.0,  null,  null,  null,61.0  46.0,  null,  null,46.0  null,  null,  null,  null,  null,  null,  null,  null,  null,null  
P2   PP3   null,  null,  null,  null,  null,  null,  3.0,  null,3.0  null,  64.0,  null,  null,64.0  null,  47.0,  null,47.0  null,  null,  null,  null,  null,  null,  null,  null,  null,null  
P3   PP1   null,  null,  null,  16.0,  null,  null,  null,  null,16.0  null,  null,  65.0,  null,65.0  null,  null,  null,null  null,  null,  null,  null,  null,  21.0,  null,  null,  null,21.0  
P3   PP2   null,  7.0,  null,  null,  null,  null,  null,  null,7.0  null,  null,  null,  56.0,56.0  null,  null,  null,null  null,  null,  null,  null,  40.0,  null,  22.0,  null,  null,62.0  
P3   PP3   null,  null,  8.0,  null,  null,  null,  null,  null,8.0  null,  null,  null,  null,null  null,  null,  null,null  null,  null,  null,  null,  null,  null,  null,  23.0,  null,23.0  
		CN   CN   CN   UN   US   US   
		HZ   SH   SZ   LP   CS   LA   
		A2   A1   A1   A3   A2   A2   
P1   PP1   null,  1.0,  null,  null,  36.0,  null,  37.0&
P2   PP1   null,  null,  11.0,  51.0,  null,  null,  62.0&
P3   PP1   16.0,  null,  null,  null,  null,  21.0,  37.0&
columnGrandTotal  16.0   1.0   11.0   51.0   36.0   21.0   136.0
		JP   JP   US   
		IL   TK   CS   
		A4   A4   A3   
P1   PP2   null,  null,  37.0,  37.0&
P2   PP2   61.0,  null,  null,  61.0&
P3   PP2   null,  56.0,  null,  56.0&
columnGrandTotal  61.0   56.0   37.0   154.0
		CN   CN   JP   US   
		BJ   SH   IL   CS   
		A1   A1   A4   A4   
P1   PP2   null,  2.0,  null,  null,  2.0&
P1   PP3   null,  null,  null,  38.0,  38.0&
P2   PP1   6.0,  null,  null,  null,  6.0&
P2   PP3   null,  null,  64.0,  null,  64.0&
columnGrandTotal  6.0   2.0   64.0   38.0   110.0
		CN   UN   US   US   
		BJ   LD   CS   LA   
		A1   A1   A4   A2   
P2   PP1   null,  null,  39.0,  null,  39.0&
P2   PP2   null,  46.0,  null,  null,  46.0&
P3   PP2   7.0,  null,  null,  22.0,  29.0&
columnGrandTotal  7.0   46.0   39.0   22.0   114.0
		CN   CN   JP   UN   US   US   US   
		BJ   SH   IL   LD   CS   LA   NY   
		A4   A1   A4   A3   A4   A2   A1   
P1   PP1   null,  null,  null,  null,  null,  null,  41.0,  41.0&
P2   PP3   null,  3.0,  null,  47.0,  null,  null,  null,  50.0&
P3   PP1   null,  null,  65.0,  null,  null,  null,  null,  65.0&
P3   PP2   null,  null,  null,  null,  40.0,  null,  null,  40.0&
P3   PP3   8.0,  null,  null,  null,  null,  23.0,  null,  31.0&
columnGrandTotal  8.0   3.0   65.0   47.0   40.0   23.0   41.0   227.0
		HZ   SH   SZ   
		A2   A1   A1   
P1   PP1   null,  1.0,  null,  1.0&
P2   PP1   null,  null,  11.0,  11.0&
P3   PP1   16.0,  null,  null,  16.0&
columnGrandTotal  16.0   1.0   11.0   28.0
		LP   
		A3   
P2   PP1   51.0,  51.0&
columnGrandTotal  51.0   51.0
		CS   LA   
		A2   A2   
P1   PP1   36.0,  null,  36.0&
P3   PP1   null,  21.0,  21.0&
columnGrandTotal  36.0   21.0   57.0
		IL   TK   
		A4   A4   
P2   PP2   61.0,  null,  61.0&
P3   PP2   null,  56.0,  56.0&
columnGrandTotal  61.0   56.0   117.0
		CS   
		A3   
P1   PP2   37.0,  37.0&
columnGrandTotal  37.0   37.0
		BJ   SH   
		A1   A1   
P1   PP2   null,  2.0,  2.0&
P2   PP1   6.0,  null,  6.0&
columnGrandTotal  6.0   2.0   8.0
		IL   
		A4   
P2   PP3   64.0,  64.0&
columnGrandTotal  64.0   64.0
		CS   
		A4   
P1   PP3   38.0,  38.0&
columnGrandTotal  38.0   38.0
		BJ   
		A1   
P3   PP2   7.0,  7.0&
columnGrandTotal  7.0   7.0
		LD   
		A1   
P2   PP2   46.0,  46.0&
columnGrandTotal  46.0   46.0
		CS   LA   
		A4   A2   
P2   PP1   39.0,  null,  39.0&
P3   PP2   null,  22.0,  22.0&
columnGrandTotal  39.0   22.0   61.0
		BJ   SH   
		A4   A1   
P2   PP3   null,  3.0,  3.0&
P3   PP3   8.0,  null,  8.0&
columnGrandTotal  8.0   3.0   11.0
		IL   
		A4   
P3   PP1   65.0,  65.0&
columnGrandTotal  65.0   65.0
		LD   
		A3   
P2   PP3   47.0,  47.0&
columnGrandTotal  47.0   47.0
		CS   LA   NY   
		A4   A2   A1   
P1   PP1   null,  null,  41.0,  41.0&
P3   PP2   40.0,  null,  null,  40.0&
P3   PP3   null,  23.0,  null,  23.0&
columnGrandTotal  40.0   23.0   41.0   104.0
P1   PP1   37.0,  
P2   PP1   62.0,  
P3   PP1   37.0,  
P1   PP2   37.0,  
P2   PP2   61.0,  
P3   PP2   56.0,  
P1   PP2   2.0,  
P1   PP3   38.0,  
P2   PP1   6.0,  
P2   PP3   64.0,  
P2   PP1   39.0,  
P2   PP2   46.0,  
P3   PP2   29.0,  
P1   PP1   41.0,  
P2   PP3   50.0,  
P3   PP1   65.0,  
P3   PP2   40.0,  
P3   PP3   31.0,  Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.birt.data.engine.olap.cursor.CursorModelTest
testCursorWithoutMeasure(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.008 s
testCursorModel1(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.011 s
testCursorModel2(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.009 s
testCursorModel3(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.006 s
testCursorModel4(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.01 s
testCursorModel5(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.008 s
testCursorModel6(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.007 s
testCursorModel7(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.007 s
testCursorModel8(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.035 s
testCursorModel9WithFetchLimit(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.006 s
testCursorOnCountry(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.008 s
testCursorWithPageEdge1(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.011 s
testCursorWithPageEdge2(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.008 s
testCursorWithPageEdge3(org.eclipse.birt.data.engine.olap.cursor.CursorModelTest)  Time elapsed: 0.006 s
Running org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest

		CN   CN   CN   UN   US   US   
		HZ   SH   SZ   LP   CS   LA   
		A2   A1   A1   A3   A2   A2   
P1   PP1   null,  1.0,  null,  null,  36.0,  null,  37.0&
P2   PP1   null,  null,  11.0,  51.0,  null,  null,  62.0&
P3   PP1   16.0,  null,  null,  null,  null,  21.0,  37.0&
columnGrandTotal  16.0   1.0   11.0   51.0   36.0   21.0   136.0
		CN   UN   US   US   
		BJ   LD   CS   LA   
		A1   A1   A4   A2   
P2   PP1   null,  null,  39.0,  null,  39.0&
P2   PP2   null,  46.0,  null,  null,  46.0&
P3   PP2   7.0,  null,  null,  22.0,  29.0&
columnGrandTotal  7.0   46.0   39.0   22.0   114.0
		JP   JP   US   
		IL   TK   CS   
		A4   A4   A3   
P1   PP2   null,  null,  37.0,  37.0&
P2   PP2   61.0,  null,  null,  61.0&
P3   PP2   null,  56.0,  null,  56.0&
columnGrandTotal  61.0   56.0   37.0   154.0
		CN   CN   JP   UN   US   US   US   
		BJ   SH   IL   LD   CS   LA   NY   
		A4   A1   A4   A3   A4   A2   A1   
P1   PP1   null,  null,  null,  null,  null,  null,  41.0,  41.0&
P2   PP3   null,  3.0,  null,  47.0,  null,  null,  null,  50.0&
P3   PP1   null,  null,  65.0,  null,  null,  null,  null,  65.0&
P3   PP2   null,  null,  null,  null,  40.0,  null,  null,  40.0&
P3   PP3   8.0,  null,  null,  null,  null,  23.0,  null,  31.0&
columnGrandTotal  8.0   3.0   65.0   47.0   40.0   23.0   41.0   227.0edgePosition is 0
country edge start at 0
country edge end at 7
city edge start at 0
city edge end at 2
street edge start at 0
street edge end at 1
time edge start at 0
time edge end at 0

edgePosition is 1
country edge start at 0
country edge end at 7
city edge start at 0
city edge end at 2
street edge start at 0
street edge end at 1
time edge start at 1
time edge end at 1

edgePosition is 2
country edge start at 0
country edge end at 7
city edge start at 0
city edge end at 2
street edge start at 2
street edge end at 2
time edge start at 2
time edge end at 2

edgePosition is 3
country edge start at 0
country edge end at 7
city edge start at 3
city edge end at 3
street edge start at 3
street edge end at 3
time edge start at 3
time edge end at 3

edgePosition is 4
country edge start at 0
country edge end at 7
city edge start at 4
city edge end at 6
street edge start at 4
street edge end at 6
time edge start at 4
time edge end at 4

edgePosition is 5
country edge start at 0
country edge end at 7
city edge start at 4
city edge end at 6
street edge start at 4
street edge end at 6
time edge start at 5
time edge end at 5

edgePosition is 6
country edge start at 0
country edge end at 7
city edge start at 4
city edge end at 6
street edge start at 4
street edge end at 6
time edge start at 6
time edge end at 6

edgePosition is 7
country edge start at 0
country edge end at 7
city edge start at 7
city edge end at 7
street edge start at 7
street edge end at 7
time edge start at 7
time edge end at 7

edgePosition is 8
country edge start at 8
country edge end at 11
city edge start at 8
city edge end at 10
street edge start at 8
street edge end at 10
time edge start at 8
time edge end at 8

edgePosition is 9
country edge start at 8
country edge end at 11
city edge start at 8
city edge end at 10
street edge start at 8
street edge end at 10
time edge start at 9
time edge end at 9

edgePosition is 10
country edge start at 8
country edge end at 11
city edge start at 8
city edge end at 10
street edge start at 8
street edge end at 10
time edge start at 10
time edge end at 10

edgePosition is 11
country edge start at 8
country edge end at 11
city edge start at 11
city edge end at 11
street edge start at 11
street edge end at 11
time edge start at 11
time edge end at 11

edgePosition is 12
country edge start at 12
country edge end at 14
city edge start at 12
city edge end at 13
street edge start at 12
street edge end at 12
time edge start at 12
time edge end at 12

edgePosition is 13
country edge start at 12
country edge end at 14
city edge start at 12
city edge end at 13
street edge start at 13
street edge end at 13
time edge start at 13
time edge end at 13

edgePosition is 14
country edge start at 12
country edge end at 14
city edge start at 14
city edge end at 14
street edge start at 14
street edge end at 14
time edge start at 14
time edge end at 14

edgePosition is 15
country edge start at 15
country edge end at 23
city edge start at 15
city edge end at 19
street edge start at 15
street edge end at 15
time edge start at 15
time edge end at 15

edgePosition is 16
country edge start at 15
country edge end at 23
city edge start at 15
city edge end at 19
street edge start at 16
street edge end at 16
time edge start at 16
time edge end at 16

edgePosition is 17
country edge start at 15
country edge end at 23
city edge start at 15
city edge end at 19
street edge start at 17
street edge end at 19
time edge start at 17
time edge end at 17

edgePosition is 18
country edge start at 15
country edge end at 23
city edge start at 15
city edge end at 19
street edge start at 17
street edge end at 19
time edge start at 18
time edge end at 18

edgePosition is 19
country edge start at 15
country edge end at 23
city edge start at 15
city edge end at 19
street edge start at 17
street edge end at 19
time edge start at 19
time edge end at 19

edgePosition is 20
country edge start at 15
country edge end at 23
city edge start at 20
city edge end at 22
street edge start at 20
street edge end at 22
time edge start at 20
time edge end at 20

edgePosition is 21
country edge start at 15
country edge end at 23
city edge start at 20
city edge end at 22
street edge start at 20
street edge end at 22
time edge start at 21
time edge end at 21

edgePosition is 22
country edge start at 15
country edge end at 23
city edge start at 20
city edge end at 22
street edge start at 20
street edge end at 22
time edge start at 22
time edge end at 22

edgePosition is 23
country edge start at 15
country edge end at 23
city edge start at 23
city edge end at 23
street edge start at 23
street edge end at 23
time edge start at 23
time edge end at 23

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest
testCursorModel1(org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest)  Time elapsed: 0.007 s
testNavigatorOnPage(org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest)  Time elapsed: 0.008 s
testNavigator(org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest)  Time elapsed: 0.047 s
Running org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest

		                                                                           CAR		MOTOR		PLANE		
CHINA		null		2003		1		4.0		null		null		
CHINA		null		2004		2		6.0		null		null		
FRANCE		null		2003		1		null		12.0		null		
FRANCE		null		2004		2		null		14.0		null		
USA		null		2003		1		null		null		33.0		
USA		null		2004		2		null		null		36.0		
CHINA		null		null		2003		null		null		CAR		null		4.0		
CHINA		null		null		2004		2		4		CAR		null		2.0		
CHINA		null		null		2004		2		5		CAR		null		4.0		
FRANCE		STATE3		CITY5		2003		null		null		MOTOR		007		5.0		
FRANCE		STATE3		CITY6		2004		2		4		MOTOR		007		6.0		
FRANCE		STATE3		CITY7		2003		null		null		MOTOR		007		7.0		
FRANCE		STATE4		CITY8		2004		2		5		MOTOR		007		8.0		
USA		null		null		2003		null		null		PLANE		null		33.0		
USA		null		null		2004		2		4		PLANE		null		24.0		
USA		null		null		2004		2		5		PLANE		null		12.0		
		                                                                           CAR		MOTOR		PLANE		Total
CHINA		null		null		2003		null		null		4.0		null		null		4.0
CHINA		null		null		2004		2		4		2.0		null		null		2.0
CHINA		null		null		2004		2		5		4.0		null		null		4.0
FRANCE		STATE3		CITY5		2003		null		null		null		5.0		null		5.0
FRANCE		STATE3		CITY6		2004		2		4		null		6.0		null		6.0
FRANCE		STATE3		CITY7		2003		null		null		null		7.0		null		7.0
FRANCE		STATE4		CITY8		2004		2		5		null		8.0		null		8.0
USA		null		null		2003		null		null		null		null		33.0		33.0
USA		null		null		2004		2		4		null		null		24.0		24.0
USA		null		null		2004		2		5		null		null		12.0		12.0
                     Total		10.0		26.0		69.0		105.0
		                                                                           CAR		MOTOR		PLANE		Total
CHINA		null		null		2003		1		1		1.0		null		null		1
CHINA		null		null		2003		1		2		3.0		null		null		3
CHINA		null		null		2004		2		4		2.0		null		null		2
CHINA		null		null		2004		2		5		4.0		null		null		4
FRANCE		STATE3		CITY5		2003		1		1		null		5.0		null		1
FRANCE		STATE3		CITY6		2004		2		4		null		6.0		null		2
FRANCE		STATE3		CITY7		2003		1		2		null		7.0		null		3
FRANCE		STATE4		CITY8		2004		2		5		null		8.0		null		4
USA		STATE5		null		2003		1		1		null		null		9.0		1
USA		STATE5		null		2004		2		4		null		null		10.0		2
USA		STATE6		null		2003		1		1		null		null		13.0		5
USA		STATE6		null		2003		1		2		null		null		11.0		3
USA		STATE6		null		2004		2		5		null		null		12.0		4
USA		STATE7		null		2004		2		4		null		null		14.0		6
		                                                                           CAR		MOTOR		PLANE		Total
CHINA		null		null		2003		1		1		1.0		null		null		4.0
CHINA		null		null		2003		1		2		3.0		null		null		4.0
CHINA		null		null		2004		2		4		2.0		null		null		6.0
CHINA		null		null		2004		2		5		4.0		null		null		6.0
FRANCE		STATE3		CITY5		2003		1		1		null		5.0		null		5.0
FRANCE		STATE3		CITY6		2004		2		4		null		6.0		null		6.0
FRANCE		STATE3		CITY7		2003		1		2		null		7.0		null		7.0
FRANCE		STATE4		CITY8		2004		2		5		null		8.0		null		8.0
USA		STATE5		null		2003		1		1		null		null		9.0		9.0
USA		STATE5		null		2004		2		4		null		null		10.0		10.0
USA		STATE6		null		2003		1		1		null		null		13.0		24.0
USA		STATE6		null		2003		1		2		null		null		11.0		24.0
USA		STATE6		null		2004		2		5		null		null		12.0		12.0
USA		STATE7		null		2004		2		4		null		null		14.0		14.0Edge Cursor 0
0  
0  
0  

Edge Cursor 1
0  -1  -1  0  -1  -1  
0  -1  -1  0  0  0  
0  -1  -1  0  0  0  
0  0  0  0  -1  -1  
0  0  0  0  0  0  
0  0  0  0  -1  -1  
0  0  0  0  0  0  
0  -1  -1  0  -1  -1  
0  -1  -1  0  0  0  
0  -1  -1  0  0  0  


		                                                                           CAR		MOTOR		PLANE		
CHINA		null		null		2003		1		1		1.0		null		null		
CHINA		null		null		2003		1		2		3.0		null		null		
CHINA		null		null		2004		2		4		2.0		null		null		
CHINA		null		null		2004		2		5		4.0		null		null		
FRANCE		STATE3		CITY5		2003		1		1		null		5.0		null		
FRANCE		STATE3		CITY6		2004		2		4		null		6.0		null		
FRANCE		STATE3		CITY7		2003		1		2		null		7.0		null		
FRANCE		STATE4		CITY8		2004		2		5		null		8.0		null		
USA		STATE5		null		2003		1		1		null		null		9.0		
USA		STATE5		null		2004		2		4		null		null		10.0		
USA		STATE6		null		2003		1		1		null		null		13.0		
USA		STATE6		null		2003		1		2		null		null		11.0		
USA		STATE6		null		2004		2		5		null		null		12.0		
USA		STATE7		null		2004		2		4		null		null		14.0		
		                                                                           CAR		MOTOR		PLANE		
CHINA		STATE1		CITY1		2003		null		null		1.0		null		null		
CHINA		STATE1		CITY2		2004		2		4		2.0		null		null		
CHINA		STATE2		CITY3		2003		null		null		3.0		null		null		
CHINA		STATE2		CITY4		2004		2		5		4.0		null		null		
FRANCE		STATE3		CITY5		2003		null		null		null		5.0		null		
FRANCE		STATE3		CITY6		2004		2		4		null		6.0		null		
FRANCE		STATE3		CITY7		2003		null		null		null		7.0		null		
FRANCE		STATE4		CITY8		2004		2		5		null		8.0		null		
USA		STATE5		CITY10		2004		2		4		null		null		10.0		
USA		STATE5		CITY9		2003		null		null		null		null		9.0		
USA		STATE6		CITY11		2003		null		null		null		null		11.0		
USA		STATE6		CITY12		2004		2		5		null		null		12.0		
USA		STATE6		CITY13		2003		null		null		null		null		13.0		
USA		STATE7		CITY14		2004		2		4		null		null		14.0		
		                                                                           CAR		MOTOR		PLANE		
CHINA		null		null		2003		null		null		4.0		null		null		
CHINA		null		null		2004		2		4		2.0		null		null		
CHINA		null		null		2004		2		5		4.0		null		null		
FRANCE		STATE3		CITY5		2003		null		null		null		5.0		null		
FRANCE		STATE3		CITY6		2004		2		4		null		6.0		null		
FRANCE		STATE3		CITY7		2003		null		null		null		7.0		null		
FRANCE		STATE4		CITY8		2004		2		5		null		8.0		null		
USA		null		null		2003		null		null		null		null		33.0		
USA		null		null		2004		2		4		null		null		24.0		
USA		null		null		2004		2		5		null		null		12.0		Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest
testBasicDrillOperation2(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.015 s
testBasicDrillOperation5(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.01 s
testBasicDrillOperation6(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.01 s
testBasicDrillOperation7(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.013 s
testBasicDrillOperation8(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.048 s
testDimensionExtend(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.009 s
testBasicDrillUpOperation(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.008 s
testBasicDrillUpOperation3(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.008 s
testBasicDrillUpOperation4(org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest)  Time elapsed: 0.008 s
Running org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest

		CN		CN		CN		
		BJ		SH		SZ		
2000		31.0		11.0		51.0		
2001		33.0		13.0		53.0		
2002		35.0		15.0		55.0		
		JP		JP		JP		JP		JP		US		US		US		US		US		US		US		UN		UN		UN		UN		UN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		[Total]
		IL		IL		TK		TK		[Total]		NY		NY		CS		CS		LA		LA		[Total]		LP		LP		LD		LD		[Total]		SZ		SZ		SZ		BJ		BJ		BJ		SH		SH		SH		[Total]		
		P1		[Total]		F1		[Total]		    		C1		[Total]		B1		[Total]		A1		[Total]		    		E1		[Total]		D1		[Total]		    		S2		S1		[Total]		HD		CP		[Total]		ZJ		PD		[Total]		    		
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		45.0		[45.0]		40.0		[40.0]		35.0		[35.0]		[120.0]		55.0		[55.0]		50.0		[50.0]		[105.0]		30.0		25.0		[55.0]		15.0		20.0		[35.0]		10.0		5.0		[15.0]		[105.0]		[455.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		44.0		[44.0]		39.0		[39.0]		34.0		[34.0]		[117.0]		54.0		[54.0]		49.0		[49.0]		[103.0]		29.0		24.0		[53.0]		14.0		19.0		[33.0]		9.0		4.0		[13.0]		[99.0]		[443.0]
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		43.0		[43.0]		38.0		[38.0]		33.0		[33.0]		[114.0]		53.0		[53.0]		48.0		[48.0]		[101.0]		28.0		23.0		[51.0]		13.0		18.0		[31.0]		8.0		3.0		[11.0]		[93.0]		[429.0]
1999		62.0		[62.0]		57.0		[57.0]		[119.0]		42.0		[42.0]		37.0		[37.0]		32.0		[32.0]		[111.0]		52.0		[52.0]		47.0		[47.0]		[99.0]		27.0		22.0		[49.0]		12.0		17.0		[29.0]		7.0		2.0		[9.0]		[87.0]		[416.0]
1998		61.0		[61.0]		56.0		[56.0]		[117.0]		41.0		[41.0]		36.0		[36.0]		31.0		[31.0]		[108.0]		51.0		[51.0]		46.0		[46.0]		[97.0]		26.0		21.0		[47.0]		11.0		16.0		[27.0]		6.0		1.0		[7.0]		[81.0]		[403.0]
[Total]		316.0		[316.0]		290.0		[290.0]		[606.0]		215.0		[215.0]		190.0		[190.0]		165.0		[165.0]		[570.0]		265.0		[265.0]		240.0		[240.0]		[505.0]		140.0		115.0		[255.0]		65.0		90.0		[155.0]		40.0		15.0		[55.0]		[465.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SZ		SZ		SZ		[Total]		IL		IL		TK		TK		[Total]		LD		LD		LP		LP		[Total]		CS		CS		LA		LA		NY		NY		[Total]		
		CP		HD		[Total]		S1		S2		[Total]		    		P1		[Total]		F1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		
1998		null		null		[null]		null		null		[null]		[null]		61.0		[61.0]		56.0		[56.0]		[117.0]		null		[null]		null		[null]		[null]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		[225.0]
1999		null		null		[null]		null		null		[null]		[null]		62.0		[62.0]		57.0		[57.0]		[119.0]		null		[null]		null		[null]		[null]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		[230.0]
2000		null		null		[null]		null		null		[null]		[null]		63.0		[63.0]		58.0		[58.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		[336.0]
2001		null		null		[null]		null		null		[null]		[null]		65.0		[65.0]		59.0		[59.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		[344.0]
2002		20.0		15.0		[35.0]		25.0		30.0		[55.0]		[90.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		[440.0]
[Total]		20.0		15.0		[35.0]		25.0		30.0		[55.0]		[90.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		147.0		[147.0]		162.0		[162.0]		[309.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		[1575.0]		
OUTER RESULT:55

		UN		UN		UN		CN		CN		CN		CN		[Total]
		LP		LP		[Total]		SZ		SZ		SZ		[Total]		
		E1		[Total]		    		S2		S1		[Total]		    		
2000		53.0		[53.0]		[53.0]		28.0		23.0		[51.0]		[51.0]		[104.0]
2001		54.0		[54.0]		[54.0]		29.0		24.0		[53.0]		[53.0]		[107.0]
2002		55.0		[55.0]		[55.0]		30.0		25.0		[55.0]		[55.0]		[110.0]
[Total]		162.0		[162.0]		[162.0]		87.0		72.0		[159.0]		[159.0]		[321.0]		
OUTER RESULT:34

		[Total]
		
		
[Total]		[null]		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		Total
1998		116.0		111.0		101.0		106.0		121.0		126.0		161.0		156.0		146.0		151.0		136.0		131.0		141.0		1703.0
1999		117.0		112.0		102.0		107.0		122.0		127.0		162.0		157.0		147.0		152.0		137.0		132.0		142.0		1716.0
2000		118.0		113.0		103.0		108.0		123.0		128.0		163.0		158.0		148.0		153.0		138.0		133.0		143.0		1729.0
2001		119.0		114.0		104.0		109.0		124.0		129.0		165.0		159.0		149.0		154.0		139.0		134.0		144.0		1743.0
2002		120.0		115.0		105.0		110.0		125.0		130.0		165.0		160.0		150.0		155.0		140.0		135.0		145.0		1755.0
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SH		SZ		IL		TK		LD		LP		CS		LA		NY		
2002		35.0		15.0		55.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
2001		33.0		13.0		53.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2000		31.0		11.0		51.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
1999		29.0		9.0		49.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
1998		27.0		7.0		47.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
		UN		UN		UN		UN		UN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		US		US		US		US		US		US		US		JP		JP		JP		JP		JP		[Total]
		LD		LD		LP		LP		[Total]		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		CS		CS		LA		LA		NY		NY		[Total]		IL		IL		TK		TK		[Total]		
		D1		[Total]		E1		[Total]		    		CP		HD		[Total]		PD		ZJ		[Total]		S1		S2		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		P1		[Total]		F1		[Total]		    		
2002		50.0		[50.0]		55.0		[55.0]		[105.0]		20.0		15.0		[35.0]		5.0		10.0		[15.0]		25.0		30.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		[455.0]
2001		49.0		[49.0]		54.0		[54.0]		[103.0]		19.0		14.0		[33.0]		4.0		9.0		[13.0]		24.0		29.0		[53.0]		[99.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		[443.0]
2000		48.0		[48.0]		53.0		[53.0]		[101.0]		18.0		13.0		[31.0]		3.0		8.0		[11.0]		23.0		28.0		[51.0]		[93.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		[429.0]
1999		47.0		[47.0]		52.0		[52.0]		[99.0]		17.0		12.0		[29.0]		2.0		7.0		[9.0]		22.0		27.0		[49.0]		[87.0]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		[416.0]
1998		46.0		[46.0]		51.0		[51.0]		[97.0]		16.0		11.0		[27.0]		1.0		6.0		[7.0]		21.0		26.0		[47.0]		[81.0]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		[403.0]
[Total]		240.0		[240.0]		265.0		[265.0]		[505.0]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		115.0		140.0		[255.0]		[465.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		[2146.0]		
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SH		SZ		IL		TK		LD		LP		CS		LA		NY		
2002		35.0		15.0		55.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
2001		33.0		13.0		53.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2000		31.0		11.0		51.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
1999		29.0		9.0		49.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
1998		27.0		7.0		47.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		Total
2002		45.0		35.0		40.0		55.0		50.0		60.0		65.0		55.0		15.0		35.0		65.0
2001		44.0		34.0		39.0		54.0		49.0		59.0		65.0		53.0		13.0		33.0		65.0
2000		43.0		33.0		38.0		53.0		48.0		58.0		63.0		51.0		11.0		31.0		63.0
1999		42.0		32.0		37.0		52.0		47.0		57.0		62.0		49.0		9.0		29.0		62.0
1998		41.0		31.0		36.0		51.0		46.0		56.0		61.0		47.0		7.0		27.0		61.0
Total		null		null		null		null		null		null		316.0		null		null		null		316.0
		CN		CN		CN		CN		[Total]
		SH		SH		SH		[Total]		
		PD		ZJ		[Total]		    		
2002		5.0		10.0		[15.0]		[15.0]		[15.0]
[Total]		5.0		10.0		[15.0]		[15.0]		[15.0]		
		JP		JP		JP		JP		JP		[Total]
		IL		IL		TK		TK		[Total]		
		P1		[Total]		F1		[Total]		    		
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		[121.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		[124.0]
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		[125.0]
[Total]		193.0		[193.0]		177.0		[177.0]		[370.0]		[370.0]		
		CN		CN		CN		CN		JP		JP		JP		[Total]
		SZ		SZ		SZ		[Total]		TK		TK		[Total]		
		S1		S2		[Total]		    		F1		[Total]		    		
1998		21.0		26.0		[47.0]		[47.0]		56.0		[56.0]		[56.0]		[103.0]
1999		22.0		27.0		[49.0]		[49.0]		57.0		[57.0]		[57.0]		[106.0]
2000		23.0		28.0		[51.0]		[51.0]		58.0		[58.0]		[58.0]		[109.0]
[Total]		66.0		81.0		[147.0]		[147.0]		171.0		[171.0]		[171.0]		[318.0]		
 All total values: 81.0   117.0   97.0   108.0   87.0   119.0   99.0   111.0   93.0   121.0   101.0   114.0   99.0   124.0   103.0   117.0   105.0   125.0   105.0   120.0   
 All total values: 125.0
		CN		CN		CN		
		BJ		SH		SZ		
1998		27.0		7.0		47.0		
1999		29.0		9.0		49.0		
2000		31.0		11.0		51.0		
2001		33.0		13.0		53.0		
2002		35.0		15.0		55.0		
		CN		CN		CN		
		BJ		SH		SZ		
2000		31.0		11.0		51.0		
2001		33.0		13.0		53.0		
2002		35.0		15.0		55.0		
		CN		CN		CN		
		BJ		SH		SZ		
2000		31.0		11.0		51.0		
2001		33.0		13.0		53.0		
2002		35.0		15.0		55.0		
		CS		LA		NY		
1998		36.0		31.0		41.0		
1999		37.0		32.0		42.0		
2000		38.0		33.0		43.0		
2001		39.0		34.0		44.0		
2002		40.0		35.0		45.0		
		CS		
2000		38.0		
2001		39.0		
2002		40.0		
		CN		JP		
		BJ		TK		
1998		27.0		56.0		
1999		29.0		57.0		
2000		31.0		58.0		
2001		33.0		59.0		
2002		35.0		60.0		
		CN		CN		JP		UN		UN		US		US		US		
		SH		SZ		IL		LD		LP		CS		LA		NY		
1998		7.0		47.0		61.0		46.0		51.0		36.0		31.0		41.0		
1999		9.0		49.0		62.0		47.0		52.0		37.0		32.0		42.0		
2000		11.0		51.0		63.0		48.0		53.0		38.0		33.0		43.0		
2001		13.0		53.0		65.0		49.0		54.0		39.0		34.0		44.0		
2002		15.0		55.0		65.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		JP		JP		JP		UN		UN		UN		[Total]
		SZ		SZ		SZ		[Total]		IL		IL		[Total]		LP		LP		[Total]		
		S1		S2		[Total]		    		P1		[Total]		    		E1		[Total]		    		
1998		21.0		26.0		[47.0]		[47.0]		61.0		[61.0]		[61.0]		51.0		[51.0]		[51.0]		[159.0]
1999		22.0		27.0		[49.0]		[49.0]		62.0		[62.0]		[62.0]		52.0		[52.0]		[52.0]		[163.0]
2000		23.0		28.0		[51.0]		[51.0]		63.0		[63.0]		[63.0]		53.0		[53.0]		[53.0]		[167.0]
2001		24.0		29.0		[53.0]		[53.0]		65.0		[65.0]		[65.0]		54.0		[54.0]		[54.0]		[172.0]
2002		25.0		30.0		[55.0]		[55.0]		65.0		[65.0]		[65.0]		55.0		[55.0]		[55.0]		[175.0]
[Total]		115.0		140.0		[255.0]		[255.0]		316.0		[316.0]		[316.0]		265.0		[265.0]		[265.0]		[836.0]		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		IL		IL		TK		TK		[Total]		LD		LD		LP		LP		[Total]		CS		CS		LA		LA		NY		NY		[Total]		
		CP		HD		[Total]		PD		ZJ		[Total]		S1		S2		[Total]		    		P1		[Total]		F1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		
2002		20.0		15.0		[35.0]		5.0		10.0		[15.0]		25.0		30.0		[55.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		[455.0]
2001		19.0		14.0		[33.0]		4.0		9.0		[13.0]		24.0		29.0		[53.0]		[99.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		[443.0]
2000		18.0		13.0		[31.0]		3.0		8.0		[11.0]		23.0		28.0		[51.0]		[93.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		[429.0]
1999		17.0		12.0		[29.0]		2.0		7.0		[9.0]		22.0		27.0		[49.0]		[87.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		[416.0]
1998		16.0		11.0		[27.0]		1.0		6.0		[7.0]		21.0		26.0		[47.0]		[81.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		[403.0]
[Total]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		115.0		140.0		[255.0]		[465.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		SZ		SZ		SZ		BJ		BJ		BJ		SH		SH		SH		[Total]		IL		IL		TK		TK		[Total]		LP		LP		LD		LD		[Total]		NY		NY		CS		CS		LA		LA		[Total]		
		S1		S2		[Total]		CP		HD		[Total]		PD		ZJ		[Total]		    		P1		[Total]		F1		[Total]		    		E1		[Total]		D1		[Total]		    		C1		[Total]		B1		[Total]		A1		[Total]		    		
2002		25.0		30.0		[55.0]		20.0		15.0		[35.0]		5.0		10.0		[15.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		55.0		[55.0]		50.0		[50.0]		[105.0]		45.0		[45.0]		40.0		[40.0]		35.0		[35.0]		[120.0]		[455.0]
2001		24.0		29.0		[53.0]		19.0		14.0		[33.0]		4.0		9.0		[13.0]		[99.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		54.0		[54.0]		49.0		[49.0]		[103.0]		44.0		[44.0]		39.0		[39.0]		34.0		[34.0]		[117.0]		[443.0]
2000		23.0		28.0		[51.0]		18.0		13.0		[31.0]		3.0		8.0		[11.0]		[93.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		53.0		[53.0]		48.0		[48.0]		[101.0]		43.0		[43.0]		38.0		[38.0]		33.0		[33.0]		[114.0]		[429.0]
1999		22.0		27.0		[49.0]		17.0		12.0		[29.0]		2.0		7.0		[9.0]		[87.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		52.0		[52.0]		47.0		[47.0]		[99.0]		42.0		[42.0]		37.0		[37.0]		32.0		[32.0]		[111.0]		[416.0]
1998		21.0		26.0		[47.0]		16.0		11.0		[27.0]		1.0		6.0		[7.0]		[81.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		51.0		[51.0]		46.0		[46.0]		[97.0]		41.0		[41.0]		36.0		[36.0]		31.0		[31.0]		[108.0]		[403.0]
[Total]		115.0		140.0		[255.0]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		[465.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		265.0		[265.0]		240.0		[240.0]		[505.0]		215.0		[215.0]		190.0		[190.0]		165.0		[165.0]		[570.0]		[2146.0]		
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SH		SZ		IL		TK		LD		LP		CS		LA		NY		
2002		35.0		15.0		55.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
2001		33.0		13.0		53.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2000		31.0		11.0		51.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
1999		29.0		9.0		49.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
1998		27.0		7.0		47.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		
2002		45.0		35.0		40.0		55.0		50.0		60.0		65.0		55.0		15.0		35.0		
2001		44.0		34.0		39.0		54.0		49.0		59.0		65.0		53.0		13.0		33.0		
2000		43.0		33.0		38.0		53.0		48.0		58.0		63.0		51.0		11.0		31.0		
1999		42.0		32.0		37.0		52.0		47.0		57.0		62.0		49.0		9.0		29.0		
1998		41.0		31.0		36.0		51.0		46.0		56.0		61.0		47.0		7.0		27.0		
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		
2002		45.0		35.0		40.0		55.0		50.0		60.0		65.0		55.0		15.0		35.0		
2001		44.0		34.0		39.0		54.0		49.0		59.0		65.0		53.0		13.0		33.0		
2000		43.0		33.0		38.0		53.0		48.0		58.0		63.0		51.0		11.0		31.0		
1999		42.0		32.0		37.0		52.0		47.0		57.0		62.0		49.0		9.0		29.0		
1998		41.0		31.0		36.0		51.0		46.0		56.0		61.0		47.0		7.0		27.0		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		SH		SH		SH		BJ		BJ		BJ		SZ		SZ		SZ		[Total]		TK		TK		IL		IL		[Total]		LD		LD		LP		LP		[Total]		LA		LA		CS		CS		NY		NY		[Total]		
		PD		ZJ		[Total]		CP		HD		[Total]		S1		S2		[Total]		    		F1		[Total]		P1		[Total]		    		D1		[Total]		E1		[Total]		    		A1		[Total]		B1		[Total]		C1		[Total]		    		
1998		1.0		6.0		[7.0]		16.0		11.0		[27.0]		21.0		26.0		[47.0]		[81.0]		56.0		[56.0]		61.0		[61.0]		[117.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		31.0		[31.0]		36.0		[36.0]		41.0		[41.0]		[108.0]		[403.0]
1999		2.0		7.0		[9.0]		17.0		12.0		[29.0]		22.0		27.0		[49.0]		[87.0]		57.0		[57.0]		62.0		[62.0]		[119.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		32.0		[32.0]		37.0		[37.0]		42.0		[42.0]		[111.0]		[416.0]
2000		3.0		8.0		[11.0]		18.0		13.0		[31.0]		23.0		28.0		[51.0]		[93.0]		58.0		[58.0]		63.0		[63.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		33.0		[33.0]		38.0		[38.0]		43.0		[43.0]		[114.0]		[429.0]
2001		4.0		9.0		[13.0]		19.0		14.0		[33.0]		24.0		29.0		[53.0]		[99.0]		59.0		[59.0]		65.0		[65.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		34.0		[34.0]		39.0		[39.0]		44.0		[44.0]		[117.0]		[443.0]
2002		5.0		10.0		[15.0]		20.0		15.0		[35.0]		25.0		30.0		[55.0]		[105.0]		60.0		[60.0]		65.0		[65.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		35.0		[35.0]		40.0		[40.0]		45.0		[45.0]		[120.0]		[455.0]
[Total]		15.0		40.0		[55.0]		90.0		65.0		[155.0]		115.0		140.0		[255.0]		[465.0]		290.0		[290.0]		316.0		[316.0]		[606.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		165.0		[165.0]		190.0		[190.0]		215.0		[215.0]		[570.0]		[2146.0]		
		JP		JP		JP		JP		JP		US		US		US		US		US		US		US		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		UN		UN		UN		UN		UN		[Total]
		IL		IL		TK		TK		[Total]		NY		NY		CS		CS		LA		LA		[Total]		SZ		SZ		SZ		BJ		BJ		BJ		SH		SH		SH		[Total]		LP		LP		LD		LD		[Total]		
		P1		[Total]		F1		[Total]		    		C1		[Total]		B1		[Total]		A1		[Total]		    		S1		S2		[Total]		CP		HD		[Total]		PD		ZJ		[Total]		    		E1		[Total]		D1		[Total]		    		
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		45.0		[45.0]		40.0		[40.0]		35.0		[35.0]		[120.0]		25.0		30.0		[55.0]		20.0		15.0		[35.0]		5.0		10.0		[15.0]		[105.0]		55.0		[55.0]		50.0		[50.0]		[105.0]		[455.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		44.0		[44.0]		39.0		[39.0]		34.0		[34.0]		[117.0]		24.0		29.0		[53.0]		19.0		14.0		[33.0]		4.0		9.0		[13.0]		[99.0]		54.0		[54.0]		49.0		[49.0]		[103.0]		[443.0]
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		43.0		[43.0]		38.0		[38.0]		33.0		[33.0]		[114.0]		23.0		28.0		[51.0]		18.0		13.0		[31.0]		3.0		8.0		[11.0]		[93.0]		53.0		[53.0]		48.0		[48.0]		[101.0]		[429.0]
1999		62.0		[62.0]		57.0		[57.0]		[119.0]		42.0		[42.0]		37.0		[37.0]		32.0		[32.0]		[111.0]		22.0		27.0		[49.0]		17.0		12.0		[29.0]		2.0		7.0		[9.0]		[87.0]		52.0		[52.0]		47.0		[47.0]		[99.0]		[416.0]
1998		61.0		[61.0]		56.0		[56.0]		[117.0]		41.0		[41.0]		36.0		[36.0]		31.0		[31.0]		[108.0]		21.0		26.0		[47.0]		16.0		11.0		[27.0]		1.0		6.0		[7.0]		[81.0]		51.0		[51.0]		46.0		[46.0]		[97.0]		[403.0]
[Total]		316.0		[316.0]		290.0		[290.0]		[606.0]		215.0		[215.0]		190.0		[190.0]		165.0		[165.0]		[570.0]		115.0		140.0		[255.0]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		[465.0]		265.0		[265.0]		240.0		[240.0]		[505.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		IL		IL		TK		TK		[Total]		LD		LD		LP		LP		[Total]		CS		CS		LA		LA		NY		NY		[Total]		
		CP		HD		[Total]		ZJ		PD		[Total]		S2		S1		[Total]		    		P1		[Total]		F1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		
1998		16.0		11.0		[27.0]		6.0		1.0		[7.0]		26.0		21.0		[47.0]		[81.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		[403.0]
1999		17.0		12.0		[29.0]		7.0		2.0		[9.0]		27.0		22.0		[49.0]		[87.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		[416.0]
2000		18.0		13.0		[31.0]		8.0		3.0		[11.0]		28.0		23.0		[51.0]		[93.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		[429.0]
2001		19.0		14.0		[33.0]		9.0		4.0		[13.0]		29.0		24.0		[53.0]		[99.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		[443.0]
2002		20.0		15.0		[35.0]		10.0		5.0		[15.0]		30.0		25.0		[55.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		[455.0]
[Total]		90.0		65.0		[155.0]		40.0		15.0		[55.0]		140.0		115.0		[255.0]		[465.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		[2146.0]		
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		Total
2002		450.0		350.0		400.0		550.0		500.0		600.0		650.0		550.0		150.0		350.0		4550.0
2001		440.0		340.0		390.0		540.0		490.0		590.0		650.0		530.0		130.0		330.0		4430.0
2000		430.0		330.0		380.0		530.0		480.0		580.0		630.0		510.0		110.0		310.0		4290.0
1999		420.0		320.0		370.0		520.0		470.0		570.0		620.0		490.0		90.0		290.0		4160.0
1998		410.0		310.0		360.0		510.0		460.0		560.0		610.0		470.0		70.0		270.0		4030.0
Total		2150.0		1650.0		1900.0		2650.0		2400.0		2900.0		3160.0		2550.0		550.0		1550.0		21460.0
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		Total
2002		45.0		35.0		40.0		55.0		50.0		60.0		65.0		55.0		15.0		35.0		455.0
2001		44.0		34.0		39.0		54.0		49.0		59.0		65.0		53.0		13.0		33.0		443.0
2000		43.0		33.0		38.0		53.0		48.0		58.0		63.0		51.0		11.0		31.0		429.0
1999		42.0		32.0		37.0		52.0		47.0		57.0		62.0		49.0		9.0		29.0		416.0
1998		41.0		31.0		36.0		51.0		46.0		56.0		61.0		47.0		7.0		27.0		403.0
Total		215.0		165.0		190.0		265.0		240.0		290.0		316.0		255.0		55.0		155.0		2146.0
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
total		90.0		65.0		15.0		40.0		115.0		140.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
maxTotal1	CN/BJ90		CN/BJ65		CN/SH15		CN/SH40		CN/SZ115		CN/SZ140		JP/IL316		JP/TK290		UN/LD240		UN/LP265		US/CS190		US/LA165		US/NY215		
maxTotal2	316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		
sumTotal1	155.0		155.0		55.0		55.0		255.0		255.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
sumTotal2	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
sumSumTotal1	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		
1999		
2000		
2001		
2002		
		US		US		US		US		US		US		US		UN		UN		UN		UN		UN		JP		JP		JP		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		[Total]
		CS		CS		LA		LA		NY		NY		[Total]		LD		LD		LP		LP		[Total]		TK		TK		[Total]		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		
		B1		[Total]		A1		[Total]		C1		[Total]		    		D1		[Total]		E1		[Total]		    		F1		[Total]		    		HD		CP		[Total]		ZJ		PD		[Total]		S2		S1		[Total]		    		
2000		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		58.0		[58.0]		[58.0]		13.0		18.0		[31.0]		8.0		3.0		[11.0]		28.0		23.0		[51.0]		[93.0]		[366.0]
2001		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		59.0		[59.0]		[59.0]		14.0		19.0		[33.0]		9.0		4.0		[13.0]		29.0		24.0		[53.0]		[99.0]		[378.0]
2002		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		60.0		[60.0]		[60.0]		15.0		20.0		[35.0]		10.0		5.0		[15.0]		30.0		25.0		[55.0]		[105.0]		[390.0]
[Total]		117.0		[117.0]		102.0		[102.0]		132.0		[132.0]		[351.0]		147.0		[147.0]		162.0		[162.0]		[309.0]		177.0		[177.0]		[177.0]		42.0		57.0		[99.0]		27.0		12.0		[39.0]		87.0		72.0		[159.0]		[297.0]		[1134.0]		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		US		
		BJ		BJ		BJ		BJ		BJ		BJ		BJ		BJ		BJ		BJ		BJ		BJ		BJ		SH		SH		SH		SH		SH		SH		SH		SH		SH		SH		SH		SH		SH		SZ		SZ		SZ		SZ		SZ		SZ		SZ		SZ		SZ		SZ		SZ		SZ		SZ		IL		IL		IL		IL		IL		IL		IL		IL		IL		IL		IL		IL		IL		TK		TK		TK		TK		TK		TK		TK		TK		TK		TK		TK		TK		TK		LD		LD		LD		LD		LD		LD		LD		LD		LD		LD		LD		LD		LD		LP		LP		LP		LP		LP		LP		LP		LP		LP		LP		LP		LP		LP		CS		CS		CS		CS		CS		CS		CS		CS		CS		CS		CS		CS		CS		LA		LA		LA		LA		LA		LA		LA		LA		LA		LA		LA		LA		LA		NY		NY		NY		NY		NY		NY		NY		NY		NY		NY		NY		NY		NY		
		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		A1		B1		C1		CP		D1		E1		F1		HD		P1		PD		S1		S2		ZJ		
1998		null		null		null		16.0		null		null		null		11.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		1.0		null		null		6.0		null		null		null		null		null		null		null		null		null		null		21.0		26.0		null		null		null		null		null		null		null		null		null		61.0		null		null		null		null		null		null		null		null		null		null		56.0		null		null		null		null		null		null		null		null		null		null		46.0		null		null		null		null		null		null		null		null		null		null		null		null		null		51.0		null		null		null		null		null		null		null		null		36.0		null		null		null		null		null		null		null		null		null		null		null		31.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		41.0		null		null		null		null		null		null		null		null		null		null		
1999		null		null		null		17.0		null		null		null		12.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		2.0		null		null		7.0		null		null		null		null		null		null		null		null		null		null		22.0		27.0		null		null		null		null		null		null		null		null		null		62.0		null		null		null		null		null		null		null		null		null		null		57.0		null		null		null		null		null		null		null		null		null		null		47.0		null		null		null		null		null		null		null		null		null		null		null		null		null		52.0		null		null		null		null		null		null		null		null		37.0		null		null		null		null		null		null		null		null		null		null		null		32.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		42.0		null		null		null		null		null		null		null		null		null		null		
2000		null		null		null		18.0		null		null		null		13.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		3.0		null		null		8.0		null		null		null		null		null		null		null		null		null		null		23.0		28.0		null		null		null		null		null		null		null		null		null		63.0		null		null		null		null		null		null		null		null		null		null		58.0		null		null		null		null		null		null		null		null		null		null		48.0		null		null		null		null		null		null		null		null		null		null		null		null		null		53.0		null		null		null		null		null		null		null		null		38.0		null		null		null		null		null		null		null		null		null		null		null		33.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		43.0		null		null		null		null		null		null		null		null		null		null		
2001		null		null		null		19.0		null		null		null		14.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		4.0		null		null		9.0		null		null		null		null		null		null		null		null		null		null		24.0		29.0		null		null		null		null		null		null		null		null		null		65.0		null		null		null		null		null		null		null		null		null		null		59.0		null		null		null		null		null		null		null		null		null		null		49.0		null		null		null		null		null		null		null		null		null		null		null		null		null		54.0		null		null		null		null		null		null		null		null		39.0		null		null		null		null		null		null		null		null		null		null		null		34.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		44.0		null		null		null		null		null		null		null		null		null		null		
2002		null		null		null		20.0		null		null		null		15.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		5.0		null		null		10.0		null		null		null		null		null		null		null		null		null		null		25.0		30.0		null		null		null		null		null		null		null		null		null		65.0		null		null		null		null		null		null		null		null		null		null		60.0		null		null		null		null		null		null		null		null		null		null		50.0		null		null		null		null		null		null		null		null		null		null		null		null		null		55.0		null		null		null		null		null		null		null		null		40.0		null		null		null		null		null		null		null		null		null		null		null		35.0		null		null		null		null		null		null		null		null		null		null		null		null		null		null		45.0		null		null		null		null		null		null		null		null		null		null		
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		Total
2002		45.0		35.0		40.0		55.0		50.0		60.0		65.0		55.0		15.0		35.0		455.0
2001		44.0		34.0		39.0		54.0		49.0		59.0		65.0		53.0		13.0		33.0		443.0
2000		43.0		33.0		38.0		53.0		48.0		58.0		63.0		51.0		11.0		31.0		429.0
1999		42.0		32.0		37.0		52.0		47.0		57.0		62.0		49.0		9.0		29.0		416.0
1998		41.0		31.0		36.0		51.0		46.0		56.0		61.0		47.0		7.0		27.0		403.0
Total		215.0		165.0		190.0		265.0		240.0		290.0		316.0		255.0		55.0		155.0		2146.0
39.0		39.0		
39.0		39.0		
65.0		65.0		
65.0		65.0		
65.0		65.0		
65.0		65.0		
65.0		65.0		
null		null		
39.0		null		
39.0		null		
39.0		null		
39.0		null		
39.0		null		
39.0		null		
39.0		null		
39.0		null		
null		null		
null		null		
null		null		
11.0		11.0		
16.0		16.0		
16.0		16.0		
23.0		23.0		
null		null		
34.0		93.0		
34.0		93.0		
34.0		93.0		
34.0		93.0		
34.0		93.0		
34.0		93.0		
34.0		93.0		
34.0		93.0		
34.0		null		93.0		16.0		
34.0		null		93.0		16.0		
34.0		null		93.0		16.0		
34.0		null		93.0		16.0		
34.0		null		93.0		16.0		
34.0		null		93.0		16.0		
34.0		null		93.0		16.0		
34.0		null		93.0		16.0		
1.0		1.0		null		null		
39.0		39.0		null		null		
null		null		2.0		2.0		
11.0		11.0		2.0		2.0		
11.0		11.0		18.0		18.0		
11.0		11.0		54.0		54.0		
34.0		34.0		54.0		54.0		
null		null		39.0		39.0		
39.0		39.0		null		null		
39.0		39.0		null		null		
34.0		34.0		54.0		54.0		
34.0		34.0		54.0		54.0		
34.0		34.0		54.0		54.0		
34.0		34.0		54.0		54.0		
34.0		34.0		54.0		54.0		
null		null		null		39.0		
null		null		null		null		null		null		
null		null		null		null		null		null		
null		null		null		null		null		null		
11.0		null		null		11.0		null		null		
16.0		13.0		13.0		16.0		13.0		13.0		
16.0		13.0		13.0		16.0		13.0		13.0		
23.0		13.0		13.0		23.0		13.0		13.0		
null		null		null		null		null		null		
1.0		null		
39.0		null		
null		2.0		
11.0		2.0		
11.0		18.0		
11.0		54.0		
34.0		54.0		
null		39.0		
39.0		1.0		39.0		1.0		
39.0		1.0		39.0		1.0		
13.0		13.0		13.0		13.0		
13.0		13.0		13.0		13.0		
88.0		65.0		88.0		65.0		
88.0		65.0		88.0		65.0		
88.0		65.0		88.0		65.0		
39.0		null		39.0		null		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
total		90.0		65.0		15.0		40.0		115.0		140.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
maxTotal1	CN/BJ90		CN/BJ65		CN/SH15		CN/SH40		CN/SZ115		CN/SZ140		JP/IL316		JP/TK290		UN/LD240		UN/LP265		US/CS190		US/LA165		US/NY215		
maxTotal2	316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		
sumTotal1	155.0		155.0		55.0		55.0		255.0		255.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
sumTotal2	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
sumSumTotal1	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
1.0		null		
39.0		null		
null		2.0		
11.0		2.0		
11.0		18.0		
11.0		54.0		
34.0		54.0		
null		39.0		
39.0		null		
39.0		null		
11.0		18.0		
11.0		18.0		
11.0		18.0		
11.0		18.0		
11.0		18.0		
null		null		
1.0		1.0		
null		null		
2.0		2.0		
11.0		11.0		
16.0		16.0		
16.0		16.0		
23.0		23.0		
null		null		
null		null		
null		null		
23.0		23.0		
23.0		23.0		
23.0		23.0		
23.0		23.0		
23.0		23.0		
null		null		
73.0		54.0		
73.0		54.0		
73.0		54.0		
73.0		54.0		
73.0		54.0		
73.0		54.0		
73.0		54.0		
73.0		54.0		
39.0		39.0		
39.0		39.0		
65.0		65.0		
65.0		65.0		
65.0		65.0		
65.0		65.0		
65.0		65.0		
null		null		
null		52.0		
null		52.0		
null		52.0		
null		52.0		
null		52.0		
null		52.0		
null		52.0		
null		52.0		
null		null		
null		null		
23.0		23.0		
23.0		23.0		
23.0		23.0		
23.0		23.0		
23.0		23.0		
null		null		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		32.0		22.0		2.0		12.0		42.0		52.0		122.0		112.0		92.0		102.0		72.0		62.0		82.0		
1999		34.0		24.0		4.0		14.0		44.0		54.0		124.0		114.0		94.0		104.0		74.0		64.0		84.0		
2000		36.0		26.0		6.0		16.0		46.0		56.0		126.0		116.0		96.0		106.0		76.0		66.0		86.0		
2001		38.0		28.0		8.0		18.0		48.0		58.0		130.0		118.0		98.0		108.0		78.0		68.0		88.0		
2002		40.0		30.0		10.0		20.0		50.0		60.0		130.0		120.0		100.0		110.0		80.0		70.0		90.0		
		CN		CN		CN		CN		US		US		US		[Total]
		SH		SH		SH		[Total]		LA		LA		[Total]		
		PD		ZJ		[Total]		    		A1		[Total]		    		
1998		1.0		6.0		[7.0]		[7.0]		31.0		[31.0]		[31.0]		[38.0]
1999		2.0		7.0		[9.0]		[9.0]		32.0		[32.0]		[32.0]		[41.0]
2000		3.0		8.0		[11.0]		[11.0]		33.0		[33.0]		[33.0]		[44.0]
2001		4.0		9.0		[13.0]		[13.0]		34.0		[34.0]		[34.0]		[47.0]
2002		5.0		10.0		[15.0]		[15.0]		35.0		[35.0]		[35.0]		[50.0]
[Total]		15.0		40.0		[55.0]		[55.0]		165.0		[165.0]		[165.0]		[220.0]		
		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SZ		SZ		SZ		[Total]		TK		TK		IL		IL		[Total]		LD		LD		LP		LP		[Total]		CS		CS		NY		NY		[Total]		
		CP		HD		[Total]		S1		S2		[Total]		    		F1		[Total]		P1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		C1		[Total]		    		
1998		16.0		11.0		[27.0]		21.0		26.0		[47.0]		[74.0]		56.0		[56.0]		61.0		[61.0]		[117.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		36.0		[36.0]		41.0		[41.0]		[77.0]		[365.0]
1999		17.0		12.0		[29.0]		22.0		27.0		[49.0]		[78.0]		57.0		[57.0]		62.0		[62.0]		[119.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		37.0		[37.0]		42.0		[42.0]		[79.0]		[375.0]
2000		18.0		13.0		[31.0]		23.0		28.0		[51.0]		[82.0]		58.0		[58.0]		63.0		[63.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		43.0		[43.0]		[81.0]		[385.0]
2001		19.0		14.0		[33.0]		24.0		29.0		[53.0]		[86.0]		59.0		[59.0]		65.0		[65.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		44.0		[44.0]		[83.0]		[396.0]
2002		20.0		15.0		[35.0]		25.0		30.0		[55.0]		[90.0]		60.0		[60.0]		65.0		[65.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		45.0		[45.0]		[85.0]		[405.0]
[Total]		90.0		65.0		[155.0]		115.0		140.0		[255.0]		[410.0]		290.0		[290.0]		316.0		[316.0]		[606.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		190.0		[190.0]		215.0		[215.0]		[405.0]		[1926.0]		
		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SZ		SZ		SZ		[Total]		TK		TK		IL		IL		[Total]		LD		LD		LP		LP		[Total]		CS		CS		NY		NY		[Total]		
		CP		HD		[Total]		S1		S2		[Total]		    		F1		[Total]		P1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		C1		[Total]		    		
2000		18.0		13.0		[31.0]		23.0		28.0		[51.0]		[82.0]		58.0		[58.0]		63.0		[63.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		43.0		[43.0]		[81.0]		[385.0]
2001		19.0		14.0		[33.0]		24.0		29.0		[53.0]		[86.0]		59.0		[59.0]		65.0		[65.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		44.0		[44.0]		[83.0]		[396.0]
2002		20.0		15.0		[35.0]		25.0		30.0		[55.0]		[90.0]		60.0		[60.0]		65.0		[65.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		45.0		[45.0]		[85.0]		[405.0]
[Total]		57.0		42.0		[99.0]		72.0		87.0		[159.0]		[258.0]		177.0		[177.0]		193.0		[193.0]		[370.0]		147.0		[147.0]		162.0		[162.0]		[309.0]		117.0		[117.0]		132.0		[132.0]		[249.0]		[1186.0]		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		IL		IL		TK		TK		[Total]		LD		LD		LP		LP		[Total]		CS		CS		LA		LA		NY		NY		[Total]		
		CP		HD		[Total]		PD		ZJ		[Total]		S1		S2		[Total]		    		P1		[Total]		F1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		
1998		16.0		11.0		[27.0]		1.0		6.0		[7.0]		21.0		26.0		[47.0]		[81.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		[403.0]
1999		17.0		12.0		[29.0]		2.0		7.0		[9.0]		22.0		27.0		[49.0]		[87.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		[416.0]
2000		18.0		13.0		[31.0]		3.0		8.0		[11.0]		23.0		28.0		[51.0]		[93.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		[429.0]
2001		19.0		14.0		[33.0]		4.0		9.0		[13.0]		24.0		29.0		[53.0]		[99.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		[443.0]
2002		20.0		15.0		[35.0]		5.0		10.0		[15.0]		25.0		30.0		[55.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		[455.0]
[Total]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		115.0		140.0		[255.0]		[465.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		[2146.0]		
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		SZ		SH		BJ		TK		IL		LP		LD		NY		LA		CS		
2002		55.0		15.0		35.0		60.0		65.0		55.0		50.0		45.0		35.0		40.0		
2001		53.0		13.0		33.0		59.0		65.0		54.0		49.0		44.0		34.0		39.0		
2000		51.0		11.0		31.0		58.0		63.0		53.0		48.0		43.0		33.0		38.0		
1999		49.0		9.0		29.0		57.0		62.0		52.0		47.0		42.0		32.0		37.0		
1998		47.0		7.0		27.0		56.0		61.0		51.0		46.0		41.0		31.0		36.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		32.0		22.0		2.0		12.0		42.0		52.0		122.0		112.0		92.0		102.0		72.0		62.0		82.0		
1999		34.0		24.0		4.0		14.0		44.0		54.0		124.0		114.0		94.0		104.0		74.0		64.0		84.0		
2000		36.0		26.0		6.0		16.0		46.0		56.0		126.0		116.0		96.0		106.0		76.0		66.0		86.0		
2001		38.0		28.0		8.0		18.0		48.0		58.0		130.0		118.0		98.0		108.0		78.0		68.0		88.0		
2002		40.0		30.0		10.0		20.0		50.0		60.0		130.0		120.0		100.0		110.0		80.0		70.0		90.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		

Parent result:16.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
16.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
11.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
1.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
6.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
21.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
26.0   
subQuery Result2 
16.0 11.0 
subQuery Result3 
16.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
16.0 17.0 18.0 19.0 20.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
16.0 

Parent result:11.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
16.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
11.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
1.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
6.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
21.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
26.0   
subQuery Result2 
16.0 11.0 
subQuery Result3 
11.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
11.0 12.0 13.0 14.0 15.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
11.0 

Parent result:1.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
16.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
11.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
1.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
6.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
21.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
26.0   
subQuery Result2 
1.0 6.0 
subQuery Result3 
1.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
1.0 2.0 3.0 4.0 5.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
1.0 

Parent result:6.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
16.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
11.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
1.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
6.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
21.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
26.0   
subQuery Result2 
1.0 6.0 
subQuery Result3 
6.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
6.0 7.0 8.0 9.0 10.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
6.0 

Parent result:21.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
16.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
11.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
1.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
6.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
21.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
26.0   
subQuery Result2 
21.0 26.0 
subQuery Result3 
21.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
21.0 22.0 23.0 24.0 25.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
21.0 

Parent result:26.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
16.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
11.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
1.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
6.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
21.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
26.0   
subQuery Result2 
21.0 26.0 
subQuery Result3 
26.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
26.0 27.0 28.0 29.0 30.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
26.0 

Parent result:61.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
61.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
56.0   
subQuery Result2 
61.0 
subQuery Result3 
61.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
61.0 62.0 63.0 65.0 65.0 
subQuery Result6 
61.0 62.0 63.0 65.0 65.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
61.0 

Parent result:56.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
61.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
56.0   
subQuery Result2 
56.0 
subQuery Result3 
56.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
56.0 57.0 58.0 59.0 60.0 
subQuery Result6 
56.0 57.0 58.0 59.0 60.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
56.0 

Parent result:46.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
46.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
51.0   
subQuery Result2 
46.0 
subQuery Result3 
46.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
46.0 47.0 48.0 49.0 50.0 
subQuery Result6 
46.0 47.0 48.0 49.0 50.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
46.0 

Parent result:51.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
46.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
51.0   
subQuery Result2 
51.0 
subQuery Result3 
51.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
51.0 52.0 53.0 54.0 55.0 
subQuery Result6 
51.0 52.0 53.0 54.0 55.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
51.0 

Parent result:36.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
36.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
31.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
41.0   
subQuery Result2 
36.0 
subQuery Result3 
36.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
36.0 37.0 38.0 39.0 40.0 
subQuery Result6 
36.0 37.0 38.0 39.0 40.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
36.0 

Parent result:31.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
36.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
31.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
41.0   
subQuery Result2 
31.0 
subQuery Result3 
31.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
31.0 32.0 33.0 34.0 35.0 
subQuery Result6 
31.0 32.0 33.0 34.0 35.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
31.0 

Parent result:41.0

subQuery Result1 
####dim0Edge start=0Edge end=0   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
36.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
31.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
41.0   
subQuery Result2 
41.0 
subQuery Result3 
41.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
41.0 42.0 43.0 44.0 45.0 
subQuery Result6 
41.0 42.0 43.0 44.0 45.0 
subQuery Result7 
16.0 11.0 1.0 6.0 21.0 26.0 61.0 56.0 46.0 51.0 36.0 31.0 41.0 
subQuery Result8 
41.0 

Parent result:17.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
17.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
12.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
2.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
7.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
22.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
27.0   
subQuery Result2 
17.0 12.0 
subQuery Result3 
17.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
16.0 17.0 18.0 19.0 20.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
17.0 

Parent result:12.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
17.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
12.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
2.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
7.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
22.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
27.0   
subQuery Result2 
17.0 12.0 
subQuery Result3 
12.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
11.0 12.0 13.0 14.0 15.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
12.0 

Parent result:2.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
17.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
12.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
2.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
7.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
22.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
27.0   
subQuery Result2 
2.0 7.0 
subQuery Result3 
2.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
1.0 2.0 3.0 4.0 5.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
2.0 

Parent result:7.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
17.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
12.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
2.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
7.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
22.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
27.0   
subQuery Result2 
2.0 7.0 
subQuery Result3 
7.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
6.0 7.0 8.0 9.0 10.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
7.0 

Parent result:22.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
17.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
12.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
2.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
7.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
22.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
27.0   
subQuery Result2 
22.0 27.0 
subQuery Result3 
22.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
21.0 22.0 23.0 24.0 25.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
22.0 

Parent result:27.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
17.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
12.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
2.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
7.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
22.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
27.0   
subQuery Result2 
22.0 27.0 
subQuery Result3 
27.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
26.0 27.0 28.0 29.0 30.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
27.0 

Parent result:62.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
62.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
57.0   
subQuery Result2 
62.0 
subQuery Result3 
62.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
61.0 62.0 63.0 65.0 65.0 
subQuery Result6 
61.0 62.0 63.0 65.0 65.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
62.0 

Parent result:57.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
62.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
57.0   
subQuery Result2 
57.0 
subQuery Result3 
57.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
56.0 57.0 58.0 59.0 60.0 
subQuery Result6 
56.0 57.0 58.0 59.0 60.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
57.0 

Parent result:47.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
47.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
52.0   
subQuery Result2 
47.0 
subQuery Result3 
47.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
46.0 47.0 48.0 49.0 50.0 
subQuery Result6 
46.0 47.0 48.0 49.0 50.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
47.0 

Parent result:52.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
47.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
52.0   
subQuery Result2 
52.0 
subQuery Result3 
52.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
51.0 52.0 53.0 54.0 55.0 
subQuery Result6 
51.0 52.0 53.0 54.0 55.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
52.0 

Parent result:37.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
37.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
32.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
42.0   
subQuery Result2 
37.0 
subQuery Result3 
37.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
36.0 37.0 38.0 39.0 40.0 
subQuery Result6 
36.0 37.0 38.0 39.0 40.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
37.0 

Parent result:32.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
37.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
32.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
42.0   
subQuery Result2 
32.0 
subQuery Result3 
32.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
31.0 32.0 33.0 34.0 35.0 
subQuery Result6 
31.0 32.0 33.0 34.0 35.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
32.0 

Parent result:42.0

subQuery Result1 
####dim0Edge start=1Edge end=1   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
37.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
32.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
42.0   
subQuery Result2 
42.0 
subQuery Result3 
42.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
41.0 42.0 43.0 44.0 45.0 
subQuery Result6 
41.0 42.0 43.0 44.0 45.0 
subQuery Result7 
17.0 12.0 2.0 7.0 22.0 27.0 62.0 57.0 47.0 52.0 37.0 32.0 42.0 
subQuery Result8 
42.0 

Parent result:18.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
18.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
13.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
3.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
8.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
23.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
28.0   
subQuery Result2 
18.0 13.0 
subQuery Result3 
18.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
16.0 17.0 18.0 19.0 20.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
18.0 

Parent result:13.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
18.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
13.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
3.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
8.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
23.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
28.0   
subQuery Result2 
18.0 13.0 
subQuery Result3 
13.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
11.0 12.0 13.0 14.0 15.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
13.0 

Parent result:3.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
18.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
13.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
3.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
8.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
23.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
28.0   
subQuery Result2 
3.0 8.0 
subQuery Result3 
3.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
1.0 2.0 3.0 4.0 5.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
3.0 

Parent result:8.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
18.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
13.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
3.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
8.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
23.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
28.0   
subQuery Result2 
3.0 8.0 
subQuery Result3 
8.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
6.0 7.0 8.0 9.0 10.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
8.0 

Parent result:23.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
18.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
13.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
3.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
8.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
23.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
28.0   
subQuery Result2 
23.0 28.0 
subQuery Result3 
23.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
21.0 22.0 23.0 24.0 25.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
23.0 

Parent result:28.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
18.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
13.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
3.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
8.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
23.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
28.0   
subQuery Result2 
23.0 28.0 
subQuery Result3 
28.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
26.0 27.0 28.0 29.0 30.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
28.0 

Parent result:63.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
63.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
58.0   
subQuery Result2 
63.0 
subQuery Result3 
63.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
61.0 62.0 63.0 65.0 65.0 
subQuery Result6 
61.0 62.0 63.0 65.0 65.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
63.0 

Parent result:58.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
63.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
58.0   
subQuery Result2 
58.0 
subQuery Result3 
58.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
56.0 57.0 58.0 59.0 60.0 
subQuery Result6 
56.0 57.0 58.0 59.0 60.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
58.0 

Parent result:48.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
48.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
53.0   
subQuery Result2 
48.0 
subQuery Result3 
48.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
46.0 47.0 48.0 49.0 50.0 
subQuery Result6 
46.0 47.0 48.0 49.0 50.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
48.0 

Parent result:53.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
48.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
53.0   
subQuery Result2 
53.0 
subQuery Result3 
53.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
51.0 52.0 53.0 54.0 55.0 
subQuery Result6 
51.0 52.0 53.0 54.0 55.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
53.0 

Parent result:38.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
38.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
33.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
43.0   
subQuery Result2 
38.0 
subQuery Result3 
38.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
36.0 37.0 38.0 39.0 40.0 
subQuery Result6 
36.0 37.0 38.0 39.0 40.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
38.0 

Parent result:33.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
38.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
33.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
43.0   
subQuery Result2 
33.0 
subQuery Result3 
33.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
31.0 32.0 33.0 34.0 35.0 
subQuery Result6 
31.0 32.0 33.0 34.0 35.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
33.0 

Parent result:43.0

subQuery Result1 
####dim0Edge start=2Edge end=2   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
38.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
33.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
43.0   
subQuery Result2 
43.0 
subQuery Result3 
43.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
41.0 42.0 43.0 44.0 45.0 
subQuery Result6 
41.0 42.0 43.0 44.0 45.0 
subQuery Result7 
18.0 13.0 3.0 8.0 23.0 28.0 63.0 58.0 48.0 53.0 38.0 33.0 43.0 
subQuery Result8 
43.0 

Parent result:19.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
19.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
14.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
4.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
9.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
24.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
29.0   
subQuery Result2 
19.0 14.0 
subQuery Result3 
19.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
16.0 17.0 18.0 19.0 20.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
19.0 

Parent result:14.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
19.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
14.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
4.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
9.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
24.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
29.0   
subQuery Result2 
19.0 14.0 
subQuery Result3 
14.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
11.0 12.0 13.0 14.0 15.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
14.0 

Parent result:4.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
19.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
14.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
4.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
9.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
24.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
29.0   
subQuery Result2 
4.0 9.0 
subQuery Result3 
4.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
1.0 2.0 3.0 4.0 5.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
4.0 

Parent result:9.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
19.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
14.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
4.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
9.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
24.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
29.0   
subQuery Result2 
4.0 9.0 
subQuery Result3 
9.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
6.0 7.0 8.0 9.0 10.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
9.0 

Parent result:24.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
19.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
14.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
4.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
9.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
24.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
29.0   
subQuery Result2 
24.0 29.0 
subQuery Result3 
24.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
21.0 22.0 23.0 24.0 25.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
24.0 

Parent result:29.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
19.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
14.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
4.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
9.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
24.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
29.0   
subQuery Result2 
24.0 29.0 
subQuery Result3 
29.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
26.0 27.0 28.0 29.0 30.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
29.0 

Parent result:65.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
65.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
59.0   
subQuery Result2 
65.0 
subQuery Result3 
65.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
61.0 62.0 63.0 65.0 65.0 
subQuery Result6 
61.0 62.0 63.0 65.0 65.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
65.0 

Parent result:59.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
65.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
59.0   
subQuery Result2 
59.0 
subQuery Result3 
59.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
56.0 57.0 58.0 59.0 60.0 
subQuery Result6 
56.0 57.0 58.0 59.0 60.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
59.0 

Parent result:49.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
49.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
54.0   
subQuery Result2 
49.0 
subQuery Result3 
49.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
46.0 47.0 48.0 49.0 50.0 
subQuery Result6 
46.0 47.0 48.0 49.0 50.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
49.0 

Parent result:54.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
49.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
54.0   
subQuery Result2 
54.0 
subQuery Result3 
54.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
51.0 52.0 53.0 54.0 55.0 
subQuery Result6 
51.0 52.0 53.0 54.0 55.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
54.0 

Parent result:39.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
39.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
34.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
44.0   
subQuery Result2 
39.0 
subQuery Result3 
39.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
36.0 37.0 38.0 39.0 40.0 
subQuery Result6 
36.0 37.0 38.0 39.0 40.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
39.0 

Parent result:34.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
39.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
34.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
44.0   
subQuery Result2 
34.0 
subQuery Result3 
34.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
31.0 32.0 33.0 34.0 35.0 
subQuery Result6 
31.0 32.0 33.0 34.0 35.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
34.0 

Parent result:44.0

subQuery Result1 
####dim0Edge start=3Edge end=3   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
39.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
34.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
44.0   
subQuery Result2 
44.0 
subQuery Result3 
44.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
41.0 42.0 43.0 44.0 45.0 
subQuery Result6 
41.0 42.0 43.0 44.0 45.0 
subQuery Result7 
19.0 14.0 4.0 9.0 24.0 29.0 65.0 59.0 49.0 54.0 39.0 34.0 44.0 
subQuery Result8 
44.0 

Parent result:20.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
20.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
15.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
5.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
10.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
25.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
30.0   
subQuery Result2 
20.0 15.0 
subQuery Result3 
20.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
16.0 17.0 18.0 19.0 20.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
20.0 

Parent result:15.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
20.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
15.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
5.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
10.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
25.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
30.0   
subQuery Result2 
20.0 15.0 
subQuery Result3 
15.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
16.0 11.0 17.0 12.0 18.0 13.0 19.0 14.0 20.0 15.0 
subQuery Result6 
11.0 12.0 13.0 14.0 15.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
15.0 

Parent result:5.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
20.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
15.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
5.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
10.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
25.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
30.0   
subQuery Result2 
5.0 10.0 
subQuery Result3 
5.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
1.0 2.0 3.0 4.0 5.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
5.0 

Parent result:10.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
20.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
15.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
5.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
10.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
25.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
30.0   
subQuery Result2 
5.0 10.0 
subQuery Result3 
10.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
1.0 6.0 2.0 7.0 3.0 8.0 4.0 9.0 5.0 10.0 
subQuery Result6 
6.0 7.0 8.0 9.0 10.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
10.0 

Parent result:25.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
20.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
15.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
5.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
10.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
25.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
30.0   
subQuery Result2 
25.0 30.0 
subQuery Result3 
25.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
21.0 22.0 23.0 24.0 25.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
25.0 

Parent result:30.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=0Edge end=0   
20.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=0Edge end=1   
****dim2Edge start=1Edge end=1   
15.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=2Edge end=2   
5.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=2Edge end=3   
****dim2Edge start=3Edge end=3   
10.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=4Edge end=4   
25.0   ****dim0Edge start=0Edge end=5   
****dim1Edge start=4Edge end=5   
****dim2Edge start=5Edge end=5   
30.0   
subQuery Result2 
25.0 30.0 
subQuery Result3 
30.0 
subQuery Result4 
16.0 11.0 1.0 6.0 21.0 26.0 17.0 12.0 2.0 7.0 22.0 27.0 18.0 13.0 3.0 8.0 23.0 28.0 19.0 14.0 4.0 9.0 24.0 29.0 20.0 15.0 5.0 10.0 25.0 30.0 
subQuery Result5 
21.0 26.0 22.0 27.0 23.0 28.0 24.0 29.0 25.0 30.0 
subQuery Result6 
26.0 27.0 28.0 29.0 30.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
30.0 

Parent result:65.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
65.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
60.0   
subQuery Result2 
65.0 
subQuery Result3 
65.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
61.0 62.0 63.0 65.0 65.0 
subQuery Result6 
61.0 62.0 63.0 65.0 65.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
65.0 

Parent result:60.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=6Edge end=7   
****dim1Edge start=6Edge end=6   
****dim2Edge start=6Edge end=6   
65.0   ****dim0Edge start=6Edge end=7   
****dim1Edge start=7Edge end=7   
****dim2Edge start=7Edge end=7   
60.0   
subQuery Result2 
60.0 
subQuery Result3 
60.0 
subQuery Result4 
61.0 56.0 62.0 57.0 63.0 58.0 65.0 59.0 65.0 60.0 
subQuery Result5 
56.0 57.0 58.0 59.0 60.0 
subQuery Result6 
56.0 57.0 58.0 59.0 60.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
60.0 

Parent result:50.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
50.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
55.0   
subQuery Result2 
50.0 
subQuery Result3 
50.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
46.0 47.0 48.0 49.0 50.0 
subQuery Result6 
46.0 47.0 48.0 49.0 50.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
50.0 

Parent result:55.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=8Edge end=9   
****dim1Edge start=8Edge end=8   
****dim2Edge start=8Edge end=8   
50.0   ****dim0Edge start=8Edge end=9   
****dim1Edge start=9Edge end=9   
****dim2Edge start=9Edge end=9   
55.0   
subQuery Result2 
55.0 
subQuery Result3 
55.0 
subQuery Result4 
46.0 51.0 47.0 52.0 48.0 53.0 49.0 54.0 50.0 55.0 
subQuery Result5 
51.0 52.0 53.0 54.0 55.0 
subQuery Result6 
51.0 52.0 53.0 54.0 55.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
55.0 

Parent result:40.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
40.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
35.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
45.0   
subQuery Result2 
40.0 
subQuery Result3 
40.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
36.0 37.0 38.0 39.0 40.0 
subQuery Result6 
36.0 37.0 38.0 39.0 40.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
40.0 

Parent result:35.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
40.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
35.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
45.0   
subQuery Result2 
35.0 
subQuery Result3 
35.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
31.0 32.0 33.0 34.0 35.0 
subQuery Result6 
31.0 32.0 33.0 34.0 35.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
35.0 

Parent result:45.0

subQuery Result1 
####dim0Edge start=4Edge end=4   
****dim0Edge start=10Edge end=12   
****dim1Edge start=10Edge end=10   
****dim2Edge start=10Edge end=10   
40.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=11Edge end=11   
****dim2Edge start=11Edge end=11   
35.0   ****dim0Edge start=10Edge end=12   
****dim1Edge start=12Edge end=12   
****dim2Edge start=12Edge end=12   
45.0   
subQuery Result2 
45.0 
subQuery Result3 
45.0 
subQuery Result4 
36.0 31.0 41.0 37.0 32.0 42.0 38.0 33.0 43.0 39.0 34.0 44.0 40.0 35.0 45.0 
subQuery Result5 
41.0 42.0 43.0 44.0 45.0 
subQuery Result6 
41.0 42.0 43.0 44.0 45.0 
subQuery Result7 
20.0 15.0 5.0 10.0 25.0 30.0 65.0 60.0 50.0 55.0 40.0 35.0 45.0 
subQuery Result8 
45.0 

Parent result:16.0

subQuery Result1 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result2 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   
subQuery Result3 
16.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
16.0   17.0   18.0   19.0   20.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
16.0   

Parent result:11.0

subQuery Result1 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result2 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   
subQuery Result3 
11.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
11.0   12.0   13.0   14.0   15.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
11.0   

Parent result:1.0

subQuery Result1 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   
subQuery Result3 
1.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
1.0   2.0   3.0   4.0   5.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
1.0   

Parent result:6.0

subQuery Result1 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   
subQuery Result3 
6.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
6.0   7.0   8.0   9.0   10.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
6.0   

Parent result:21.0

subQuery Result1 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result3 
21.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
21.0   22.0   23.0   24.0   25.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
21.0   

Parent result:26.0

subQuery Result1 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   
subQuery Result3 
26.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
26.0   27.0   28.0   29.0   30.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
26.0   

Parent result:61.0

subQuery Result1 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   
subQuery Result3 
61.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   
subQuery Result6 
61.0   62.0   63.0   65.0   65.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
61.0   

Parent result:56.0

subQuery Result1 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   56.0   null   null   null   null   null   null   
subQuery Result3 
56.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result6 
56.0   57.0   58.0   59.0   60.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
56.0   

Parent result:46.0

subQuery Result1 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   
subQuery Result3 
46.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   
subQuery Result6 
46.0   47.0   48.0   49.0   50.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
46.0   

Parent result:51.0

subQuery Result1 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   51.0   null   null   null   null   null   null   null   
subQuery Result3 
51.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result6 
51.0   52.0   53.0   54.0   55.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
51.0   

Parent result:36.0

subQuery Result1 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
36.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
36.0   37.0   38.0   39.0   40.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
36.0   

Parent result:31.0

subQuery Result1 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
31.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
31.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
31.0   null   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
31.0   32.0   33.0   34.0   35.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
31.0   

Parent result:41.0

subQuery Result1 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
41.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
41.0   42.0   43.0   44.0   45.0   
subQuery Result7 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
41.0   

Parent result:17.0

subQuery Result1 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result2 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   
subQuery Result3 
17.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
16.0   17.0   18.0   19.0   20.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
17.0   

Parent result:12.0

subQuery Result1 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result2 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   
subQuery Result3 
12.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
11.0   12.0   13.0   14.0   15.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
12.0   

Parent result:2.0

subQuery Result1 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   
subQuery Result3 
2.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
1.0   2.0   3.0   4.0   5.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
2.0   

Parent result:7.0

subQuery Result1 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   
subQuery Result3 
7.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
6.0   7.0   8.0   9.0   10.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
7.0   

Parent result:22.0

subQuery Result1 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result3 
22.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
21.0   22.0   23.0   24.0   25.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
22.0   

Parent result:27.0

subQuery Result1 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   
subQuery Result3 
27.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
26.0   27.0   28.0   29.0   30.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
27.0   

Parent result:62.0

subQuery Result1 
null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   null   null   62.0   null   null   null   null   
subQuery Result3 
62.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   
subQuery Result6 
61.0   62.0   63.0   65.0   65.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
62.0   

Parent result:57.0

subQuery Result1 
null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   57.0   null   null   null   null   null   null   
subQuery Result3 
57.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result6 
56.0   57.0   58.0   59.0   60.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
57.0   

Parent result:47.0

subQuery Result1 
null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   47.0   null   null   null   null   null   null   null   null   
subQuery Result3 
47.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   
subQuery Result6 
46.0   47.0   48.0   49.0   50.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
47.0   

Parent result:52.0

subQuery Result1 
null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   52.0   null   null   null   null   null   null   null   
subQuery Result3 
52.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result6 
51.0   52.0   53.0   54.0   55.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
52.0   

Parent result:37.0

subQuery Result1 
null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   37.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
37.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
36.0   37.0   38.0   39.0   40.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
37.0   

Parent result:32.0

subQuery Result1 
null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
32.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
32.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
31.0   null   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
31.0   32.0   33.0   34.0   35.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
32.0   

Parent result:42.0

subQuery Result1 
null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
42.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
41.0   42.0   43.0   44.0   45.0   
subQuery Result7 
null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
42.0   

Parent result:18.0

subQuery Result1 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result2 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   
subQuery Result3 
18.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
16.0   17.0   18.0   19.0   20.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
18.0   

Parent result:13.0

subQuery Result1 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result2 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   
subQuery Result3 
13.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
11.0   12.0   13.0   14.0   15.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
13.0   

Parent result:3.0

subQuery Result1 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   
subQuery Result3 
3.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
1.0   2.0   3.0   4.0   5.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
3.0   

Parent result:8.0

subQuery Result1 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   
subQuery Result3 
8.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
6.0   7.0   8.0   9.0   10.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
8.0   

Parent result:23.0

subQuery Result1 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result3 
23.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
21.0   22.0   23.0   24.0   25.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
23.0   

Parent result:28.0

subQuery Result1 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   
subQuery Result3 
28.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
26.0   27.0   28.0   29.0   30.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
28.0   

Parent result:63.0

subQuery Result1 
null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   null   null   63.0   null   null   null   null   
subQuery Result3 
63.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   
subQuery Result6 
61.0   62.0   63.0   65.0   65.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
63.0   

Parent result:58.0

subQuery Result1 
null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   58.0   null   null   null   null   null   null   
subQuery Result3 
58.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result6 
56.0   57.0   58.0   59.0   60.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
58.0   

Parent result:48.0

subQuery Result1 
null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   48.0   null   null   null   null   null   null   null   null   
subQuery Result3 
48.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   
subQuery Result6 
46.0   47.0   48.0   49.0   50.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
48.0   

Parent result:53.0

subQuery Result1 
null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   53.0   null   null   null   null   null   null   null   
subQuery Result3 
53.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result6 
51.0   52.0   53.0   54.0   55.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
53.0   

Parent result:38.0

subQuery Result1 
null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   38.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
38.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
36.0   37.0   38.0   39.0   40.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
38.0   

Parent result:33.0

subQuery Result1 
null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
33.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
33.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
31.0   null   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
31.0   32.0   33.0   34.0   35.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
33.0   

Parent result:43.0

subQuery Result1 
null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
43.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
41.0   42.0   43.0   44.0   45.0   
subQuery Result7 
null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
43.0   

Parent result:19.0

subQuery Result1 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result2 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   
subQuery Result3 
19.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
16.0   17.0   18.0   19.0   20.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
19.0   

Parent result:14.0

subQuery Result1 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result2 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   
subQuery Result3 
14.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
11.0   12.0   13.0   14.0   15.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
14.0   

Parent result:4.0

subQuery Result1 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   
subQuery Result3 
4.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
1.0   2.0   3.0   4.0   5.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
4.0   

Parent result:9.0

subQuery Result1 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   
subQuery Result3 
9.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
6.0   7.0   8.0   9.0   10.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
9.0   

Parent result:24.0

subQuery Result1 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result3 
24.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
21.0   22.0   23.0   24.0   25.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
24.0   

Parent result:29.0

subQuery Result1 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   
subQuery Result3 
29.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
26.0   27.0   28.0   29.0   30.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
29.0   

Parent result:65.0

subQuery Result1 
null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   null   null   65.0   null   null   null   null   
subQuery Result3 
65.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   
subQuery Result6 
61.0   62.0   63.0   65.0   65.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
65.0   

Parent result:59.0

subQuery Result1 
null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   59.0   null   null   null   null   null   null   
subQuery Result3 
59.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result6 
56.0   57.0   58.0   59.0   60.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
59.0   

Parent result:49.0

subQuery Result1 
null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   49.0   null   null   null   null   null   null   null   null   
subQuery Result3 
49.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   
subQuery Result6 
46.0   47.0   48.0   49.0   50.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
49.0   

Parent result:54.0

subQuery Result1 
null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   54.0   null   null   null   null   null   null   null   
subQuery Result3 
54.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result6 
51.0   52.0   53.0   54.0   55.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
54.0   

Parent result:39.0

subQuery Result1 
null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   39.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
39.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
36.0   37.0   38.0   39.0   40.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
39.0   

Parent result:34.0

subQuery Result1 
null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
34.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
34.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
31.0   null   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
31.0   32.0   33.0   34.0   35.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
34.0   

Parent result:44.0

subQuery Result1 
null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
44.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
41.0   42.0   43.0   44.0   45.0   
subQuery Result7 
null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
44.0   

Parent result:20.0

subQuery Result1 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result2 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result3 
20.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
16.0   17.0   18.0   19.0   20.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
20.0   

Parent result:15.0

subQuery Result1 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result2 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result3 
15.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   
subQuery Result6 
11.0   12.0   13.0   14.0   15.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
15.0   

Parent result:5.0

subQuery Result1 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result3 
5.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
1.0   2.0   3.0   4.0   5.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
5.0   

Parent result:10.0

subQuery Result1 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result3 
10.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   
subQuery Result6 
6.0   7.0   8.0   9.0   10.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
10.0   

Parent result:25.0

subQuery Result1 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result3 
25.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
21.0   22.0   23.0   24.0   25.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
25.0   

Parent result:30.0

subQuery Result1 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result2 
null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result3 
30.0   
subQuery Result4 
null   null   null   16.0   null   null   null   11.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   1.0   null   null   6.0   null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   17.0   null   null   null   12.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   2.0   null   null   7.0   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   18.0   null   null   null   13.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   3.0   null   null   8.0   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   19.0   null   null   null   14.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   4.0   null   null   9.0   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result5 
null   null   null   null   null   null   null   null   null   null   21.0   26.0   null   null   null   null   null   null   null   null   null   null   null   22.0   27.0   null   null   null   null   null   null   null   null   null   null   null   23.0   28.0   null   null   null   null   null   null   null   null   null   null   null   24.0   29.0   null   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   
subQuery Result6 
26.0   27.0   28.0   29.0   30.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
30.0   

Parent result:65.0

subQuery Result1 
null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   null   null   65.0   null   null   null   null   
subQuery Result3 
65.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   
subQuery Result6 
61.0   62.0   63.0   65.0   65.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
65.0   

Parent result:60.0

subQuery Result1 
null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result3 
60.0   
subQuery Result4 
null   null   null   null   null   null   null   null   61.0   null   null   null   null   null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   62.0   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   63.0   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   null   56.0   null   null   null   null   null   null   null   null   null   null   null   null   57.0   null   null   null   null   null   null   null   null   null   null   null   null   58.0   null   null   null   null   null   null   null   null   null   null   null   null   59.0   null   null   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   
subQuery Result6 
56.0   57.0   58.0   59.0   60.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
60.0   

Parent result:50.0

subQuery Result1 
null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   50.0   null   null   null   null   null   null   null   null   
subQuery Result3 
50.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   
subQuery Result6 
46.0   47.0   48.0   49.0   50.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
50.0   

Parent result:55.0

subQuery Result1 
null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result2 
null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result3 
55.0   
subQuery Result4 
null   null   null   null   46.0   null   null   null   null   null   null   null   null   null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   47.0   null   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   48.0   null   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   49.0   null   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result5 
null   null   null   null   null   51.0   null   null   null   null   null   null   null   null   null   null   null   null   52.0   null   null   null   null   null   null   null   null   null   null   null   null   53.0   null   null   null   null   null   null   null   null   null   null   null   null   54.0   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   
subQuery Result6 
51.0   52.0   53.0   54.0   55.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
55.0   

Parent result:40.0

subQuery Result1 
null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   40.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
40.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
36.0   37.0   38.0   39.0   40.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
40.0   

Parent result:35.0

subQuery Result1 
null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
35.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
35.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
31.0   null   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
31.0   32.0   33.0   34.0   35.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
35.0   

Parent result:45.0

subQuery Result1 
null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result2 
null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result3 
45.0   
subQuery Result4 
null   36.0   null   null   null   null   null   null   null   null   null   null   null   31.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   37.0   null   null   null   null   null   null   null   null   null   null   null   32.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   38.0   null   null   null   null   null   null   null   null   null   null   null   33.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   39.0   null   null   null   null   null   null   null   null   null   null   null   34.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result5 
null   null   41.0   null   null   null   null   null   null   null   null   null   null   null   null   42.0   null   null   null   null   null   null   null   null   null   null   null   null   43.0   null   null   null   null   null   null   null   null   null   null   null   null   44.0   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result6 
41.0   42.0   43.0   44.0   45.0   
subQuery Result7 
null   null   null   20.0   null   null   null   15.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   5.0   null   null   10.0   null   null   null   null   null   null   null   null   null   null   25.0   30.0   null   null   null   null   null   null   null   null   null   65.0   null   null   null   null   null   null   null   null   null   null   60.0   null   null   null   null   null   null   null   null   null   null   50.0   null   null   null   null   null   null   null   null   null   null   null   null   null   55.0   null   null   null   null   null   null   null   null   40.0   null   null   null   null   null   null   null   null   null   null   null   35.0   null   null   null   null   null   null   null   null   null   null   null   null   null   null   45.0   null   null   null   null   null   null   null   null   null   null   
subQuery Result8 
45.0   

Parent result:16.0

subQuery Result1 16.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 11.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 1.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 6.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 21.0   

subSubQuery Result1 
21.0   26.0   
subQuery Result1 26.0   

subSubQuery Result1 
21.0   26.0   

Parent result:11.0

subQuery Result1 16.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 11.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 1.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 6.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 21.0   

subSubQuery Result1 
21.0   26.0   
subQuery Result1 26.0   

subSubQuery Result1 
21.0   26.0   

Parent result:1.0

subQuery Result1 16.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 11.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 1.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 6.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 21.0   

subSubQuery Result1 
21.0   26.0   
subQuery Result1 26.0   

subSubQuery Result1 
21.0   26.0   

Parent result:6.0

subQuery Result1 16.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 11.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 1.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 6.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 21.0   

subSubQuery Result1 
21.0   26.0   
subQuery Result1 26.0   

subSubQuery Result1 
21.0   26.0   

Parent result:21.0

subQuery Result1 16.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 11.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 1.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 6.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 21.0   

subSubQuery Result1 
21.0   26.0   
subQuery Result1 26.0   

subSubQuery Result1 
21.0   26.0   

Parent result:26.0

subQuery Result1 16.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 11.0   

subSubQuery Result1 
16.0   11.0   
subQuery Result1 1.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 6.0   

subSubQuery Result1 
1.0   6.0   
subQuery Result1 21.0   

subSubQuery Result1 
21.0   26.0   
subQuery Result1 26.0   

subSubQuery Result1 
21.0   26.0   

Parent result:61.0

subQuery Result1 61.0   

subSubQuery Result1 
61.0   
subQuery Result1 56.0   

subSubQuery Result1 
56.0   

Parent result:56.0

subQuery Result1 61.0   

subSubQuery Result1 
61.0   
subQuery Result1 56.0   

subSubQuery Result1 
56.0   

Parent result:46.0

subQuery Result1 46.0   

subSubQuery Result1 
46.0   
subQuery Result1 51.0   

subSubQuery Result1 
51.0   

Parent result:51.0

subQuery Result1 46.0   

subSubQuery Result1 
46.0   
subQuery Result1 51.0   

subSubQuery Result1 
51.0   

Parent result:36.0

subQuery Result1 36.0   

subSubQuery Result1 
36.0   
subQuery Result1 31.0   

subSubQuery Result1 
31.0   
subQuery Result1 41.0   

subSubQuery Result1 
41.0   

Parent result:31.0

subQuery Result1 36.0   

subSubQuery Result1 
36.0   
subQuery Result1 31.0   

subSubQuery Result1 
31.0   
subQuery Result1 41.0   

subSubQuery Result1 
41.0   

Parent result:41.0

subQuery Result1 36.0   

subSubQuery Result1 
36.0   
subQuery Result1 31.0   

subSubQuery Result1 
31.0   
subQuery Result1 41.0   

subSubQuery Result1 
41.0   

Parent result:17.0

subQuery Result1 17.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 12.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 2.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 7.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 22.0   

subSubQuery Result1 
22.0   27.0   
subQuery Result1 27.0   

subSubQuery Result1 
22.0   27.0   

Parent result:12.0

subQuery Result1 17.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 12.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 2.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 7.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 22.0   

subSubQuery Result1 
22.0   27.0   
subQuery Result1 27.0   

subSubQuery Result1 
22.0   27.0   

Parent result:2.0

subQuery Result1 17.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 12.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 2.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 7.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 22.0   

subSubQuery Result1 
22.0   27.0   
subQuery Result1 27.0   

subSubQuery Result1 
22.0   27.0   

Parent result:7.0

subQuery Result1 17.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 12.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 2.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 7.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 22.0   

subSubQuery Result1 
22.0   27.0   
subQuery Result1 27.0   

subSubQuery Result1 
22.0   27.0   

Parent result:22.0

subQuery Result1 17.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 12.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 2.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 7.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 22.0   

subSubQuery Result1 
22.0   27.0   
subQuery Result1 27.0   

subSubQuery Result1 
22.0   27.0   

Parent result:27.0

subQuery Result1 17.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 12.0   

subSubQuery Result1 
17.0   12.0   
subQuery Result1 2.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 7.0   

subSubQuery Result1 
2.0   7.0   
subQuery Result1 22.0   

subSubQuery Result1 
22.0   27.0   
subQuery Result1 27.0   

subSubQuery Result1 
22.0   27.0   

Parent result:62.0

subQuery Result1 62.0   

subSubQuery Result1 
62.0   
subQuery Result1 57.0   

subSubQuery Result1 
57.0   

Parent result:57.0

subQuery Result1 62.0   

subSubQuery Result1 
62.0   
subQuery Result1 57.0   

subSubQuery Result1 
57.0   

Parent result:47.0

subQuery Result1 47.0   

subSubQuery Result1 
47.0   
subQuery Result1 52.0   

subSubQuery Result1 
52.0   

Parent result:52.0

subQuery Result1 47.0   

subSubQuery Result1 
47.0   
subQuery Result1 52.0   

subSubQuery Result1 
52.0   

Parent result:37.0

subQuery Result1 37.0   

subSubQuery Result1 
37.0   
subQuery Result1 32.0   

subSubQuery Result1 
32.0   
subQuery Result1 42.0   

subSubQuery Result1 
42.0   

Parent result:32.0

subQuery Result1 37.0   

subSubQuery Result1 
37.0   
subQuery Result1 32.0   

subSubQuery Result1 
32.0   
subQuery Result1 42.0   

subSubQuery Result1 
42.0   

Parent result:42.0

subQuery Result1 37.0   

subSubQuery Result1 
37.0   
subQuery Result1 32.0   

subSubQuery Result1 
32.0   
subQuery Result1 42.0   

subSubQuery Result1 
42.0   

Parent result:18.0

subQuery Result1 18.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 13.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 3.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 8.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 23.0   

subSubQuery Result1 
23.0   28.0   
subQuery Result1 28.0   

subSubQuery Result1 
23.0   28.0   

Parent result:13.0

subQuery Result1 18.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 13.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 3.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 8.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 23.0   

subSubQuery Result1 
23.0   28.0   
subQuery Result1 28.0   

subSubQuery Result1 
23.0   28.0   

Parent result:3.0

subQuery Result1 18.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 13.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 3.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 8.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 23.0   

subSubQuery Result1 
23.0   28.0   
subQuery Result1 28.0   

subSubQuery Result1 
23.0   28.0   

Parent result:8.0

subQuery Result1 18.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 13.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 3.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 8.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 23.0   

subSubQuery Result1 
23.0   28.0   
subQuery Result1 28.0   

subSubQuery Result1 
23.0   28.0   

Parent result:23.0

subQuery Result1 18.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 13.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 3.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 8.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 23.0   

subSubQuery Result1 
23.0   28.0   
subQuery Result1 28.0   

subSubQuery Result1 
23.0   28.0   

Parent result:28.0

subQuery Result1 18.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 13.0   

subSubQuery Result1 
18.0   13.0   
subQuery Result1 3.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 8.0   

subSubQuery Result1 
3.0   8.0   
subQuery Result1 23.0   

subSubQuery Result1 
23.0   28.0   
subQuery Result1 28.0   

subSubQuery Result1 
23.0   28.0   

Parent result:63.0

subQuery Result1 63.0   

subSubQuery Result1 
63.0   
subQuery Result1 58.0   

subSubQuery Result1 
58.0   

Parent result:58.0

subQuery Result1 63.0   

subSubQuery Result1 
63.0   
subQuery Result1 58.0   

subSubQuery Result1 
58.0   

Parent result:48.0

subQuery Result1 48.0   

subSubQuery Result1 
48.0   
subQuery Result1 53.0   

subSubQuery Result1 
53.0   

Parent result:53.0

subQuery Result1 48.0   

subSubQuery Result1 
48.0   
subQuery Result1 53.0   

subSubQuery Result1 
53.0   

Parent result:38.0

subQuery Result1 38.0   

subSubQuery Result1 
38.0   
subQuery Result1 33.0   

subSubQuery Result1 
33.0   
subQuery Result1 43.0   

subSubQuery Result1 
43.0   

Parent result:33.0

subQuery Result1 38.0   

subSubQuery Result1 
38.0   
subQuery Result1 33.0   

subSubQuery Result1 
33.0   
subQuery Result1 43.0   

subSubQuery Result1 
43.0   

Parent result:43.0

subQuery Result1 38.0   

subSubQuery Result1 
38.0   
subQuery Result1 33.0   

subSubQuery Result1 
33.0   
subQuery Result1 43.0   

subSubQuery Result1 
43.0   

Parent result:19.0

subQuery Result1 19.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 14.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 4.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 9.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 24.0   

subSubQuery Result1 
24.0   29.0   
subQuery Result1 29.0   

subSubQuery Result1 
24.0   29.0   

Parent result:14.0

subQuery Result1 19.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 14.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 4.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 9.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 24.0   

subSubQuery Result1 
24.0   29.0   
subQuery Result1 29.0   

subSubQuery Result1 
24.0   29.0   

Parent result:4.0

subQuery Result1 19.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 14.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 4.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 9.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 24.0   

subSubQuery Result1 
24.0   29.0   
subQuery Result1 29.0   

subSubQuery Result1 
24.0   29.0   

Parent result:9.0

subQuery Result1 19.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 14.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 4.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 9.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 24.0   

subSubQuery Result1 
24.0   29.0   
subQuery Result1 29.0   

subSubQuery Result1 
24.0   29.0   

Parent result:24.0

subQuery Result1 19.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 14.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 4.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 9.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 24.0   

subSubQuery Result1 
24.0   29.0   
subQuery Result1 29.0   

subSubQuery Result1 
24.0   29.0   

Parent result:29.0

subQuery Result1 19.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 14.0   

subSubQuery Result1 
19.0   14.0   
subQuery Result1 4.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 9.0   

subSubQuery Result1 
4.0   9.0   
subQuery Result1 24.0   

subSubQuery Result1 
24.0   29.0   
subQuery Result1 29.0   

subSubQuery Result1 
24.0   29.0   

Parent result:65.0

subQuery Result1 65.0   

subSubQuery Result1 
65.0   
subQuery Result1 59.0   

subSubQuery Result1 
59.0   

Parent result:59.0

subQuery Result1 65.0   

subSubQuery Result1 
65.0   
subQuery Result1 59.0   

subSubQuery Result1 
59.0   

Parent result:49.0

subQuery Result1 49.0   

subSubQuery Result1 
49.0   
subQuery Result1 54.0   

subSubQuery Result1 
54.0   

Parent result:54.0

subQuery Result1 49.0   

subSubQuery Result1 
49.0   
subQuery Result1 54.0   

subSubQuery Result1 
54.0   

Parent result:39.0

subQuery Result1 39.0   

subSubQuery Result1 
39.0   
subQuery Result1 34.0   

subSubQuery Result1 
34.0   
subQuery Result1 44.0   

subSubQuery Result1 
44.0   

Parent result:34.0

subQuery Result1 39.0   

subSubQuery Result1 
39.0   
subQuery Result1 34.0   

subSubQuery Result1 
34.0   
subQuery Result1 44.0   

subSubQuery Result1 
44.0   

Parent result:44.0

subQuery Result1 39.0   

subSubQuery Result1 
39.0   
subQuery Result1 34.0   

subSubQuery Result1 
34.0   
subQuery Result1 44.0   

subSubQuery Result1 
44.0   

Parent result:20.0

subQuery Result1 20.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 15.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 5.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 10.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 25.0   

subSubQuery Result1 
25.0   30.0   
subQuery Result1 30.0   

subSubQuery Result1 
25.0   30.0   

Parent result:15.0

subQuery Result1 20.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 15.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 5.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 10.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 25.0   

subSubQuery Result1 
25.0   30.0   
subQuery Result1 30.0   

subSubQuery Result1 
25.0   30.0   

Parent result:5.0

subQuery Result1 20.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 15.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 5.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 10.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 25.0   

subSubQuery Result1 
25.0   30.0   
subQuery Result1 30.0   

subSubQuery Result1 
25.0   30.0   

Parent result:10.0

subQuery Result1 20.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 15.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 5.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 10.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 25.0   

subSubQuery Result1 
25.0   30.0   
subQuery Result1 30.0   

subSubQuery Result1 
25.0   30.0   

Parent result:25.0

subQuery Result1 20.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 15.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 5.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 10.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 25.0   

subSubQuery Result1 
25.0   30.0   
subQuery Result1 30.0   

subSubQuery Result1 
25.0   30.0   

Parent result:30.0

subQuery Result1 20.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 15.0   

subSubQuery Result1 
20.0   15.0   
subQuery Result1 5.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 10.0   

subSubQuery Result1 
5.0   10.0   
subQuery Result1 25.0   

subSubQuery Result1 
25.0   30.0   
subQuery Result1 30.0   

subSubQuery Result1 
25.0   30.0   

Parent result:65.0

subQuery Result1 65.0   

subSubQuery Result1 
65.0   
subQuery Result1 60.0   

subSubQuery Result1 
60.0   

Parent result:60.0

subQuery Result1 65.0   

subSubQuery Result1 
65.0   
subQuery Result1 60.0   

subSubQuery Result1 
60.0   

Parent result:50.0

subQuery Result1 50.0   

subSubQuery Result1 
50.0   
subQuery Result1 55.0   

subSubQuery Result1 
55.0   

Parent result:55.0

subQuery Result1 50.0   

subSubQuery Result1 
50.0   
subQuery Result1 55.0   

subSubQuery Result1 
55.0   

Parent result:40.0

subQuery Result1 40.0   

subSubQuery Result1 
40.0   
subQuery Result1 35.0   

subSubQuery Result1 
35.0   
subQuery Result1 45.0   

subSubQuery Result1 
45.0   

Parent result:35.0

subQuery Result1 40.0   

subSubQuery Result1 
40.0   
subQuery Result1 35.0   

subSubQuery Result1 
35.0   
subQuery Result1 45.0   

subSubQuery Result1 
45.0   

Parent result:45.0

subQuery Result1 40.0   

subSubQuery Result1 
40.0   
subQuery Result1 35.0   

subSubQuery Result1 
35.0   
subQuery Result1 45.0   

subSubQuery Result1 
45.0   
		JP		JP		JP		JP		JP		US		US		US		US		US		US		US		UN		UN		UN		UN		UN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		[Total]
		IL		IL		TK		TK		[Total]		NY		NY		CS		CS		LA		LA		[Total]		LP		LP		LD		LD		[Total]		SZ		SZ		SZ		BJ		BJ		BJ		SH		SH		SH		[Total]		
		P1		[Total]		F1		[Total]		    		C1		[Total]		B1		[Total]		A1		[Total]		    		E1		[Total]		D1		[Total]		    		S2		S1		[Total]		HD		CP		[Total]		ZJ		PD		[Total]		    		
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		45.0		[45.0]		40.0		[40.0]		35.0		[35.0]		[120.0]		55.0		[55.0]		50.0		[50.0]		[105.0]		30.0		25.0		[55.0]		15.0		20.0		[35.0]		10.0		5.0		[15.0]		[105.0]		[455.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		44.0		[44.0]		39.0		[39.0]		34.0		[34.0]		[117.0]		54.0		[54.0]		49.0		[49.0]		[103.0]		29.0		24.0		[53.0]		14.0		19.0		[33.0]		9.0		4.0		[13.0]		[99.0]		[443.0]
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		43.0		[43.0]		38.0		[38.0]		33.0		[33.0]		[114.0]		53.0		[53.0]		48.0		[48.0]		[101.0]		28.0		23.0		[51.0]		13.0		18.0		[31.0]		8.0		3.0		[11.0]		[93.0]		[429.0]
1999		62.0		[62.0]		57.0		[57.0]		[119.0]		42.0		[42.0]		37.0		[37.0]		32.0		[32.0]		[111.0]		52.0		[52.0]		47.0		[47.0]		[99.0]		27.0		22.0		[49.0]		12.0		17.0		[29.0]		7.0		2.0		[9.0]		[87.0]		[416.0]
1998		61.0		[61.0]		56.0		[56.0]		[117.0]		41.0		[41.0]		36.0		[36.0]		31.0		[31.0]		[108.0]		51.0		[51.0]		46.0		[46.0]		[97.0]		26.0		21.0		[47.0]		11.0		16.0		[27.0]		6.0		1.0		[7.0]		[81.0]		[403.0]
[Total]		316.0		[316.0]		290.0		[290.0]		[606.0]		215.0		[215.0]		190.0		[190.0]		165.0		[165.0]		[570.0]		265.0		[265.0]		240.0		[240.0]		[505.0]		140.0		115.0		[255.0]		65.0		90.0		[155.0]		40.0		15.0		[55.0]		[465.0]		[2146.0]		
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		Total
2002		90.0		70.0		80.0		110.0		100.0		120.0		130.0		110.0		30.0		70.0		910.0
2001		88.0		68.0		78.0		108.0		98.0		118.0		130.0		106.0		26.0		66.0		886.0
2000		86.0		66.0		76.0		106.0		96.0		116.0		126.0		102.0		22.0		62.0		858.0
1999		84.0		64.0		74.0		104.0		94.0		114.0		124.0		98.0		18.0		58.0		832.0
1998		82.0		62.0		72.0		102.0		92.0		112.0		122.0		94.0		14.0		54.0		806.0
Total		430.0		330.0		380.0		530.0		480.0		580.0		632.0		510.0		110.0		310.0		4292.0
		CN		
		CN		JP		UN		US		
		CN		CN		CN		
		BJ		SH		SZ		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		IL		IL		TK		TK		[Total]		LD		LD		LP		LP		[Total]		CS		CS		LA		LA		NY		NY		[Total]		
		CP		HD		[Total]		PD		ZJ		[Total]		S1		S2		[Total]		    		P1		[Total]		F1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		
2002		20.0		15.0		[35.0]		5.0		10.0		[15.0]		25.0		30.0		[55.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		[455.0]
2001		19.0		14.0		[33.0]		4.0		9.0		[13.0]		24.0		29.0		[53.0]		[99.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		[443.0]
2000		18.0		13.0		[31.0]		3.0		8.0		[11.0]		23.0		28.0		[51.0]		[93.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		[429.0]
1999		17.0		12.0		[29.0]		2.0		7.0		[9.0]		22.0		27.0		[49.0]		[87.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		[416.0]
1998		16.0		11.0		[27.0]		1.0		6.0		[7.0]		21.0		26.0		[47.0]		[81.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		[403.0]
[Total]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		115.0		140.0		[255.0]		[465.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		SZ		SZ		SZ		BJ		BJ		BJ		SH		SH		SH		[Total]		IL		IL		TK		TK		[Total]		LP		LP		LD		LD		[Total]		NY		NY		CS		CS		LA		LA		[Total]		
		S1		S2		[Total]		CP		HD		[Total]		PD		ZJ		[Total]		    		P1		[Total]		F1		[Total]		    		E1		[Total]		D1		[Total]		    		C1		[Total]		B1		[Total]		A1		[Total]		    		
2002		25.0		30.0		[55.0]		20.0		15.0		[35.0]		5.0		10.0		[15.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		55.0		[55.0]		50.0		[50.0]		[105.0]		45.0		[45.0]		40.0		[40.0]		35.0		[35.0]		[120.0]		[455.0]
2001		24.0		29.0		[53.0]		19.0		14.0		[33.0]		4.0		9.0		[13.0]		[99.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		54.0		[54.0]		49.0		[49.0]		[103.0]		44.0		[44.0]		39.0		[39.0]		34.0		[34.0]		[117.0]		[443.0]
2000		23.0		28.0		[51.0]		18.0		13.0		[31.0]		3.0		8.0		[11.0]		[93.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		53.0		[53.0]		48.0		[48.0]		[101.0]		43.0		[43.0]		38.0		[38.0]		33.0		[33.0]		[114.0]		[429.0]
1999		22.0		27.0		[49.0]		17.0		12.0		[29.0]		2.0		7.0		[9.0]		[87.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		52.0		[52.0]		47.0		[47.0]		[99.0]		42.0		[42.0]		37.0		[37.0]		32.0		[32.0]		[111.0]		[416.0]
1998		21.0		26.0		[47.0]		16.0		11.0		[27.0]		1.0		6.0		[7.0]		[81.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		51.0		[51.0]		46.0		[46.0]		[97.0]		41.0		[41.0]		36.0		[36.0]		31.0		[31.0]		[108.0]		[403.0]
[Total]		115.0		140.0		[255.0]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		[465.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		265.0		[265.0]		240.0		[240.0]		[505.0]		215.0		[215.0]		190.0		[190.0]		165.0		[165.0]		[570.0]		[2146.0]		
		JP		JP		JP		JP		JP		US		US		US		US		US		US		US		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		UN		UN		UN		UN		UN		[Total]
		IL		IL		TK		TK		[Total]		NY		NY		CS		CS		LA		LA		[Total]		SZ		SZ		SZ		BJ		BJ		BJ		SH		SH		SH		[Total]		LP		LP		LD		LD		[Total]		
		P1		[Total]		F1		[Total]		    		C1		[Total]		B1		[Total]		A1		[Total]		    		S1		S2		[Total]		CP		HD		[Total]		PD		ZJ		[Total]		    		E1		[Total]		D1		[Total]		    		
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		45.0		[45.0]		40.0		[40.0]		35.0		[35.0]		[120.0]		25.0		30.0		[55.0]		20.0		15.0		[35.0]		5.0		10.0		[15.0]		[105.0]		55.0		[55.0]		50.0		[50.0]		[105.0]		[455.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		44.0		[44.0]		39.0		[39.0]		34.0		[34.0]		[117.0]		24.0		29.0		[53.0]		19.0		14.0		[33.0]		4.0		9.0		[13.0]		[99.0]		54.0		[54.0]		49.0		[49.0]		[103.0]		[443.0]
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		43.0		[43.0]		38.0		[38.0]		33.0		[33.0]		[114.0]		23.0		28.0		[51.0]		18.0		13.0		[31.0]		3.0		8.0		[11.0]		[93.0]		53.0		[53.0]		48.0		[48.0]		[101.0]		[429.0]
1999		62.0		[62.0]		57.0		[57.0]		[119.0]		42.0		[42.0]		37.0		[37.0]		32.0		[32.0]		[111.0]		22.0		27.0		[49.0]		17.0		12.0		[29.0]		2.0		7.0		[9.0]		[87.0]		52.0		[52.0]		47.0		[47.0]		[99.0]		[416.0]
1998		61.0		[61.0]		56.0		[56.0]		[117.0]		41.0		[41.0]		36.0		[36.0]		31.0		[31.0]		[108.0]		21.0		26.0		[47.0]		16.0		11.0		[27.0]		1.0		6.0		[7.0]		[81.0]		51.0		[51.0]		46.0		[46.0]		[97.0]		[403.0]
[Total]		316.0		[316.0]		290.0		[290.0]		[606.0]		215.0		[215.0]		190.0		[190.0]		165.0		[165.0]		[570.0]		115.0		140.0		[255.0]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		[465.0]		265.0		[265.0]		240.0		[240.0]		[505.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		JP		JP		JP		JP		JP		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		[Total]
		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		IL		IL		TK		TK		[Total]		LD		LD		LP		LP		[Total]		CS		CS		LA		LA		NY		NY		[Total]		
		CP		HD		[Total]		ZJ		PD		[Total]		S2		S1		[Total]		    		P1		[Total]		F1		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		
1998		16.0		11.0		[27.0]		6.0		1.0		[7.0]		26.0		21.0		[47.0]		[81.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		[403.0]
1999		17.0		12.0		[29.0]		7.0		2.0		[9.0]		27.0		22.0		[49.0]		[87.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		[416.0]
2000		18.0		13.0		[31.0]		8.0		3.0		[11.0]		28.0		23.0		[51.0]		[93.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		[429.0]
2001		19.0		14.0		[33.0]		9.0		4.0		[13.0]		29.0		24.0		[53.0]		[99.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		[443.0]
2002		20.0		15.0		[35.0]		10.0		5.0		[15.0]		30.0		25.0		[55.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		[455.0]
[Total]		90.0		65.0		[155.0]		40.0		15.0		[55.0]		140.0		115.0		[255.0]		[465.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		UN		UN		UN		UN		UN		US		US		US		US		US		US		US		JP		JP		JP		JP		JP		[Total]
		BJ		BJ		BJ		SH		SH		SH		SZ		SZ		SZ		[Total]		LD		LD		LP		LP		[Total]		CS		CS		LA		LA		NY		NY		[Total]		IL		IL		TK		TK		[Total]		
		CP		HD		[Total]		PD		ZJ		[Total]		S1		S2		[Total]		    		D1		[Total]		E1		[Total]		    		B1		[Total]		A1		[Total]		C1		[Total]		    		P1		[Total]		F1		[Total]		    		
2002		20.0		15.0		[35.0]		5.0		10.0		[15.0]		25.0		30.0		[55.0]		[105.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		[455.0]
2001		19.0		14.0		[33.0]		4.0		9.0		[13.0]		24.0		29.0		[53.0]		[99.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		39.0		[39.0]		34.0		[34.0]		44.0		[44.0]		[117.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		[443.0]
2000		18.0		13.0		[31.0]		3.0		8.0		[11.0]		23.0		28.0		[51.0]		[93.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		38.0		[38.0]		33.0		[33.0]		43.0		[43.0]		[114.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		[429.0]
1999		17.0		12.0		[29.0]		2.0		7.0		[9.0]		22.0		27.0		[49.0]		[87.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		37.0		[37.0]		32.0		[32.0]		42.0		[42.0]		[111.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		[416.0]
1998		16.0		11.0		[27.0]		1.0		6.0		[7.0]		21.0		26.0		[47.0]		[81.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		36.0		[36.0]		31.0		[31.0]		41.0		[41.0]		[108.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		[403.0]
[Total]		90.0		65.0		[155.0]		15.0		40.0		[55.0]		115.0		140.0		[255.0]		[465.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		190.0		[190.0]		165.0		[165.0]		215.0		[215.0]		[570.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		Total
1998		32.0		22.0		2.0		12.0		42.0		52.0		122.0		112.0		92.0		102.0		72.0		62.0		82.0		806.0
1999		34.0		24.0		4.0		14.0		44.0		54.0		124.0		114.0		94.0		104.0		74.0		64.0		84.0		832.0
2000		36.0		26.0		6.0		16.0		46.0		56.0		126.0		116.0		96.0		106.0		76.0		66.0		86.0		858.0
2001		38.0		28.0		8.0		18.0		48.0		58.0		130.0		118.0		98.0		108.0		78.0		68.0		88.0		886.0
2002		40.0		30.0		10.0		20.0		50.0		60.0		130.0		120.0		100.0		110.0		80.0		70.0		90.0		910.0
OUTER RESULT:55

		JP		JP		JP		JP		JP		[Total]
		IL		IL		TK		TK		[Total]		
		P1		[Total]		F1		[Total]		    		
1998		61.0		[61.0]		56.0		[56.0]		[117.0]		[117.0]
1999		62.0		[62.0]		57.0		[57.0]		[119.0]		[119.0]
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		[121.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		[124.0]
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		[125.0]
[Total]		316.0		[316.0]		290.0		[290.0]		[606.0]		[606.0]		
OUTER RESULT:34

		US		US		US		US		US		US		US		UN		UN		UN		UN		UN		JP		JP		JP		JP		JP		[Total]
		CS		CS		LA		LA		NY		NY		[Total]		LD		LD		LP		LP		[Total]		IL		IL		TK		TK		[Total]		
		B1		[Total]		A1		[Total]		C1		[Total]		    		D1		[Total]		E1		[Total]		    		P1		[Total]		F1		[Total]		    		
1998		36.0		[36.0]		null		[null]		41.0		[41.0]		[77.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		[291.0]
1999		37.0		[37.0]		null		[null]		42.0		[42.0]		[79.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		[297.0]
2000		38.0		[38.0]		null		[null]		43.0		[43.0]		[81.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		[303.0]
2001		39.0		[39.0]		null		[null]		44.0		[44.0]		[83.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		[310.0]
2002		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		[350.0]
[Total]		190.0		[190.0]		35.0		[35.0]		215.0		[215.0]		[440.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		[1551.0]		
OUTER RESULT:B1

		US		US		US		[Total]
		CS		CS		[Total]		
		B1		[Total]		    		
1998		36.0		[36.0]		[36.0]		[36.0]
1999		37.0		[37.0]		[37.0]		[37.0]
2000		38.0		[38.0]		[38.0]		[38.0]
2001		39.0		[39.0]		[39.0]		[39.0]
2002		40.0		[40.0]		[40.0]		[40.0]
[Total]		190.0		[190.0]		[190.0]		[190.0]		
out:B1

OUTER RESULT:A1

		US		US		US		[Total]
		LA		LA		[Total]		
		A1		[Total]		    		
1998		31.0		[31.0]		[31.0]		[31.0]
1999		32.0		[32.0]		[32.0]		[32.0]
2000		33.0		[33.0]		[33.0]		[33.0]
2001		34.0		[34.0]		[34.0]		[34.0]
2002		35.0		[35.0]		[35.0]		[35.0]
[Total]		165.0		[165.0]		[165.0]		[165.0]		
out:A1

OUTER RESULT:C1

		US		US		US		[Total]
		NY		NY		[Total]		
		C1		[Total]		    		
1998		41.0		[41.0]		[41.0]		[41.0]
1999		42.0		[42.0]		[42.0]		[42.0]
2000		43.0		[43.0]		[43.0]		[43.0]
2001		44.0		[44.0]		[44.0]		[44.0]
2002		45.0		[45.0]		[45.0]		[45.0]
[Total]		215.0		[215.0]		[215.0]		[215.0]		
out:C1

OUTER RESULT:D1

		UN		UN		UN		[Total]
		LD		LD		[Total]		
		D1		[Total]		    		
1998		46.0		[46.0]		[46.0]		[46.0]
1999		47.0		[47.0]		[47.0]		[47.0]
2000		48.0		[48.0]		[48.0]		[48.0]
2001		49.0		[49.0]		[49.0]		[49.0]
2002		50.0		[50.0]		[50.0]		[50.0]
[Total]		240.0		[240.0]		[240.0]		[240.0]		
out:D1

OUTER RESULT:E1

		UN		UN		UN		[Total]
		LP		LP		[Total]		
		E1		[Total]		    		
1998		51.0		[51.0]		[51.0]		[51.0]
1999		52.0		[52.0]		[52.0]		[52.0]
2000		53.0		[53.0]		[53.0]		[53.0]
2001		54.0		[54.0]		[54.0]		[54.0]
2002		55.0		[55.0]		[55.0]		[55.0]
[Total]		265.0		[265.0]		[265.0]		[265.0]		
out:E1

OUTER RESULT:36.0

    INNER RESULT:36

OUTER RESULT:31.0

    INNER RESULT:31

OUTER RESULT:41.0

    INNER RESULT:41

OUTER RESULT:46.0

    INNER RESULT:46

OUTER RESULT:51.0

    INNER RESULT:51

OUTER RESULT:61.0

OUTER RESULT:56.0

    INNER RESULT:56

OUTER RESULT:11.0

OUTER RESULT:16.0

OUTER RESULT:6.0

OUTER RESULT:1.0

OUTER RESULT:26.0

OUTER RESULT:21.0

OUTER RESULT:37.0

    INNER RESULT:37

OUTER RESULT:32.0

    INNER RESULT:32

OUTER RESULT:42.0

    INNER RESULT:42

OUTER RESULT:47.0

    INNER RESULT:47

OUTER RESULT:52.0

    INNER RESULT:52

OUTER RESULT:62.0

OUTER RESULT:57.0

OUTER RESULT:12.0

OUTER RESULT:17.0

OUTER RESULT:7.0

OUTER RESULT:2.0

OUTER RESULT:27.0

    INNER RESULT:27

OUTER RESULT:22.0

OUTER RESULT:38.0

    INNER RESULT:38

OUTER RESULT:33.0

    INNER RESULT:33

OUTER RESULT:43.0

    INNER RESULT:43

OUTER RESULT:48.0

    INNER RESULT:48

OUTER RESULT:53.0

    INNER RESULT:53

OUTER RESULT:63.0

OUTER RESULT:58.0

OUTER RESULT:13.0

OUTER RESULT:18.0

OUTER RESULT:8.0

OUTER RESULT:3.0

OUTER RESULT:28.0

    INNER RESULT:28

OUTER RESULT:23.0

OUTER RESULT:39.0

    INNER RESULT:39

OUTER RESULT:34.0

    INNER RESULT:34

OUTER RESULT:44.0

    INNER RESULT:44

OUTER RESULT:49.0

    INNER RESULT:49

OUTER RESULT:54.0

    INNER RESULT:54

OUTER RESULT:65.0

OUTER RESULT:59.0

OUTER RESULT:14.0

OUTER RESULT:19.0

OUTER RESULT:9.0

OUTER RESULT:4.0

OUTER RESULT:29.0

    INNER RESULT:29

OUTER RESULT:24.0

OUTER RESULT:40.0

    INNER RESULT:40

OUTER RESULT:35.0

    INNER RESULT:35

OUTER RESULT:45.0

    INNER RESULT:45

OUTER RESULT:50.0

    INNER RESULT:50

OUTER RESULT:55.0

    INNER RESULT:55

OUTER RESULT:65.0

OUTER RESULT:60.0

OUTER RESULT:15.0

OUTER RESULT:20.0

OUTER RESULT:10.0

OUTER RESULT:5.0

OUTER RESULT:30.0

    INNER RESULT:30

OUTER RESULT:25.0

OUTER RESULT:55

		JP		JP		JP		JP		JP		[Total]
		IL		IL		TK		TK		[Total]		
		P1		[Total]		F1		[Total]		    		
1998		61.0		[61.0]		56.0		[56.0]		[117.0]		[117.0]
1999		62.0		[62.0]		57.0		[57.0]		[119.0]		[119.0]
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		[121.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		[124.0]
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		[125.0]
[Total]		316.0		[316.0]		290.0		[290.0]		[606.0]		[606.0]		
OUTER RESULT:34

		US		US		US		US		US		US		US		UN		UN		UN		UN		UN		JP		JP		JP		JP		JP		[Total]
		CS		CS		LA		LA		NY		NY		[Total]		LD		LD		LP		LP		[Total]		IL		IL		TK		TK		[Total]		
		B1		[Total]		A1		[Total]		C1		[Total]		    		D1		[Total]		E1		[Total]		    		P1		[Total]		F1		[Total]		    		
1998		36.0		[36.0]		null		[null]		41.0		[41.0]		[77.0]		46.0		[46.0]		51.0		[51.0]		[97.0]		61.0		[61.0]		56.0		[56.0]		[117.0]		[291.0]
1999		37.0		[37.0]		null		[null]		42.0		[42.0]		[79.0]		47.0		[47.0]		52.0		[52.0]		[99.0]		62.0		[62.0]		57.0		[57.0]		[119.0]		[297.0]
2000		38.0		[38.0]		null		[null]		43.0		[43.0]		[81.0]		48.0		[48.0]		53.0		[53.0]		[101.0]		63.0		[63.0]		58.0		[58.0]		[121.0]		[303.0]
2001		39.0		[39.0]		null		[null]		44.0		[44.0]		[83.0]		49.0		[49.0]		54.0		[54.0]		[103.0]		65.0		[65.0]		59.0		[59.0]		[124.0]		[310.0]
2002		40.0		[40.0]		35.0		[35.0]		45.0		[45.0]		[120.0]		50.0		[50.0]		55.0		[55.0]		[105.0]		65.0		[65.0]		60.0		[60.0]		[125.0]		[350.0]
[Total]		190.0		[190.0]		35.0		[35.0]		215.0		[215.0]		[440.0]		240.0		[240.0]		265.0		[265.0]		[505.0]		316.0		[316.0]		290.0		[290.0]		[606.0]		[1551.0]		
OUTER RESULT:55

		[Total]
		
		
[Total]		[null]		
OUTER RESULT:34

		US		US		US		[Total]
		LA		LA		[Total]		
		LA		[Total]		    		
2002		35.0		[35.0]		[35.0]		[35.0]
[Total]		35.0		[35.0]		[35.0]		[35.0]		
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SH		SZ		IL		TK		LD		LP		CS		LA		NY		
1998		27.0		7.0		47.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		29.0		9.0		49.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		31.0		11.0		51.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		33.0		13.0		53.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		35.0		15.0		55.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		Total
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		31.0
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		32.0
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		33.0
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		34.07692307692308
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		35.0
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		Total
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		31.0
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		32.0
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		33.0
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		34.07692307692308
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		35.0
CN		
		BJ		BJ		SH		SH		SZ		SZ		
		CP		HD		PD		ZJ		S1		S2		Total
1998		16.0		11.0		1.0		6.0		21.0		26.0		13.5
1999		17.0		12.0		2.0		7.0		22.0		27.0		14.5
2000		18.0		13.0		3.0		8.0		23.0		28.0		15.5
2001		19.0		14.0		4.0		9.0		24.0		29.0		16.5
2002		20.0		15.0		5.0		10.0		25.0		30.0		17.5
JP		
		IL		TK		
		P1		F1		Total
1998		61.0		56.0		58.5
1999		62.0		57.0		59.5
2000		63.0		58.0		60.5
2001		65.0		59.0		62.0
2002		65.0		60.0		62.5
UN		
		LD		LP		
		D1		E1		Total
1998		46.0		51.0		48.5
1999		47.0		52.0		49.5
2000		48.0		53.0		50.5
2001		49.0		54.0		51.5
2002		50.0		55.0		52.5
US		
		CS		LA		NY		
		B1		A1		C1		Total
1998		36.0		31.0		41.0		36.0
1999		37.0		32.0		42.0		37.0
2000		38.0		33.0		43.0		38.0
2001		39.0		34.0		44.0		39.0
2002		40.0		35.0		45.0		40.0
CN		
BJ		
		CP		HD		Total
1998		16.0		11.0		13.5
1999		17.0		12.0		14.5
2000		18.0		13.0		15.5
2001		19.0		14.0		16.5
2002		20.0		15.0		17.5
CN		
SH		
		PD		ZJ		Total
1998		1.0		6.0		3.5
1999		2.0		7.0		4.5
2000		3.0		8.0		5.5
2001		4.0		9.0		6.5
2002		5.0		10.0		7.5
CN		
SZ		
		S1		S2		Total
1998		21.0		26.0		23.5
1999		22.0		27.0		24.5
2000		23.0		28.0		25.5
2001		24.0		29.0		26.5
2002		25.0		30.0		27.5
JP		
IL		
		P1		Total
1998		61.0		61.0
1999		62.0		62.0
2000		63.0		63.0
2001		65.0		65.0
2002		65.0		65.0
JP		
TK		
		F1		Total
1998		56.0		56.0
1999		57.0		57.0
2000		58.0		58.0
2001		59.0		59.0
2002		60.0		60.0
UN		
LD		
		D1		Total
1998		46.0		46.0
1999		47.0		47.0
2000		48.0		48.0
2001		49.0		49.0
2002		50.0		50.0
UN		
LP		
		E1		Total
1998		51.0		51.0
1999		52.0		52.0
2000		53.0		53.0
2001		54.0		54.0
2002		55.0		55.0
US		
CS		
		B1		Total
1998		36.0		36.0
1999		37.0		37.0
2000		38.0		38.0
2001		39.0		39.0
2002		40.0		40.0
US		
LA		
		A1		Total
1998		31.0		31.0
1999		32.0		32.0
2000		33.0		33.0
2001		34.0		34.0
2002		35.0		35.0
US		
NY		
		C1		Total
1998		41.0		41.0
1999		42.0		42.0
2000		43.0		43.0
2001		44.0		44.0
2002		45.0		45.0
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SH		SZ		IL		TK		LD		LP		CS		LA		NY		
1998		27.0		7.0		47.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		29.0		9.0		49.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		31.0		11.0		51.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		33.0		13.0		53.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		35.0		15.0		55.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		32.0		22.0		2.0		12.0		42.0		52.0		122.0		112.0		92.0		102.0		72.0		62.0		82.0		
1999		34.0		24.0		4.0		14.0		44.0		54.0		124.0		114.0		94.0		104.0		74.0		64.0		84.0		
2000		36.0		26.0		6.0		16.0		46.0		56.0		126.0		116.0		96.0		106.0		76.0		66.0		86.0		
2001		38.0		28.0		8.0		18.0		48.0		58.0		130.0		118.0		98.0		108.0		78.0		68.0		88.0		
2002		40.0		30.0		10.0		20.0		50.0		60.0		130.0		120.0		100.0		110.0		80.0		70.0		90.0		
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SH		SZ		IL		TK		LD		LP		CS		LA		NY		
2002		35.0		15.0		55.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
2001		33.0		13.0		53.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2000		31.0		11.0		51.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
1999		29.0		9.0		49.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
1998		27.0		7.0		47.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		Total
2002		450.0		350.0		400.0		550.0		500.0		600.0		650.0		550.0		150.0		350.0		4550.0
2001		440.0		340.0		390.0		540.0		490.0		590.0		650.0		530.0		130.0		330.0		4430.0
2000		430.0		330.0		380.0		530.0		480.0		580.0		630.0		510.0		110.0		310.0		4290.0
1999		420.0		320.0		370.0		520.0		470.0		570.0		620.0		490.0		90.0		290.0		4160.0
1998		410.0		310.0		360.0		510.0		460.0		560.0		610.0		470.0		70.0		270.0		4030.0
Total		2150.0		1650.0		1900.0		2650.0		2400.0		2900.0		3160.0		2550.0		550.0		1550.0		21460.0
		US		US		US		UN		UN		JP		JP		CN		CN		CN		
		NY		LA		CS		LP		LD		TK		IL		SZ		SH		BJ		
2002		45.0		35.0		40.0		55.0		50.0		60.0		65.0		55.0		15.0		35.0		
2001		44.0		34.0		39.0		54.0		49.0		59.0		65.0		53.0		13.0		33.0		
2000		43.0		33.0		38.0		53.0		48.0		58.0		63.0		51.0		11.0		31.0		
1999		42.0		32.0		37.0		52.0		47.0		57.0		62.0		49.0		9.0		29.0		
1998		41.0		31.0		36.0		51.0		46.0		56.0		61.0		47.0		7.0		27.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
2000		18.0		1		13.0		1		3.0		1		8.0		1		23.0		1		28.0		1		63.0		1		58.0		1		48.0		1		53.0		1		38.0		1		33.0		1		43.0		1		
2001		19.0		2		14.0		2		4.0		2		9.0		2		24.0		2		29.0		2		65.0		2		59.0		2		49.0		2		54.0		2		39.0		2		34.0		2		44.0		2		
2002		20.0		3		15.0		3		5.0		3		10.0		3		25.0		3		30.0		3		65.0		2		60.0		3		50.0		3		55.0		3		40.0		3		35.0		3		45.0		3		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
total		90.0		65.0		15.0		40.0		115.0		140.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
maxTotal1	90.0		65.0		15.0		40.0		115.0		140.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
maxTotal2	316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		
sumTotal1	155.0		155.0		55.0		55.0		255.0		255.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
sumTotal2	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
sumSumTotal1	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
total		90.0		65.0		15.0		40.0		115.0		140.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
rankInCountryA	4		3		1		2		5		6		2		1		1		2		2		1		3		
referBinding	4		3		1		2		5		6		2		1		1		2		2		1		3		
rankInCountryD	3		4		6		5		2		1		1		2		2		1		2		3		1		
		CN		CN		CN		
		BJ		SH		SZ		
1998		27.0		7.0		47.0		
1999		29.0		9.0		49.0		
2000		31.0		11.0		51.0		
2001		33.0		13.0		53.0		
2002		35.0		15.0		55.0		Tests run: 104, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.217 s - in org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest
testFilter2Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.014 s
testAggrSort(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.046 s
testBasicCache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.013 s
testMeasureFilter(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.017 s
testNestedCrossTab(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.07 s
testAggregationOnDerivedMeasure(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.015 s
testSortWithExpr1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testSortWithExpr2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.018 s
testSortWithExpr3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.012 s
testGrandTotal1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.012 s
testInvalidBinding(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.026 s
testMeasureFilter1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.028 s
testAggrFilter1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.013 s
testAggrFilter2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.011 s
testSubQueryWithNestAggregation(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.089 s
testFilter1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testFilter2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.009 s
testFilter3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.008 s
testFilter4(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testFilter5(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testFilter6(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.026 s
testFilter7(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.008 s
testFilter8(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.008 s
testFilter9(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.02 s
testAggrSort1Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.016 s
testBasic(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testAggrSort2Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.015 s
testSort1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.028 s
testSort2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testSort3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testSort4(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.016 s
testAggrSort3Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.018 s
testAggrSort5Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.014 s
testBindingRowReferenceCache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.037 s
testGrandTotalCache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.017 s
testAddingNestAggregationsWithExpression(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testQueryWithoutMeasure(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.005 s
testAggrFilter(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.012 s
testMirroredCrosstab(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testGrandTotal(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.04 s
testRelativeTimePeriod10(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testRelativeTimePeriod11(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.005 s
testRelativeTimePeriod12(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.005 s
testRelativeTimePeriod13(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testRelativeTimePeriod14(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testRelativeTimePeriod15(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.016 s
testRelativeTimePeriod16(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testRelativeTimePeriod17(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.013 s
testRelativeTimePeriod18(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testRelativeTimePeriod19(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.022 s
testAddingNestAggregationsWithExpressionFromBindings(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.011 s
testRelativeTimePeriod1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.011 s
testRelativeTimePeriod2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testRelativeTimePeriod3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.005 s
testRelativeTimePeriod5(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testRelativeTimePeriod6(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testRelativeTimePeriod7(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testRelativeTimePeriod8(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.005 s
testRelativeTimePeriod9(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.039 s
testComputedMeasure(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.009 s
testValidateBinding(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testFilter10(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.012 s
testFilter11(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.013 s
testFilter12(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.014 s
testFilter13(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.012 s
testSortWithExpr(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.027 s
testNestedComputedMeasure(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testTwoCaches(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testSubQuery1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.48 s
testSubQuery2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.915 s
testSubQuery3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.143 s
testAggrSortCache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.047 s
testGrandTotalWithComputedMeasure(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testDimensionQuery1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.013 s
testDimensionQuery2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testDimensionQuery3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testAggrSort1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testAggrSort2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.008 s
testAggrSort3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.046 s
testAggrSort5(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testAggrSort6(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.009 s
testAggregationOnCalculatedMeasure(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.011 s
testAddingNestAggregationsBoundary(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.009 s
testNestedCrossTab1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.017 s
testNestedCrossTab2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.066 s
testNestedCrossTab3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.111 s
testNestedCrossTab4(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.08 s
testNestedCrossTab5(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.013 s
testQueryWithoutEdge(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.004 s
testBasic1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testBasic3(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testBasic4(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testBasic5(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.006 s
testBasic6(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testInvalidComputedMeasure1(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.005 s
testBasic1Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testComputedMeasureCache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.028 s
testSort1Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.008 s
testBindingRowReference(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testSort2Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.008 s
testCubeRankAggregation2(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.011 s
testAddingNestAggregations(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
testCubeRankAggregation(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.01 s
testFilter1Cache(org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest)  Time elapsed: 0.007 s
Running org.eclipse.birt.data.engine.olap.api.CubeIVTest

		JP		JP		JP		JP		JP		US		US		US		US		US		US		US		UN		UN		UN		UN		UN		CN		CN		CN		CN		CN		CN		CN		CN		CN		CN		[Total]
		IL		IL		TK		TK		[Total]		NY		NY		CS		CS		LA		LA		[Total]		LP		LP		LD		LD		[Total]		SZ		SZ		SZ		BJ		BJ		BJ		SH		SH		SH		[Total]		
		P1		[Total]		F1		[Total]		    		C1		[Total]		B1		[Total]		A1		[Total]		    		E1		[Total]		D1		[Total]		    		S2		S1		[Total]		HD		CP		[Total]		ZJ		PD		[Total]		    		
2002		65.0		[65.0]		60.0		[60.0]		[125.0]		45.0		[45.0]		40.0		[40.0]		35.0		[35.0]		[120.0]		55.0		[55.0]		50.0		[50.0]		[105.0]		30.0		25.0		[55.0]		15.0		20.0		[35.0]		10.0		5.0		[15.0]		[105.0]		[455.0]
2001		65.0		[65.0]		59.0		[59.0]		[124.0]		44.0		[44.0]		39.0		[39.0]		34.0		[34.0]		[117.0]		54.0		[54.0]		49.0		[49.0]		[103.0]		29.0		24.0		[53.0]		14.0		19.0		[33.0]		9.0		4.0		[13.0]		[99.0]		[443.0]
2000		63.0		[63.0]		58.0		[58.0]		[121.0]		43.0		[43.0]		38.0		[38.0]		33.0		[33.0]		[114.0]		53.0		[53.0]		48.0		[48.0]		[101.0]		28.0		23.0		[51.0]		13.0		18.0		[31.0]		8.0		3.0		[11.0]		[93.0]		[429.0]
1999		62.0		[62.0]		57.0		[57.0]		[119.0]		42.0		[42.0]		37.0		[37.0]		32.0		[32.0]		[111.0]		52.0		[52.0]		47.0		[47.0]		[99.0]		27.0		22.0		[49.0]		12.0		17.0		[29.0]		7.0		2.0		[9.0]		[87.0]		[416.0]
1998		61.0		[61.0]		56.0		[56.0]		[117.0]		41.0		[41.0]		36.0		[36.0]		31.0		[31.0]		[108.0]		51.0		[51.0]		46.0		[46.0]		[97.0]		26.0		21.0		[47.0]		11.0		16.0		[27.0]		6.0		1.0		[7.0]		[81.0]		[403.0]
[Total]		316.0		[316.0]		290.0		[290.0]		[606.0]		215.0		[215.0]		190.0		[190.0]		165.0		[165.0]		[570.0]		265.0		[265.0]		240.0		[240.0]		[505.0]		140.0		115.0		[255.0]		65.0		90.0		[155.0]		40.0		15.0		[55.0]		[465.0]		[2146.0]		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
OUTER RESULT:55

		UN		UN		UN		CN		CN		CN		CN		[Total]
		LP		LP		[Total]		SZ		SZ		SZ		[Total]		
		E1		[Total]		    		S2		S1		[Total]		    		
2000		53.0		[53.0]		[53.0]		28.0		23.0		[51.0]		[51.0]		[104.0]
2001		54.0		[54.0]		[54.0]		29.0		24.0		[53.0]		[53.0]		[107.0]
2002		55.0		[55.0]		[55.0]		30.0		25.0		[55.0]		[55.0]		[110.0]
[Total]		162.0		[162.0]		[162.0]		87.0		72.0		[159.0]		[159.0]		[321.0]		
OUTER RESULT:34

		[Total]
		
		
[Total]		[null]		
		CN		CN		CN		
		BJ		SH		SZ		
1998		27.0		7.0		47.0		
1999		29.0		9.0		49.0		
2000		31.0		11.0		51.0		
2001		33.0		13.0		53.0		
2002		35.0		15.0		55.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		16.0		11.0		1.0		6.0		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
total		90.0		65.0		15.0		40.0		115.0		140.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
maxTotal1	90.0		65.0		15.0		40.0		115.0		140.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
maxTotal2	316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		316.0		
sumTotal1	155.0		155.0		55.0		55.0		255.0		255.0		316.0		290.0		240.0		265.0		190.0		165.0		215.0		
sumTotal2	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
sumSumTotal1	465.0		465.0		465.0		465.0		465.0		465.0		606.0		606.0		505.0		505.0		570.0		570.0		570.0		
		CN		CN		CN		CN		CN		CN		
		BJ		BJ		SH		SH		SZ		SZ		
		CP		HD		PD		ZJ		S1		S2		
1998		16.0		11.0		1.0		6.0		21.0		26.0		
1999		17.0		12.0		2.0		7.0		22.0		27.0		
2000		18.0		13.0		3.0		8.0		23.0		28.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		S1		S2		P1		F1		D1		E1		B1		A1		C1		
1998		null		21.0		26.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		null		22.0		27.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		null		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		CN		CN		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		BJ		SH		SH		SZ		SZ		IL		TK		LD		LP		CS		LA		NY		
		CP		HD		PD		ZJ		S1		S2		P1		F1		D1		E1		B1		A1		C1		
2000		18.0		13.0		3.0		8.0		23.0		28.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		19.0		14.0		4.0		9.0		24.0		29.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		20.0		15.0		5.0		10.0		25.0		30.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		
		CN		
		BJ		
		CP		Total
1998		16.0		403.0
1999		17.0		416.0
2000		18.0		429.0
2001		19.0		443.0
2002		20.0		455.0
		CN		JP		US		
		BJ		IL		CS		
		CP		P1		B1		Total
2000		18.0		63.0		38.0		429.0
2001		19.0		65.0		39.0		443.0
2002		20.0		65.0		40.0		455.0
		CN		CN		CN		JP		JP		UN		UN		US		US		US		
		BJ		SH		SZ		IL		TK		LD		LP		CS		LA		NY		
1998		27.0		7.0		47.0		61.0		56.0		46.0		51.0		36.0		31.0		41.0		
1999		29.0		9.0		49.0		62.0		57.0		47.0		52.0		37.0		32.0		42.0		
2000		31.0		11.0		51.0		63.0		58.0		48.0		53.0		38.0		33.0		43.0		
2001		33.0		13.0		53.0		65.0		59.0		49.0		54.0		39.0		34.0		44.0		
2002		35.0		15.0		55.0		65.0		60.0		50.0		55.0		40.0		35.0		45.0		Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 s - in org.eclipse.birt.data.engine.olap.api.CubeIVTest
testAggrSort(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.049 s
testIVWithIncrementSorts(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.031 s
testNestedCrossTab(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.066 s
testFilter1(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.013 s
testBasic(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.032 s
testIVWithAddingNestAggregations(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.043 s
testBasicIV(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.018 s
testIVWithIncrementNoAggrUpdateFilter1(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.022 s
testIVWithIncrementNoAggrUpdateFilter2(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.022 s
testIVWithIncrementNoAggrUpdateFilter3(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.038 s
testIVWithIncrementNoAggrUpdateFilter4(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.029 s
testQueryWithoutEdge(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.008 s
testBasic1(org.eclipse.birt.data.engine.olap.api.CubeIVTest)  Time elapsed: 0.017 s
Running org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest
testValidFilter1(org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest)  Time elapsed: 0 s
testInvalidFilter1(org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.util.OlapExpressionUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.olap.util.OlapExpressionUtilTest
testGetTargetLevel(org.eclipse.birt.data.engine.olap.util.OlapExpressionUtilTest)  Time elapsed: 0.001 s
testComplexDimensionExpression(org.eclipse.birt.data.engine.olap.util.OlapExpressionUtilTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest
testBasicFilter1(org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest)  Time elapsed: 0.002 s
testBasicFilter3(org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest)  Time elapsed: 0.002 s
testBasicFilter(org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.engine.olap.util.OlapExpressionCompilerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.olap.util.OlapExpressionCompilerTest
testGetReferencedDimensionName(org.eclipse.birt.data.engine.olap.util.OlapExpressionCompilerTest)  Time elapsed: 0 s
testGetReferencedDimLevel(org.eclipse.birt.data.engine.olap.util.OlapExpressionCompilerTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.engine.olap.impl.query.CubeQueryDefinitionIOUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.birt.data.engine.olap.impl.query.CubeQueryDefinitionIOUtilTest
testSaveAndLoad(org.eclipse.birt.data.engine.olap.impl.query.CubeQueryDefinitionIOUtilTest)  Time elapsed: 0.004 s
Running org.eclipse.birt.data.engine.binding.SubQueryTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
sub query data
0    0    0    1    
0    0    0    2    

sub query of sub query data
0    0    0    0    
0    0    0    1    
0    0    0    2    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
query data
0    0    0    1    
0    0    0    2    
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    0    0    
0    1    0    1    
0    1    0    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    1    2    0    
0    1    2    1    
0    1    2    2    
0    2    0    0    
0    2    0    1    
0    2    0    2    
0    2    1    0    
0    2    1    1    
0    2    1    2    
0    2    2    0    
0    2    2    1    
0    2    2    2    
1    0    0    0    
1    0    0    1    
1    0    0    2    
1    0    1    0    
1    0    1    1    
1    0    1    2    
1    0    2    0    
1    0    2    1    
1    0    2    2    
1    1    0    0    
1    1    0    1    
1    1    0    2    
1    1    1    0    
1    1    1    1    
1    1    1    2    
1    1    2    0    
1    1    2    1    
1    1    2    2    
1    2    0    0    
1    2    0    1    
1    2    0    2    
1    2    1    0    
1    2    1    1    
1    2    1    2    
1    2    2    0    
1    2    2    1    
1    2    2    2    
2    0    0    0    
2    0    0    1    
2    0    0    2    
2    0    1    0    
2    0    1    1    
2    0    1    2    
2    0    2    0    
2    0    2    1    
2    0    2    2    
2    1    0    0    
2    1    0    1    
2    1    0    2    
2    1    1    0    
2    1    1    1    
2    1    1    2    
2    1    2    0    
2    1    2    1    
2    1    2    2    
2    2    0    0    
2    2    0    1    
2    2    0    2    
2    2    1    0    
2    2    1    1    
2    2    1    2    
2    2    2    0    
2    2    2    1    
2    2    2    2    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
query data
0    0    0    0    
0    0    0    1    
0    0    0    2    
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    0    0    
0    1    0    1    
0    1    0    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    1    2    0    
0    1    2    1    
0    1    2    2    
0    2    0    0    
0    2    0    1    
0    2    0    2    
0    2    1    0    
0    2    1    1    
0    2    1    2    
0    2    2    0    
0    2    2    1    
0    2    2    2    
1    0    0    0    
1    0    0    1    
1    0    0    2    
1    0    1    0    
1    0    1    1    
1    0    1    2    
1    0    2    0    
1    0    2    1    
1    0    2    2    
1    1    0    0    
1    1    0    1    
1    1    0    2    
1    1    1    0    
1    1    1    1    
1    1    1    2    
1    1    2    0    
1    1    2    1    
1    1    2    2    
1    2    0    0    
1    2    0    1    
1    2    0    2    
1    2    1    0    
1    2    1    1    
1    2    1    2    
1    2    2    0    
1    2    2    1    
1    2    2    2    
2    0    0    0    
2    0    0    1    
2    0    0    2    
2    0    1    0    
2    0    1    1    
2    0    1    2    
2    0    2    0    
2    0    2    1    
2    0    2    2    
2    1    0    0    
2    1    0    1    
2    1    0    2    
2    1    1    0    
2    1    1    1    
2    1    1    2    
2    1    2    0    
2    1    2    1    
2    1    2    2    
2    2    0    0    
2    2    0    1    
2    2    0    2    
2    2    1    0    
2    2    1    1    
2    2    1    2    
2    2    2    0    
2    2    2    1    
2    2    2    2    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
query data
0    0    0    0    
0    0    0    1    
0    0    0    2    
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    0    0    
0    1    0    1    
0    1    0    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    1    2    0    
0    1    2    1    
0    1    2    2    
0    2    0    0    
0    2    0    1    
0    2    0    2    
0    2    1    0    
0    2    1    1    
0    2    1    2    
0    2    2    0    
0    2    2    1    
0    2    2    2    
1    0    0    0    
1    0    0    1    
1    0    0    2    
1    0    1    0    
1    0    1    1    
1    0    1    2    
1    0    2    0    
1    0    2    1    
1    0    2    2    
1    1    0    0    
1    1    0    1    
1    1    0    2    
1    1    1    0    
1    1    1    1    
1    1    1    2    
1    1    2    0    
1    1    2    1    
1    1    2    2    
1    2    0    0    
1    2    0    1    
1    2    0    2    
1    2    1    0    
1    2    1    1    
1    2    1    2    
1    2    2    0    
1    2    2    1    
1    2    2    2    
2    0    0    0    
2    0    0    1    
2    0    0    2    
2    0    1    0    
2    0    1    1    
2    0    1    2    
2    0    2    0    
2    0    2    1    
2    0    2    2    
2    1    0    0    
2    1    0    1    
2    1    0    2    
2    1    1    0    
2    1    1    1    
2    1    1    2    
2    1    2    0    
2    1    2    1    
2    1    2    2    
2    2    0    0    
2    2    0    1    
2    2    0    2    
2    2    1    0    
2    2    1    1    
2    2    1    2    
2    2    2    0    
2    2    2    1    
2    2    2    2    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
query data
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    2    0    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
0    0    0    0    
	0    0    0    0    0
		0    0    0    0    0	0	0	0	
		0    0    0    1    0	0	0	0	
		0    0    0    2    0	0	0	0	
		0    0    1    0    1	0	1	1	
		0    0    1    1    1	0	1	1	
		0    0    1    2    1	0	1	1	
		0    0    2    0    2	0	2	2	
		0    0    2    1    2	0	2	2	
		0    0    2    2    2	0	2	2	
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
0    0    0    0    
	0    0    0    0    9.0
org.eclipse.birt.data.engine.core.DataException: Column Binding "subsubBinding3" is incorrect:the parent query column bindings which include aggregations cannot be used in column bindings of subquery.
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.validateInParentQuery(ExprManagerUtil.java:231)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.checkColumnBindingExist(ExprManagerUtil.java:195)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.checkColumnBindingExpression(ExprManagerUtil.java:158)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.validateColumnBinding(ExprManagerUtil.java:73)
	at org.eclipse.birt.data.engine.impl.ExprManager.validateColumnBinding(ExprManager.java:187)
	at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.validateQuery(ServiceForQueryResults.java:853)
	at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:167)
	at org.eclipse.birt.data.engine.impl.ResultIterator.getSecondaryIterator(ResultIterator.java:821)
	at org.eclipse.birt.data.engine.binding.SubQueryTest.useParentColumnBindings(SubQueryTest.java:374)
	at org.eclipse.birt.data.engine.binding.SubQueryTest.testUseParentColumnBindingWithAggregation(SubQueryTest.java:295)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.986 s - in org.eclipse.birt.data.engine.binding.SubQueryTest
test(org.eclipse.birt.data.engine.binding.SubQueryTest)  Time elapsed: 0.58 s
test2(org.eclipse.birt.data.engine.binding.SubQueryTest)  Time elapsed: 0.208 s
test3(org.eclipse.birt.data.engine.binding.SubQueryTest)  Time elapsed: 0.237 s
test4(org.eclipse.birt.data.engine.binding.SubQueryTest)  Time elapsed: 0.303 s
testMaxRow(org.eclipse.birt.data.engine.binding.SubQueryTest)  Time elapsed: 0.238 s
testUseParentColumnBindings(org.eclipse.birt.data.engine.binding.SubQueryTest)  Time elapsed: 0.192 s
testUseParentColumnBindingWithAggregation(org.eclipse.birt.data.engine.binding.SubQueryTest)  Time elapsed: 0.227 s
Running org.eclipse.birt.data.engine.binding.MaxRowsTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.eclipse.birt.data.engine.binding.MaxRowsTest
test(org.eclipse.birt.data.engine.binding.MaxRowsTest)  Time elapsed: 0.281 s
Running org.eclipse.birt.data.engine.binding.DefineDataSourceTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.birt.data.engine.binding.DefineDataSourceTest
testDefineDataSource(org.eclipse.birt.data.engine.binding.DefineDataSourceTest)  Time elapsed: 0.075 s
Running org.eclipse.birt.data.engine.binding.ComputedColumnTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  
 0     2     0     0     81     6561    
 0     2     0     1     81     6561    
 0     2     0     2     81     6561    
 1     2     0     0     81     6561    
 1     2     0     1     81     6561    
 1     2     0     2     81     6561    
 2     2     0     0     81     6561    
 2     2     0     1     81     6561    
 2     2     0     2     81     6561    
 0     2     1     0     81     6561    
 0     2     1     1     81     6561    
 0     2     1     2     81     6561    
 1     2     1     0     81     6561    
 1     2     1     1     81     6561    
 1     2     1     2     81     6561    
 2     2     1     0     81     6561    
 2     2     1     1     81     6561    
 2     2     1     2     81     6561    
 0     2     2     0     81     6561    
 0     2     2     1     81     6561    
 0     2     2     2     81     6561    
 1     2     2     0     81     6561    
 1     2     2     1     81     6561    
 1     2     2     2     81     6561    
 2     2     2     0     81     6561    
 2     2     2     1     81     6561    
 2     2     2     2     81     6561    
 0     1     0     0     81     6561    
 0     1     0     1     81     6561    
 0     1     0     2     81     6561    
 1     1     0     0     81     6561    
 1     1     0     1     81     6561    
 1     1     0     2     81     6561    
 2     1     0     0     81     6561    
 2     1     0     1     81     6561    
 2     1     0     2     81     6561    
 0     1     1     0     81     6561    
 0     1     1     1     81     6561    
 0     1     1     2     81     6561    
 1     1     1     0     81     6561    
 1     1     1     1     81     6561    
 1     1     1     2     81     6561    
 2     1     1     0     81     6561    
 2     1     1     1     81     6561    
 2     1     1     2     81     6561    
 0     1     2     0     81     6561    
 0     1     2     1     81     6561    
 0     1     2     2     81     6561    
 1     1     2     0     81     6561    
 1     1     2     1     81     6561    
 1     1     2     2     81     6561    
 2     1     2     0     81     6561    
 2     1     2     1     81     6561    
 2     1     2     2     81     6561    
 0     0     0     0     81     6561    
 0     0     0     1     81     6561    
 0     0     0     2     81     6561    
 1     0     0     0     81     6561    
 1     0     0     1     81     6561    
 1     0     0     2     81     6561    
 2     0     0     0     81     6561    
 2     0     0     1     81     6561    
 2     0     0     2     81     6561    
 0     0     1     0     81     6561    
 0     0     1     1     81     6561    
 0     0     1     2     81     6561    
 1     0     1     0     81     6561    
 1     0     1     1     81     6561    
 1     0     1     2     81     6561    
 2     0     1     0     81     6561    
 2     0     1     1     81     6561    
 2     0     1     2     81     6561    
 0     0     2     0     81     6561    
 0     0     2     1     81     6561    
 0     0     2     2     81     6561    
 1     0     2     0     81     6561    
 1     0     2     1     81     6561    
 1     0     2     2     81     6561    
 2     0     2     0     81     6561    
 2     0     2     1     81     6561    
 2     0     2     2     81     6561    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  cc4  
 0     0     0     0     0     243     324     324    
 0     0     0     1     0     243     324     324    
 0     0     0     2     0     243     324     324    
 0     0     1     0     0     243     324     324    
 0     0     1     1     0     243     324     324    
 0     0     1     2     0     243     324     324    
 0     0     2     0     0     243     324     324    
 0     0     2     1     0     243     324     324    
 0     0     2     2     0     243     324     324    
 0     1     0     0     1     243     324     324    
 0     1     0     1     1     243     324     324    
 0     1     0     2     1     243     324     324    
 0     1     1     0     1     243     324     324    
 0     1     1     1     1     243     324     324    
 0     1     1     2     1     243     324     324    
 0     1     2     0     1     243     324     324    
 0     1     2     1     1     243     324     324    
 0     1     2     2     1     243     324     324    
 0     2     0     0     2     243     324     324    
 0     2     0     1     2     243     324     324    
 0     2     0     2     2     243     324     324    
 0     2     1     0     2     243     324     324    
 0     2     1     1     2     243     324     324    
 0     2     1     2     2     243     324     324    
 0     2     2     0     2     243     324     324    
 0     2     2     1     2     243     324     324    
 0     2     2     2     2     243     324     324    
 1     0     0     0     1     243     324     324    
 1     0     0     1     1     243     324     324    
 1     0     0     2     1     243     324     324    
 1     0     1     0     1     243     324     324    
 1     0     1     1     1     243     324     324    
 1     0     1     2     1     243     324     324    
 1     0     2     0     1     243     324     324    
 1     0     2     1     1     243     324     324    
 1     0     2     2     1     243     324     324    
 1     1     0     0     2     243     324     324    
 1     1     0     1     2     243     324     324    
 1     1     0     2     2     243     324     324    
 1     1     1     0     2     243     324     324    
 1     1     1     1     2     243     324     324    
 1     1     1     2     2     243     324     324    
 1     1     2     0     2     243     324     324    
 1     1     2     1     2     243     324     324    
 1     1     2     2     2     243     324     324    
 1     2     0     0     3     243     324     324    
 1     2     0     1     3     243     324     324    
 1     2     0     2     3     243     324     324    
 1     2     1     0     3     243     324     324    
 1     2     1     1     3     243     324     324    
 1     2     1     2     3     243     324     324    
 1     2     2     0     3     243     324     324    
 1     2     2     1     3     243     324     324    
 1     2     2     2     3     243     324     324    
 2     0     0     0     2     243     324     324    
 2     0     0     1     2     243     324     324    
 2     0     0     2     2     243     324     324    
 2     0     1     0     2     243     324     324    
 2     0     1     1     2     243     324     324    
 2     0     1     2     2     243     324     324    
 2     0     2     0     2     243     324     324    
 2     0     2     1     2     243     324     324    
 2     0     2     2     2     243     324     324    
 2     1     0     0     3     243     324     324    
 2     1     0     1     3     243     324     324    
 2     1     0     2     3     243     324     324    
 2     1     1     0     3     243     324     324    
 2     1     1     1     3     243     324     324    
 2     1     1     2     3     243     324     324    
 2     1     2     0     3     243     324     324    
 2     1     2     1     3     243     324     324    
 2     1     2     2     3     243     324     324    
 2     2     0     0     4     243     324     324    
 2     2     0     1     4     243     324     324    
 2     2     0     2     4     243     324     324    
 2     2     1     0     4     243     324     324    
 2     2     1     1     4     243     324     324    
 2     2     1     2     4     243     324     324    
 2     2     2     0     4     243     324     324    
 2     2     2     1     4     243     324     324    
 2     2     2     2     4     243     324     324    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  cc4  cc5  
 0     0     0     0     0     243     324     324     324    
 0     0     0     1     0     243     324     324     324    
 0     0     0     2     0     243     324     324     324    
 0     0     1     0     0     243     324     324     324    
 0     0     1     1     0     243     324     324     324    
 0     0     1     2     0     243     324     324     324    
 0     0     2     0     0     243     324     324     324    
 0     0     2     1     0     243     324     324     324    
 0     0     2     2     0     243     324     324     324    
 0     1     0     0     1     243     324     324     324    
 0     1     0     1     1     243     324     324     324    
 0     1     0     2     1     243     324     324     324    
 0     1     1     0     1     243     324     324     324    
 0     1     1     1     1     243     324     324     324    
 0     1     1     2     1     243     324     324     324    
 0     1     2     0     1     243     324     324     324    
 0     1     2     1     1     243     324     324     324    
 0     1     2     2     1     243     324     324     324    
 0     2     0     0     2     243     324     324     324    
 0     2     0     1     2     243     324     324     324    
 0     2     0     2     2     243     324     324     324    
 0     2     1     0     2     243     324     324     324    
 0     2     1     1     2     243     324     324     324    
 0     2     1     2     2     243     324     324     324    
 0     2     2     0     2     243     324     324     324    
 0     2     2     1     2     243     324     324     324    
 0     2     2     2     2     243     324     324     324    
 1     0     0     0     1     243     324     324     324    
 1     0     0     1     1     243     324     324     324    
 1     0     0     2     1     243     324     324     324    
 1     0     1     0     1     243     324     324     324    
 1     0     1     1     1     243     324     324     324    
 1     0     1     2     1     243     324     324     324    
 1     0     2     0     1     243     324     324     324    
 1     0     2     1     1     243     324     324     324    
 1     0     2     2     1     243     324     324     324    
 1     1     0     0     2     243     324     324     324    
 1     1     0     1     2     243     324     324     324    
 1     1     0     2     2     243     324     324     324    
 1     1     1     0     2     243     324     324     324    
 1     1     1     1     2     243     324     324     324    
 1     1     1     2     2     243     324     324     324    
 1     1     2     0     2     243     324     324     324    
 1     1     2     1     2     243     324     324     324    
 1     1     2     2     2     243     324     324     324    
 1     2     0     0     3     243     324     324     324    
 1     2     0     1     3     243     324     324     324    
 1     2     0     2     3     243     324     324     324    
 1     2     1     0     3     243     324     324     324    
 1     2     1     1     3     243     324     324     324    
 1     2     1     2     3     243     324     324     324    
 1     2     2     0     3     243     324     324     324    
 1     2     2     1     3     243     324     324     324    
 1     2     2     2     3     243     324     324     324    
 2     0     0     0     2     243     324     324     324    
 2     0     0     1     2     243     324     324     324    
 2     0     0     2     2     243     324     324     324    
 2     0     1     0     2     243     324     324     324    
 2     0     1     1     2     243     324     324     324    
 2     0     1     2     2     243     324     324     324    
 2     0     2     0     2     243     324     324     324    
 2     0     2     1     2     243     324     324     324    
 2     0     2     2     2     243     324     324     324    
 2     1     0     0     3     243     324     324     324    
 2     1     0     1     3     243     324     324     324    
 2     1     0     2     3     243     324     324     324    
 2     1     1     0     3     243     324     324     324    
 2     1     1     1     3     243     324     324     324    
 2     1     1     2     3     243     324     324     324    
 2     1     2     0     3     243     324     324     324    
 2     1     2     1     3     243     324     324     324    
 2     1     2     2     3     243     324     324     324    
 2     2     0     0     4     243     324     324     324    
 2     2     0     1     4     243     324     324     324    
 2     2     0     2     4     243     324     324     324    
 2     2     1     0     4     243     324     324     324    
 2     2     1     1     4     243     324     324     324    
 2     2     1     2     4     243     324     324     324    
 2     2     2     0     4     243     324     324     324    
 2     2     2     1     4     243     324     324     324    
 2     2     2     2     4     243     324     324     324    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  
 2     0     0     0     <null>    
 2     0     0     1     <null>    
 2     0     0     2     <null>    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  ccc  ccc2  
 0     0     0     0     0     162    
 0     0     1     0     0     162    
 0     0     2     0     0     162    
 0     1     0     0     1     162    
 0     1     1     0     1     162    
 0     1     2     0     1     162    
 1     0     0     0     1     162    
 1     0     1     0     1     162    
 1     0     2     0     1     162    
 0     0     0     1     0     324    
 0     0     1     1     0     324    
 0     0     2     1     0     324    
 0     1     0     1     1     324    
 0     1     1     1     1     324    
 0     1     2     1     1     324    
 1     0     0     1     1     324    
 1     0     1     1     1     324    
 1     0     2     1     1     324    
 0     0     0     2     0     486    
 0     0     1     2     0     486    
 0     0     2     2     0     486    
 0     1     0     2     1     486    
 0     1     1     2     1     486    
 0     1     2     2     1     486    
 1     0     0     2     1     486    
 1     0     1     2     1     486    
 1     0     2     2     1     486    
 0     2     0     0     2     162    
 0     2     1     0     2     162    
 0     2     2     0     2     162    
 1     1     0     0     2     162    
 1     1     1     0     2     162    
 1     1     2     0     2     162    
 1     2     0     0     3     162    
 1     2     1     0     3     162    
 1     2     2     0     3     162    
 2     0     0     0     2     162    
 2     0     1     0     2     162    
 2     0     2     0     2     162    
 2     1     0     0     3     162    
 2     1     1     0     3     162    
 2     1     2     0     3     162    
 0     2     0     1     2     324    
 0     2     1     1     2     324    
 0     2     2     1     2     324    
 1     1     0     1     2     324    
 1     1     1     1     2     324    
 1     1     2     1     2     324    
 1     2     0     1     3     324    
 1     2     1     1     3     324    
 1     2     2     1     3     324    
 2     0     0     1     2     324    
 2     0     1     1     2     324    
 2     0     2     1     2     324    
 2     1     0     1     3     324    
 2     1     1     1     3     324    
 2     1     2     1     3     324    
 0     2     0     2     2     486    
 0     2     1     2     2     486    
 0     2     2     2     2     486    
 1     1     0     2     2     486    
 1     1     1     2     2     486    
 1     1     2     2     2     486    
 1     2     0     2     3     486    
 1     2     1     2     3     486    
 1     2     2     2     3     486    
 2     0     0     2     2     486    
 2     0     1     2     2     486    
 2     0     2     2     2     486    
 2     1     0     2     3     486    
 2     1     1     2     3     486    
 2     1     2     2     3     486    
 2     2     0     0     4     162    
 2     2     1     0     4     162    
 2     2     2     0     4     162    
 2     2     0     1     4     324    
 2     2     1     1     4     324    
 2     2     2     1     4     324    
 2     2     0     2     4     486    
 2     2     1     2     4     486    
 2     2     2     2     4     486    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  
 2     0     0     0     <null>    
 2     0     0     1     <null>    
 2     0     0     2     <null>    
 2     0     1     0     <null>    
 2     0     1     1     <null>    
 2     0     1     2     <null>    
 2     0     2     0     <null>    
 2     0     2     1     <null>    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  
 2     0     0     0     true    
 2     0     0     1     true    
 2     0     0     2     true    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     0     0     1    
 0     0     0     1     0     0     2    
 0     0     0     2     0     0     3    
 0     0     1     0     0     0     4    
 0     0     1     1     0     0     5    
 0     0     1     2     0     0     6    
 0     0     2     0     0     0     7    
 0     0     2     1     0     0     8    
 0     0     2     2     0     0     9    
 0     1     0     0     1     0     10    
 0     1     0     1     1     1     11    
 0     1     0     2     1     1     12    
 0     1     1     0     1     2     13    
 0     1     1     1     1     3     14    
 0     1     1     2     1     3     15    
 0     1     2     0     1     4     16    
 0     1     2     1     1     4     17    
 0     1     2     2     1     5     18    
 0     2     0     0     2     6     19    
 0     2     0     1     2     8     20    
 0     2     0     2     2     9     21    
 0     2     1     0     2     10     22    
 0     2     1     1     2     11     23    
 0     2     1     2     2     12     24    
 0     2     2     0     2     14     25    
 0     2     2     1     2     15     26    
 0     2     2     2     2     16     27    
 1     0     0     0     1     17     28    
 1     0     0     1     1     17     29    
 1     0     0     2     1     18     30    
 1     0     1     0     1     19     31    
 1     0     1     1     1     19     32    
 1     0     1     2     1     20     33    
 1     0     2     0     1     20     34    
 1     0     2     1     1     21     35    
 1     0     2     2     1     22     36    
 1     1     0     0     2     23     37    
 1     1     0     1     2     24     38    
 1     1     0     2     2     25     39    
 1     1     1     0     2     27     40    
 1     1     1     1     2     28     41    
 1     1     1     2     2     29     42    
 1     1     2     0     2     30     43    
 1     1     2     1     2     32     44    
 1     1     2     2     2     33     45    
 1     2     0     0     3     35     46    
 1     2     0     1     3     37     47    
 1     2     0     2     3     38     48    
 1     2     1     0     3     40     49    
 1     2     1     1     3     42     50    
 1     2     1     2     3     44     51    
 1     2     2     0     3     46     52    
 1     2     2     1     3     48     53    
 1     2     2     2     3     49     54    
 2     0     0     0     2     51     55    
 2     0     0     1     2     52     56    
 2     0     0     2     2     53     57    
 2     0     1     0     2     54     58    
 2     0     1     1     2     56     59    
 2     0     1     2     2     57     60    
 2     0     2     0     2     58     61    
 2     0     2     1     2     59     62    
 2     0     2     2     2     61     63    
 2     1     0     0     3     62     64    
 2     1     0     1     3     64     65    
 2     1     0     2     3     66     66    
 2     1     1     0     3     68     67    
 2     1     1     1     3     70     68    
 2     1     1     2     3     72     69    
 2     1     2     0     3     74     70    
 2     1     2     1     3     75     71    
 2     1     2     2     3     77     72    
 2     2     0     0     4     80     73    
 2     2     0     1     4     82     74    
 2     2     0     2     4     85     75    
 2     2     1     0     4     87     76    
 2     2     1     1     4     90     77    
 2     2     1     2     4     92     78    
 2     2     2     0     4     95     79    
 2     2     2     1     4     97     80    
 2     2     2     2     4     100     81    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     81     81     81    
 0     0     0     1     81     81     81    
 0     0     0     2     81     81     81    
 0     0     1     0     81     81     81    
 0     0     1     1     81     81     81    
 0     0     1     2     81     81     81    
 0     0     2     0     81     81     81    
 0     0     2     1     81     81     81    
 0     0     2     2     81     81     81    
 0     1     0     0     81     81     81    
 0     1     0     1     81     81     81    
 0     1     0     2     81     81     81    
 0     1     1     0     81     81     81    
 0     1     1     1     81     81     81    
 0     1     1     2     81     81     81    
 0     1     2     0     81     81     81    
 0     1     2     1     81     81     81    
 0     1     2     2     81     81     81    
 0     2     0     0     81     81     81    
 0     2     0     1     81     81     81    
 0     2     0     2     81     81     81    
 0     2     1     0     81     81     81    
 0     2     1     1     81     81     81    
 0     2     1     2     81     81     81    
 0     2     2     0     81     81     81    
 0     2     2     1     81     81     81    
 0     2     2     2     81     81     81    
 1     0     0     0     81     81     81    
 1     0     0     1     81     81     81    
 1     0     0     2     81     81     81    
 1     0     1     0     81     81     81    
 1     0     1     1     81     81     81    
 1     0     1     2     81     81     81    
 1     0     2     0     81     81     81    
 1     0     2     1     81     81     81    
 1     0     2     2     81     81     81    
 1     1     0     0     81     81     81    
 1     1     0     1     81     81     81    
 1     1     0     2     81     81     81    
 1     1     1     0     81     81     81    
 1     1     1     1     81     81     81    
 1     1     1     2     81     81     81    
 1     1     2     0     81     81     81    
 1     1     2     1     81     81     81    
 1     1     2     2     81     81     81    
 1     2     0     0     81     81     81    
 1     2     0     1     81     81     81    
 1     2     0     2     81     81     81    
 1     2     1     0     81     81     81    
 1     2     1     1     81     81     81    
 1     2     1     2     81     81     81    
 1     2     2     0     81     81     81    
 1     2     2     1     81     81     81    
 1     2     2     2     81     81     81    
 2     0     0     0     81     81     81    
 2     0     0     1     81     81     81    
 2     0     0     2     81     81     81    
 2     0     1     0     81     81     81    
 2     0     1     1     81     81     81    
 2     0     1     2     81     81     81    
 2     0     2     0     81     81     81    
 2     0     2     1     81     81     81    
 2     0     2     2     81     81     81    
 2     1     0     0     81     81     81    
 2     1     0     1     81     81     81    
 2     1     0     2     81     81     81    
 2     1     1     0     81     81     81    
 2     1     1     1     81     81     81    
 2     1     1     2     81     81     81    
 2     1     2     0     81     81     81    
 2     1     2     1     81     81     81    
 2     1     2     2     81     81     81    
 2     2     0     0     81     81     81    
 2     2     0     1     81     81     81    
 2     2     0     2     81     81     81    
 2     2     1     0     81     81     81    
 2     2     1     1     81     81     81    
 2     2     1     2     81     81     81    
 2     2     2     0     81     81     81    
 2     2     2     1     81     81     81    
 2     2     2     2     81     81     81    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
org.eclipse.birt.data.engine.core.DataException: Fail to compute value for computed column "col".
Can not convert the value of abc to Integer type.
	at org.eclipse.birt.data.engine.impl.ComputedColumnHelper$ComputedColumnHelperInstance.process(ComputedColumnHelper.java:437)
	at org.eclipse.birt.data.engine.impl.ComputedColumnHelper.process(ComputedColumnHelper.java:123)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.processFetchEvent(RowResultSet.java:156)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.doNext(RowResultSet.java:124)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:98)
	at org.eclipse.birt.data.engine.executor.cache.ExpandableRowResultSet.next(ExpandableRowResultSet.java:64)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(SmartCacheHelper.java:278)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initInstance(SmartCacheHelper.java:249)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initOdaResult(SmartCacheHelper.java:141)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCache(SmartCacheHelper.java:76)
	at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.java:59)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.populateOdiResultSet(PassUtil.java:91)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.pass(PassUtil.java:61)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateResultSetCacheInResultSetPopulator(PassManager.java:225)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateDataSet(PassManager.java:193)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.prepareDataSetResultSet(PassManager.java:81)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.pass(PassManager.java:105)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateResultSet(PassManager.java:65)
	at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:205)
	at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:98)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:933)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:550)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:1074)
	at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:218)
	at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:170)
	at org.eclipse.birt.data.engine.binding.APITestCase.executeQuery(APITestCase.java:309)
	at org.eclipse.birt.data.engine.binding.ComputedColumnTest.doTest(ComputedColumnTest.java:1080)
	at org.eclipse.birt.data.engine.binding.ComputedColumnTest.testA(ComputedColumnTest.java:197)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: org.eclipse.birt.core.exception.CoreException: Can not convert the value of abc to Integer type.
	at org.eclipse.birt.core.data.DataTypeUtil.toInteger(DataTypeUtil.java:246)
	at org.eclipse.birt.core.data.DataTypeUtil.toInteger(DataTypeUtil.java:190)
	at org.eclipse.birt.core.data.DataTypeUtil.convert(DataTypeUtil.java:138)
	at org.eclipse.birt.data.engine.impl.ComputedColumnHelper$ComputedColumnHelperInstance.process(ComputedColumnHelper.java:423)
	... 76 more
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  ccc  ccc2  
 2     2     0     0     4     12    
 2     2     0     1     4     12    
 2     2     0     2     4     12    
 2     2     1     0     4     12    
 2     2     1     1     4     12    
 2     2     1     2     4     12    
 2     2     2     0     4     12    
 2     2     2     1     4     12    
 2     2     2     2     4     12    
 1     2     0     0     3     12    
 1     2     0     1     3     12    
 1     2     0     2     3     12    
 1     2     1     0     3     12    
 1     2     1     1     3     12    
 1     2     1     2     3     12    
 1     2     2     0     3     12    
 1     2     2     1     3     12    
 1     2     2     2     3     12    
 2     1     0     0     3     11    
 2     1     0     1     3     11    
 2     1     0     2     3     11    
 2     1     1     0     3     11    
 2     1     1     1     3     11    
 2     1     1     2     3     11    
 2     1     2     0     3     11    
 2     1     2     1     3     11    
 2     1     2     2     3     11    
 0     2     0     0     2     12    
 0     2     0     1     2     12    
 0     2     0     2     2     12    
 0     2     1     0     2     12    
 0     2     1     1     2     12    
 0     2     1     2     2     12    
 0     2     2     0     2     12    
 0     2     2     1     2     12    
 0     2     2     2     2     12    
 1     1     0     0     2     11    
 1     1     0     1     2     11    
 1     1     0     2     2     11    
 1     1     1     0     2     11    
 1     1     1     1     2     11    
 1     1     1     2     2     11    
 1     1     2     0     2     11    
 1     1     2     1     2     11    
 1     1     2     2     2     11    
 2     0     0     0     2     10    
 2     0     0     1     2     10    
 2     0     0     2     2     10    
 2     0     1     0     2     10    
 2     0     1     1     2     10    
 2     0     1     2     2     10    
 2     0     2     0     2     10    
 2     0     2     1     2     10    
 2     0     2     2     2     10    
 0     1     0     0     1     11    
 0     1     0     1     1     11    
 0     1     0     2     1     11    
 0     1     1     0     1     11    
 0     1     1     1     1     11    
 0     1     1     2     1     11    
 0     1     2     0     1     11    
 0     1     2     1     1     11    
 0     1     2     2     1     11    
 1     0     0     0     1     10    
 1     0     0     1     1     10    
 1     0     0     2     1     10    
 1     0     1     0     1     10    
 1     0     1     1     1     10    
 1     0     1     2     1     10    
 1     0     2     0     1     10    
 1     0     2     1     1     10    
 1     0     2     2     1     10    
 0     0     0     0     0     10    
 0     0     0     1     0     10    
 0     0     0     2     0     10    
 0     0     1     0     0     10    
 0     0     1     1     0     10    
 0     0     1     2     0     10    
 0     0     2     0     0     10    
 0     0     2     1     0     10    
 0     0     2     2     0     10    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     0     0     0    
 0     0     0     1     0     0     0    
 0     0     0     2     0     0     0    
 0     0     1     0     0     0     0    
 0     0     1     1     0     0     0    
 0     0     1     2     0     0     0    
 0     0     2     0     0     0     0    
 0     0     2     1     0     0     0    
 0     0     2     2     0     0     0    
 0     1     0     0     1     100     0    
 0     1     0     1     1     100     1    
 0     1     0     2     1     100     1    
 0     1     1     0     1     100     2    
 0     1     1     1     1     100     3    
 0     1     1     2     1     100     3    
 0     1     2     0     1     100     4    
 0     1     2     1     1     100     4    
 0     1     2     2     1     100     5    
 0     2     0     0     2     200     6    
 0     2     0     1     2     200     8    
 0     2     0     2     2     200     9    
 0     2     1     0     2     200     10    
 0     2     1     1     2     200     11    
 0     2     1     2     2     200     12    
 0     2     2     0     2     200     14    
 0     2     2     1     2     200     15    
 0     2     2     2     2     200     16    
 1     0     0     0     1     100     17    
 1     0     0     1     1     100     17    
 1     0     0     2     1     100     18    
 1     0     1     0     1     100     19    
 1     0     1     1     1     100     19    
 1     0     1     2     1     100     20    
 1     0     2     0     1     100     20    
 1     0     2     1     1     100     21    
 1     0     2     2     1     100     22    
 1     1     0     0     2     200     23    
 1     1     0     1     2     200     24    
 1     1     0     2     2     200     25    
 1     1     1     0     2     200     27    
 1     1     1     1     2     200     28    
 1     1     1     2     2     200     29    
 1     1     2     0     2     200     30    
 1     1     2     1     2     200     32    
 1     1     2     2     2     200     33    
 1     2     0     0     3     300     35    
 1     2     0     1     3     300     37    
 1     2     0     2     3     300     38    
 1     2     1     0     3     300     40    
 1     2     1     1     3     300     42    
 1     2     1     2     3     300     44    
 1     2     2     0     3     300     46    
 1     2     2     1     3     300     48    
 1     2     2     2     3     300     49    
 2     0     0     0     2     200     51    
 2     0     0     1     2     200     52    
 2     0     0     2     2     200     53    
 2     0     1     0     2     200     54    
 2     0     1     1     2     200     56    
 2     0     1     2     2     200     57    
 2     0     2     0     2     200     58    
 2     0     2     1     2     200     59    
 2     0     2     2     2     200     61    
 2     1     0     0     3     300     62    
 2     1     0     1     3     300     64    
 2     1     0     2     3     300     66    
 2     1     1     0     3     300     68    
 2     1     1     1     3     300     70    
 2     1     1     2     3     300     72    
 2     1     2     0     3     300     74    
 2     1     2     1     3     300     75    
 2     1     2     2     3     300     77    
 2     2     0     0     4     400     80    
 2     2     0     1     4     400     82    
 2     2     0     2     4     400     85    
 2     2     1     0     4     400     87    
 2     2     1     1     4     400     90    
 2     2     1     2     4     400     92    
 2     2     2     0     4     400     95    
 2     2     2     1     4     400     97    
 2     2     2     2     4     400     100    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  ccc  
 0     0     0     0     0    
 0     0     0     1     1    
 0     0     0     2     2    
 0     0     1     0     3    
 0     0     1     1     4    
 0     0     1     2     5    
 0     0     2     0     6    
 0     0     2     1     7    
 0     0     2     2     8    
 0     1     0     0     9    
 0     1     0     1     10    
 0     1     0     2     11    
 0     1     1     0     12    
 0     1     1     1     13    
 0     1     1     2     14    
 0     1     2     0     15    
 0     1     2     1     16    
 0     1     2     2     17    
 0     2     0     0     18    
 0     2     0     1     19    
 0     2     0     2     20    
 0     2     1     0     21    
 0     2     1     1     22    
 0     2     1     2     23    
 0     2     2     0     24    
 0     2     2     1     25    
 0     2     2     2     26    
 1     0     0     0     27    
 1     0     0     1     28    
 1     0     0     2     29    
 1     0     1     0     30    
 1     0     1     1     31    
 1     0     1     2     32    
 1     0     2     0     33    
 1     0     2     1     34    
 1     0     2     2     35    
 1     1     0     0     36    
 1     1     0     1     37    
 1     1     0     2     38    
 1     1     1     0     39    
 1     1     1     1     40    
 1     1     1     2     41    
 1     1     2     0     42    
 1     1     2     1     43    
 1     1     2     2     44    
 1     2     0     0     45    
 1     2     0     1     46    
 1     2     0     2     47    
 1     2     1     0     48    
 1     2     1     1     49    
 1     2     1     2     50    
 1     2     2     0     51    
 1     2     2     1     52    
 1     2     2     2     53    
 2     0     0     0     54    
 2     0     0     1     55    
 2     0     0     2     56    
 2     0     1     0     57    
 2     0     1     1     58    
 2     0     1     2     59    
 2     0     2     0     60    
 2     0     2     1     61    
 2     0     2     2     62    
 2     1     0     0     63    
 2     1     0     1     64    
 2     1     0     2     65    
 2     1     1     0     66    
 2     1     1     1     67    
 2     1     1     2     68    
 2     1     2     0     69    
 2     1     2     1     70    
 2     1     2     2     71    
 2     2     0     0     72    
 2     2     0     1     73    
 2     2     0     2     74    
 2     2     1     0     75    
 2     2     1     1     76    
 2     2     1     2     77    
 2     2     2     0     78    
 2     2     2     1     79    
 2     2     2     2     80    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  
 0     0     0     0     0     10    
 0     0     0     1     1     11    
 0     0     1     0     1     11    
 1     0     0     0     1     11    
 0     0     0     2     2     12    
 0     0     1     1     2     12    
 0     0     2     0     2     12    
 1     0     0     1     2     12    
 1     0     1     0     2     12    
 2     0     0     0     2     12    
 0     0     1     2     3     13    
 0     0     2     1     3     13    
 1     0     0     2     3     13    
 1     0     1     1     3     13    
 1     0     2     0     3     13    
 2     0     0     1     3     13    
 2     0     1     0     3     13    
 0     0     2     2     4     14    
 1     0     1     2     4     14    
 1     0     2     1     4     14    
 2     0     0     2     4     14    
 2     0     1     1     4     14    
 2     0     2     0     4     14    
 1     0     2     2     5     15    
 2     0     1     2     5     15    
 2     0     2     1     5     15    
 2     0     2     2     6     16    
 0     1     0     0     1     11    
 0     1     0     1     2     12    
 0     1     1     0     2     12    
 1     1     0     0     2     12    
 0     1     0     2     3     13    
 0     1     1     1     3     13    
 0     1     2     0     3     13    
 1     1     0     1     3     13    
 1     1     1     0     3     13    
 2     1     0     0     3     13    
 0     1     1     2     4     14    
 0     1     2     1     4     14    
 1     1     0     2     4     14    
 1     1     1     1     4     14    
 1     1     2     0     4     14    
 2     1     0     1     4     14    
 2     1     1     0     4     14    
 0     1     2     2     5     15    
 1     1     1     2     5     15    
 1     1     2     1     5     15    
 2     1     0     2     5     15    
 2     1     1     1     5     15    
 2     1     2     0     5     15    
 1     1     2     2     6     16    
 2     1     1     2     6     16    
 2     1     2     1     6     16    
 2     1     2     2     7     17    
 0     2     0     0     2     12    
 0     2     0     1     3     13    
 0     2     1     0     3     13    
 1     2     0     0     3     13    
 0     2     0     2     4     14    
 0     2     1     1     4     14    
 0     2     2     0     4     14    
 1     2     0     1     4     14    
 1     2     1     0     4     14    
 2     2     0     0     4     14    
 0     2     1     2     5     15    
 0     2     2     1     5     15    
 1     2     0     2     5     15    
 1     2     1     1     5     15    
 1     2     2     0     5     15    
 2     2     0     1     5     15    
 2     2     1     0     5     15    
 0     2     2     2     6     16    
 1     2     1     2     6     16    
 1     2     2     1     6     16    
 2     2     0     2     6     16    
 2     2     1     1     6     16    
 2     2     2     0     6     16    
 1     2     2     2     7     17    
 2     2     1     2     7     17    
 2     2     2     1     7     17    
 2     2     2     2     8     18    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  
 0     0     0     0     1     81    
 0     0     0     1     2     81    
 0     0     0     2     3     81    
 0     0     1     0     4     81    
 0     0     1     1     5     81    
 0     0     1     2     6     81    
 0     0     2     0     7     81    
 0     0     2     1     8     81    
 0     0     2     2     9     81    
 0     1     0     0     10     81    
 0     1     0     1     11     81    
 0     1     0     2     12     81    
 0     1     1     0     13     81    
 0     1     1     1     14     81    
 0     1     1     2     15     81    
 0     1     2     0     16     81    
 0     1     2     1     17     81    
 0     1     2     2     18     81    
 0     2     0     0     19     81    
 0     2     0     1     20     81    
 0     2     0     2     21     81    
 0     2     1     0     22     81    
 0     2     1     1     23     81    
 0     2     1     2     24     81    
 0     2     2     0     25     81    
 0     2     2     1     26     81    
 0     2     2     2     27     81    
 1     0     0     0     28     81    
 1     0     0     1     29     81    
 1     0     0     2     30     81    
 1     0     1     0     31     81    
 1     0     1     1     32     81    
 1     0     1     2     33     81    
 1     0     2     0     34     81    
 1     0     2     1     35     81    
 1     0     2     2     36     81    
 1     1     0     0     37     81    
 1     1     0     1     38     81    
 1     1     0     2     39     81    
 1     1     1     0     40     81    
 1     1     1     1     41     81    
 1     1     1     2     42     81    
 1     1     2     0     43     81    
 1     1     2     1     44     81    
 1     1     2     2     45     81    
 1     2     0     0     46     81    
 1     2     0     1     47     81    
 1     2     0     2     48     81    
 1     2     1     0     49     81    
 1     2     1     1     50     81    
 1     2     1     2     51     81    
 1     2     2     0     52     81    
 1     2     2     1     53     81    
 1     2     2     2     54     81    
 2     0     0     0     55     81    
 2     0     0     1     56     81    
 2     0     0     2     57     81    
 2     0     1     0     58     81    
 2     0     1     1     59     81    
 2     0     1     2     60     81    
 2     0     2     0     61     81    
 2     0     2     1     62     81    
 2     0     2     2     63     81    
 2     1     0     0     64     81    
 2     1     0     1     65     81    
 2     1     0     2     66     81    
 2     1     1     0     67     81    
 2     1     1     1     68     81    
 2     1     1     2     69     81    
 2     1     2     0     70     81    
 2     1     2     1     71     81    
 2     1     2     2     72     81    
 2     2     0     0     73     81    
 2     2     0     1     74     81    
 2     2     0     2     75     81    
 2     2     1     0     76     81    
 2     2     1     1     77     81    
 2     2     1     2     78     81    
 2     2     2     0     79     81    
 2     2     2     1     80     81    
 2     2     2     2     81     81    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  ccc  ccc2  
 0     0     0     0     0     10    
 0     0     0     1     0     10    
 0     0     0     2     0     10    
 0     0     1     0     0     10    
 0     0     1     1     0     10    
 0     0     1     2     0     10    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc  
 1     0     0     0     2    
 1     0     0     1     2    
 1     0     0     2     2    
 1     0     1     0     2    
 1     0     1     1     2    
 1     0     1     2     2    
 1     0     2     0     2    
 1     0     2     1     2    
 1     0     2     2     2    
 1     1     0     0     2    
 1     1     0     1     2    
 1     1     0     2     2    
 1     1     1     0     2    
 1     1     1     1     2    
 1     1     1     2     2    
 1     1     2     0     2    
 1     1     2     1     2    
 1     1     2     2     2    
 1     2     0     0     2    
 1     2     0     1     2    
 1     2     0     2     2    
 1     2     1     0     2    
 1     2     1     1     2    
 1     2     1     2     2    
 1     2     2     0     2    
 1     2     2     1     2    
 1     2     2     2     2    
 0     0     0     0     1    
 0     0     0     1     1    
 0     0     0     2     1    
 0     0     1     0     1    
 0     0     1     1     1    
 0     0     1     2     1    
 0     0     2     0     1    
 0     0     2     1     1    
 0     0     2     2     1    
 0     1     0     0     1    
 0     1     0     1     1    
 0     1     0     2     1    
 0     1     1     0     1    
 0     1     1     1     1    
 0     1     1     2     1    
 0     1     2     0     1    
 0     1     2     1     1    
 0     1     2     2     1    
 0     2     0     0     1    
 0     2     0     1     1    
 0     2     0     2     1    
 0     2     1     0     1    
 0     2     1     1     1    
 0     2     1     2     1    
 0     2     2     0     1    
 0     2     2     1     1    
 0     2     2     2     1    
 2     0     0     0     1    
 2     0     0     1     1    
 2     0     0     2     1    
 2     0     1     0     1    
 2     0     1     1     1    
 2     0     1     2     1    
 2     0     2     0     1    
 2     0     2     1     1    
 2     0     2     2     1    
 2     1     0     0     1    
 2     1     0     1     1    
 2     1     0     2     1    
 2     1     1     0     1    
 2     1     1     1     1    
 2     1     1     2     1    
 2     1     2     0     1    
 2     1     2     1     1    
 2     1     2     2     1    
 2     2     0     0     1    
 2     2     0     1     1    
 2     2     0     2     1    
 2     2     1     0     1    
 2     2     1     1     1    
 2     2     1     2     1    
 2     2     2     0     1    
 2     2     2     1     1    
 2     2     2     2     1    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     0     0     <null>    
 0     0     0     1     0     0     <null>    
 0     0     0     2     0     0     <null>    
 0     0     1     0     0     0     <null>    
 0     0     1     1     0     0     <null>    
 0     0     1     2     0     0     <null>    
 0     0     2     0     0     0     <null>    
 0     0     2     1     0     0     <null>    
 0     0     2     2     0     0     <null>    
 0     1     0     0     1     1     <null>    
 0     1     0     1     1     2     <null>    
 0     1     0     2     1     3     <null>    
 0     1     1     0     1     4     <null>    
 0     1     1     1     1     5     <null>    
 0     1     1     2     1     6     <null>    
 0     1     2     0     1     7     <null>    
 0     1     2     1     1     8     <null>    
 0     1     2     2     1     9     <null>    
 0     2     0     0     2     11     <null>    
 0     2     0     1     2     13     <null>    
 0     2     0     2     2     15     <null>    
 0     2     1     0     2     17     <null>    
 0     2     1     1     2     19     <null>    
 0     2     1     2     2     21     <null>    
 0     2     2     0     2     23     <null>    
 0     2     2     1     2     25     <null>    
 0     2     2     2     2     27     <null>    
 1     0     0     0     1     27     1    
 1     0     0     1     1     27     2    
 1     0     0     2     1     27     3    
 1     0     1     0     1     27     4    
 1     0     1     1     1     27     5    
 1     0     1     2     1     27     6    
 1     0     2     0     1     27     7    
 1     0     2     1     1     27     8    
 1     0     2     2     1     27     9    
 1     1     0     0     2     27     11    
 1     1     0     1     2     27     13    
 1     1     0     2     2     27     15    
 1     1     1     0     2     27     17    
 1     1     1     1     2     27     19    
 1     1     1     2     2     27     21    
 1     1     2     0     2     27     23    
 1     1     2     1     2     27     25    
 1     1     2     2     2     27     27    
 1     2     0     0     3     27     30    
 1     2     0     1     3     27     33    
 1     2     0     2     3     27     36    
 1     2     1     0     3     27     39    
 1     2     1     1     3     27     42    
 1     2     1     2     3     27     45    
 1     2     2     0     3     27     48    
 1     2     2     1     3     27     51    
 1     2     2     2     3     27     54    
 2     0     0     0     2     27     56    
 2     0     0     1     2     27     58    
 2     0     0     2     2     27     60    
 2     0     1     0     2     27     62    
 2     0     1     1     2     27     64    
 2     0     1     2     2     27     66    
 2     0     2     0     2     27     68    
 2     0     2     1     2     27     70    
 2     0     2     2     2     27     72    
 2     1     0     0     3     27     75    
 2     1     0     1     3     27     78    
 2     1     0     2     3     27     81    
 2     1     1     0     3     27     84    
 2     1     1     1     3     27     87    
 2     1     1     2     3     27     90    
 2     1     2     0     3     27     93    
 2     1     2     1     3     27     96    
 2     1     2     2     3     27     99    
 2     2     0     0     4     27     103    
 2     2     0     1     4     27     107    
 2     2     0     2     4     27     111    
 2     2     1     0     4     27     115    
 2     2     1     1     4     27     119    
 2     2     1     2     4     27     123    
 2     2     2     0     4     27     127    
 2     2     2     1     4     27     131    
 2     2     2     2     4     27     135    
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.971 s - in org.eclipse.birt.data.engine.binding.ComputedColumnTest
testNameEmpty1(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.162 s
testNameEmpty2(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.2 s
testMultipass_Sort(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.263 s
testAggregationOnComputedColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.236 s
testNewAggregationOnComputedColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.184 s
testTopNAggregationOnComputedColumnWithFilterOnEmptyDataSet(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.205 s
testGroupOnComputedColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.262 s
testTopNPercentAggregationOnComputedColumnWithFilterOnEmptyDataSet(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.204 s
testNewAggregationOnComputedColumnWithFilter(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.189 s
testWrongColumnName(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.208 s
testNestedAggregationOnComputedColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.285 s
testAggregationOnComputedColumn2(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.174 s
testA(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.221 s
testGroupFilterOnComputedColumnsWithAggregations(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.225 s
testSortOnComputedColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.257 s
testNestedComputedColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.167 s
testRowIndex(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.2 s
testMultiPass_Group(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.245 s
testNewAggregationOnComputedColumnWithOtherComputedColumns(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.318 s
testFilterOnComputedColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.228 s
testWrongDataType(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.222 s
testInvalidExpr1(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.242 s
testInvalidExpr2(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.203 s
testInvalidExpr3(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.179 s
testNameDuplicate(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.242 s
testSortOnComputedColumn1(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.288 s
testFilterOnAggregationColumn(org.eclipse.birt.data.engine.binding.ComputedColumnTest)  Time elapsed: 0.16 s
Running org.eclipse.birt.data.engine.binding.FilterByRowTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 2    0    0    0    
S:1 E:1 2    0    0    1    
S:1 E:1 2    0    0    2    
S:1 E:1 2    0    1    0    
S:1 E:1 2    0    1    1    
S:1 E:1 2    0    1    2    
S:1 E:1 2    0    2    0    
S:1 E:1 2    0    2    1    
S:1 E:1 2    0    2    2    
S:1 E:1 2    1    0    0    
S:1 E:1 2    1    0    1    
S:1 E:1 2    1    0    2    
S:1 E:1 2    1    1    0    
S:1 E:1 2    1    1    1    
S:1 E:1 2    1    1    2    
S:1 E:1 2    1    2    0    
S:1 E:1 2    1    2    1    
S:1 E:1 2    1    2    2    
S:1 E:1 2    2    0    0    
S:1 E:1 2    2    0    1    
S:1 E:1 2    2    0    2    
S:1 E:1 2    2    1    0    
S:1 E:1 2    2    1    1    
S:1 E:1 2    2    1    2    
S:1 E:1 2    2    2    0    
S:1 E:1 2    2    2    1    
S:1 E:0 2    2    2    2    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 2    0    0    0    
S:1 E:1 2    0    0    1    
S:1 E:1 2    0    0    2    
S:1 E:1 2    0    1    0    
S:1 E:1 2    0    1    1    
S:1 E:1 2    0    1    2    
S:1 E:1 2    0    2    0    
S:1 E:1 2    0    2    1    
S:1 E:1 2    0    2    2    
S:1 E:1 2    1    0    0    
S:1 E:1 2    1    0    1    
S:1 E:1 2    1    0    2    
S:1 E:1 2    1    1    0    
S:1 E:1 2    1    1    1    
S:1 E:1 2    1    1    2    
S:1 E:1 2    1    2    0    
S:1 E:1 2    1    2    1    
S:1 E:1 2    1    2    2    
S:1 E:1 2    2    0    0    
S:1 E:1 2    2    0    1    
S:1 E:1 2    2    0    2    
S:1 E:1 2    2    1    0    
S:1 E:1 2    2    1    1    
S:1 E:1 2    2    1    2    
S:1 E:1 2    2    2    0    
S:1 E:1 2    2    2    1    
S:1 E:1 2    2    2    2    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:0 2    1    

*****A new Report Start!*****
S:0 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:1 2    0    
S:1 E:0 2    1    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    
S:1 E:1 true    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.355 s - in org.eclipse.birt.data.engine.binding.FilterByRowTest
testJSFilterWithCache(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.196 s
testAccept4WithCache(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.216 s
testAccept3WithCache(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.274 s
testAccept1(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.159 s
testAccept2(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.199 s
testAccept3(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.233 s
testAccept4(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.227 s
testAccept2WithCache(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.159 s
testAccept1WithCache(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.201 s
testJSFilter(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.254 s
testTopNFilter(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.208 s
testBooleanFilterOnDataRows(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.186 s
testConstantWithNull(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.213 s
testInvalidFilterDefinition(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.28 s
testSCR77518(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.16 s
testInvalidFilterDefinition2(org.eclipse.birt.data.engine.binding.FilterByRowTest)  Time elapsed: 0.189 s
Running org.eclipse.birt.data.engine.binding.InputParameterTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:3 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:3 US    Chicago    2004-05-05 00:00:00.0    400    
S:3 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:1 E:3 US    Chicago    2004-05-05 00:00:00.0    400    
S:3 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:3 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:3 US    Chicago    2004-05-05 00:00:00.0    400    
S:3 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:3 US    New York    2004-06-01 00:00:00.0    100    
S:3 E:0 US    New York    2004-05-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:3 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:3 US    Chicago    2004-05-05 00:00:00.0    400    
S:3 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:3 E:2 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-05-05 00:00:00.0    400    
S:3 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:3 US    New York    2004-06-01 00:00:00.0    100    
S:3 E:0 US    New York    2004-05-01 00:00:00.0    100    

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.eclipse.birt.data.engine.binding.InputParameterTest
test10(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.049 s
test1(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.044 s
test2(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.049 s
test3(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.051 s
test5(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.049 s
test6(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.051 s
test7(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.054 s
testRegression103982(org.eclipse.birt.data.engine.binding.InputParameterTest)  Time elapsed: 0.064 s
Running org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:19:52 GMT 2023, 2023.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:19:52 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
7000, 7000.0
100, 100
100, 100
700, 7900.0
100, 100
100, 100
400, 8500.0
400, 8900.0
600, 9500.0
700, 10200.0
800, 11000.0
1000, 12000.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
7000, A large amount!, A large amount!7000
100, A small amount!, A small amount!100
100, A small amount!, A small amount!100
700, A large amount!, A large amount!700
100, A small amount!, A small amount!100
100, A small amount!, A small amount!100
400, A large amount!, A large amount!400
400, A large amount!, A large amount!400
600, A large amount!, A large amount!600
700, A large amount!, A large amount!700
800, A large amount!, A large amount!800
1000, A large amount!, A large amount!1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
10, 20.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  Tue Jun 06 17:19:52 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US, New York, 2004-05-01 00:00:00.0
CHINA, Shanghai, 2004-06-01 00:00:00.0
US, New York, 2004-06-01 00:00:00.0
CHINA, Beijing, 2004-06-05 00:00:00.0
US, Chicago, 2004-05-05 00:00:00.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, New York, 100
CHINA, Shanghai, 100
US, Chicago, 700
US, New York, 100
CHINA, Shanghai, 100
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Beijing, 400, 7600.0
UK, London, 600, 3100.0
UK, London, 700, 3100.0
UK, Edinburgh, 800, 3100.0
UK, Edinburgh, 1000, 3100.0
US, New York, 100, 1300.0
US, Chicago, 700, 1300.0
US, New York, 100, 1300.0
US, Chicago, 400, 1300.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
false
false
false
false
false
false
false
false
false
false
false
false
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  CHINA Beijing 2004-01-01 00:00:00.0 7000 12 12000.0
row result set:  US New York 2004-05-01 00:00:00.0 100 12 12000.0
row result set:  CHINA Shanghai 2004-06-01 00:00:00.0 100 12 12000.0
row result set:  US Chicago 2004-03-02 00:00:00.0 700 12 12000.0
row result set:  US New York 2004-06-01 00:00:00.0 100 12 12000.0
row result set:  CHINA Shanghai 2004-01-01 00:00:00.0 100 12 12000.0
row result set:  CHINA Beijing 2004-06-05 00:00:00.0 400 12 12000.0
row result set:  US Chicago 2004-05-05 00:00:00.0 400 12 12000.0
row result set:  UK London 2004-08-08 00:00:00.0 600 12 12000.0
row result set:  UK London 2004-09-10 00:00:00.0 700 12 12000.0
row result set:  UK Edinburgh 2004-09-19 00:00:00.0 800 12 12000.0
row result set:  UK Edinburgh 2004-09-19 00:00:00.0 1000 12 12000.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:19:53 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
org.eclipse.birt.data.engine.core.DataException: A report document error occurred when saving: Result Data.
Not serializable.
	at org.eclipse.birt.data.engine.impl.document.RowSaveUtil.saveExprValue(RowSaveUtil.java:172)
	at org.eclipse.birt.data.engine.impl.document.RowSaveUtil.saveExprValue(RowSaveUtil.java:84)
	at org.eclipse.birt.data.engine.impl.document.RDSave.saveExprValue(RDSave.java:95)
	at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.doSave(ResultIterator.java:1135)
	at org.eclipse.birt.data.engine.impl.ResultIterator$RDSaveHelper.doSaveExpr(ResultIterator.java:1102)
	at org.eclipse.birt.data.engine.impl.BindingColumnsEvalUtil.getColumnsValue(BindingColumnsEvalUtil.java:160)
	at org.eclipse.birt.data.engine.impl.ResultIterator.prepareCurrentRow(ResultIterator.java:666)
	at org.eclipse.birt.data.engine.impl.ResultIterator.<init>(ResultIterator.java:157)
	at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:204)
	at org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.genUnserializable(ColumnBindingTest.java:1116)
	at org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testUnserializableObjectTypeInReportDocument(ColumnBindingTest.java:1254)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.io.NotSerializableException: Not serializable.
	at org.eclipse.birt.core.util.IOUtil.writeObject(IOUtil.java:571)
	at org.eclipse.birt.data.engine.impl.document.RowSaveUtil.saveExprValue(RowSaveUtil.java:155)
	... 59 more
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, Chicago, 700
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, Chicago, 700
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Beijing, 400, 7600.0
UK, London, 600, 3100.0
UK, London, 700, 3100.0
UK, Edinburgh, 800, 3100.0
UK, Edinburgh, 1000, 3100.0
US, New York, 100, 1300.0
US, Chicago, 700, 1300.0
US, New York, 100, 1300.0
US, Chicago, 400, 1300.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  Tue Jun 06 17:19:53 GMT 2023 Tue Jun 06 17:19:53 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, CHINA, 7000
US, US, 100
CHINA, CHINA, 100
US, US, 700
US, US, 100
CHINA, CHINA, 100
CHINA, CHINA, 400
US, US, 400
UK, UK, 600
UK, UK, 700
UK, UK, 800
UK, UK, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000, 14000.0
US, New York, 100, 200.0
CHINA, Shanghai, 100, 200.0
US, Chicago, 700, 1400.0
US, New York, 100, 200.0
CHINA, Shanghai, 100, 200.0
CHINA, Beijing, 400, 800.0
US, Chicago, 400, 800.0
UK, London, 600, 1200.0
UK, London, 700, 1400.0
UK, Edinburgh, 800, 1600.0
UK, Edinburgh, 1000, 2000.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, CHINA, 7000
US, US, 100
CHINA, CHINA, 100
US, US, 700
US, US, 100
CHINA, CHINA, 100
CHINA, CHINA, 400
US, US, 400
UK, UK, 600
UK, UK, 700
UK, UK, 800
UK, UK, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:19:54 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, New York, 100
CHINA, Shanghai, 100
US, Chicago, 700
US, New York, 100
CHINA, Shanghai, 100
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.041 s - in org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest
testNoDataSet2(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.046 s
testNoDataSet3(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.041 s
testBlankExpression(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.038 s
testInvalidBinding(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.041 s
testInvalidSort(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.047 s
testSpecialExpression2(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.061 s
testSpecialExpression3(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.089 s
testNoDataSet(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.053 s
testDummy1Document(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.055 s
testSerializableObjectTypeInReportDocument(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.2 s
testFilterOnDataSet2(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.059 s
testFilterOnDateType(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.061 s
testBasic(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.084 s
testGroup(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.042 s
testSpecialExpression(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.046 s
testBasicReportDocument(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.062 s
testNoDataSetWithNestedQuery(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.067 s
testUnserializableObjectTypeInReportDocument(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.131 s
testFilterOnTable(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.052 s
testComputedOnDataSet2(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.066 s
testObjectTypeBasic(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.116 s
testInvalidFilter(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.06 s
testFilterOnDataSet(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.063 s
testAccessGroupColumn(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.066 s
testDummy2Document(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.06 s
testBasic1(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.039 s
testBasic2(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.038 s
testComputedOnDataSet(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.04 s
testBindingNameWithDoubleQuote(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.042 s
testNoDataSetWithSubQuery(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.076 s
testAutoBinding(org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest)  Time elapsed: 0.099 s
Running org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 1    1    US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    
S:3 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    
S:3 E:0 US    Chicago    2004-05-05 00:00:00.0    400    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    true    
S:2 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    true    true    
S:1 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    true    
S:2 E:0 US    New York    2004-05-01 00:00:00.0    100    true    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 1    1    CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    New York    2004-05-01 00:00:00.0    100    
S:2 E:1 US    New York    2004-06-01 00:00:00.0    100    
S:1 E:2 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:2 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    8900.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    8900.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    8900.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    8900.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    8900.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    8900.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    8900.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    8900.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    
S:2 E:0 US    New York    2004-05-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    8900.0    true    
S:1 E:1 US    New York    2004-05-01 00:00:00.0    8900.0    true    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    8900.0    true    
S:1 E:1 US    Chicago    2004-03-02 00:00:00.0    8900.0    false    
S:1 E:1 US    New York    2004-06-01 00:00:00.0    8900.0    false    
S:1 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    8900.0    false    
S:1 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    8900.0    false    
S:1 E:0 US    Chicago    2004-05-05 00:00:00.0    8900.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    7600.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    7600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    7600.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    7600.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    7600.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    7600.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    7600.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    7600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 1    1    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 2    2    CHINA    Beijing    2004-06-05 00:00:00.0    400    

Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.377 s - in org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest
testTopBottmPercentWithOtherFilters(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.054 s
testIN_FilteringInGroup(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.042 s
testGroupFilteringSorting1(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.042 s
testGroupFilteringSorting2(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.042 s
testGroupFilteringSorting3(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.047 s
testGroupFilteringSorting4(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.048 s
testGroupFilteringSorting5(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.062 s
testAggrFilter1(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.069 s
testAggrFilter2(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.048 s
testTotalCount(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.048 s
testTopBottomN(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.051 s
testGroupSorting(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.07 s
testMixedFiltering(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.043 s
testSimpleNestedTotal(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.052 s
testTopBottmNwithOtherFilters(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.032 s
testTop_Bottom_FilteringInGroupInstance_1(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.034 s
testTop_Bottom_FilteringInGroupInstance_2(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.034 s
testInvalidFilter(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.032 s
testMultipassWithAlias(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.043 s
testIndirectNestedTotal(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.042 s
testGroupSorting2(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.039 s
testGroupFiltering(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.04 s
testNestedTotal(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.046 s
testNestedTotal1(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.064 s
testNestedTotal2(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.05 s
testNestedTotal3(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.049 s
testNestedTotal4(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.057 s
testMixedMultipassFilting(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.047 s
testTopBottomPercent(org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest)  Time elapsed: 0.048 s
Running org.eclipse.birt.data.engine.binding.ColumnHintTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 1    1    1    3.6    
S:1 E:1 2    1    1    1.6    
S:1 E:1 3    1    1    1.08    
S:1 E:1 2    1    1    1.44    
S:1 E:1 2    1    1    5.4    
S:1 E:1 3    1    1    17.0    
S:1 E:1 1    1    1    0.8    
S:1 E:1 3    1    1    1.6    
S:1 E:1 1    1    1    1.6    
S:1 E:1 1    2    2    3.6    
S:1 E:1 2    2    2    1.6    
S:1 E:1 3    2    2    1.08    
S:1 E:1 2    2    2    1.44    
S:1 E:1 2    2    2    5.4    
S:1 E:1 3    2    2    17.0    
S:1 E:1 1    2    2    0.8    
S:1 E:1 3    2    2    1.6    
S:1 E:1 1    2    2    1.6    
S:1 E:1 1    3    3    3.6    
S:1 E:1 2    3    3    1.6    
S:1 E:1 3    3    3    1.08    
S:1 E:1 2    3    3    1.44    
S:1 E:1 2    3    3    5.4    
S:1 E:1 3    3    3    17.0    
S:1 E:1 1    3    3    0.8    
S:1 E:1 3    3    3    1.6    
S:1 E:1 1    3    3    1.6    

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.birt.data.engine.binding.ColumnHintTest
testDuplicateColName(org.eclipse.birt.data.engine.binding.ColumnHintTest)  Time elapsed: 0.091 s
Running org.eclipse.birt.data.engine.binding.GroupOnRowTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_quarter                        id                                      amount1                                 amount2                                 
2005-03-01 10:00:00.0                   8                                       80                                      8000                                    
                                        9                                       90                                      9000                                    
                                        10                                      100                                     10000                                   
2005-07-01 10:00:00.0                   11                                      110                                     11000                                   
                                        12                                      120                                     12000                                   
                                        13                                      130                                     13000                                   
2006-02-01 10:00:00.0                   14                                      140                                     14000                                   
                                        15                                      150                                     15000                                   
                                        16                                      160                                     16000                                   
2006-07-01 10:00:00.0                   17                                      170                                     17000                                   
                                        18                                      180                                     18000                                   
                                        19                                      190                                     19000                                   
2007-01-01 10:00:00.0                   20                                      200                                     20000                                   
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
ID             _rowPosition   AMOUNT1        AMOUNT2        
20             0              200            20000          
19             1              190            19000          
18             2              180            18000          
17             3              170            17000          
16             4              160            16000          
15             5              150            15000          
14             6              140            14000          
13             7              130            13000          
12             8              120            12000          
11             9              110            11000          
10             10             100            10000          
9              11             90             9000           
8              12             80             8000           
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
2005-01-03 10:00:00.0         10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
2005-01-17 10:00:00.0         15                            150                           15000                         
                              16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-24 10:00:00.0         18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id             _rowPosition   amount1        amount2        
8              0              80             8000           
                                             9000           
                              100            10000          
               3              110            11000          
                              120            12000          
13             5              130            13000          
               6              140            14000          
                              150            15000          
                              160            16000          
               9              170            17000          
18             10             180            18000          
                              190            19000          
               12             200            20000          
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id             _rowPosition   amount1        amount2        
8              0              80             8000           
                                             9000           
                              100            10000          
               3              110            11000          
                              120            12000          
13             5              130            13000          
               6              140            14000          
                              150            15000          
                              160            16000          
               9              170            17000          
18             10             180            18000          
                              190            19000          
               12             200            20000          
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id             _rowPosition   amount1        amount2        
8              0              80             8000           
               1              90             9000           
               2              100            10000          
               3              110            11000          
               4              120            12000          
13             5              130            13000          
               6              140            14000          
               7              150            15000          
               8              160            16000          
               9              170            17000          
18             10             180            18000          
               11             190            19000          
               12             200            20000          
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id                            amount1                       amount2                       
8                             80                            8000                          
9                             90                            9000                          
10                            100                           10000                         
11                            110                           11000                         
12                            120                           12000                         
13                            130                           13000                         
14                            140                           14000                         
15                            150                           15000                         
16                            160                           16000                         
17                            170                           17000                         
18                            180                           18000                         
19                            190                           19000                         
20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id                            amount1                       amount2                       
8                             80                            8000                          
9                             90                            9000                          
10                            100                           10000                         
11                            110                           11000                         
12                            120                           12000                         
13                            130                           13000                         
14                            140                           14000                         
15                            150                           15000                         
16                            160                           16000                         
17                            170                           17000                         
18                            180                           18000                         
19                            190                           19000                         
20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id                            amount1                       amount2                       
8                             80                            8000                          
                              90                            9000                          
                              100                           10000                         
11                            110                           11000                         
                              120                           12000                         
                              130                           13000                         
14                            140                           14000                         
                              150                           15000                         
                              160                           16000                         
17                            170                           17000                         
                              180                           18000                         
                              190                           19000                         
20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id             _rowPosition   amount1        amount2        
8              0              80             8000           
                                             9000           
                              100            10000          
               3              110            11000          
                              120            12000          
13             5              130            13000          
               6              140            14000          
                              150            15000          
                              160            16000          
               9              170            17000          
18             10             180            18000          
                              190            19000          
               12             200            20000          
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_quarter                        id                                      amount1                                 amount2                                 
2005-03-01 10:00:00.0                   8                                       80                                      8000                                    
                                        9                                       90                                      9000                                    
                                        10                                      100                                     10000                                   
2005-07-01 10:00:00.0                   11                                      110                                     11000                                   
                                        12                                      120                                     12000                                   
                                        13                                      130                                     13000                                   
2006-02-01 10:00:00.0                   14                                      140                                     14000                                   
                                        15                                      150                                     15000                                   
                                        16                                      160                                     16000                                   
2006-07-01 10:00:00.0                   17                                      170                                     17000                                   
                                        18                                      180                                     18000                                   
                                        19                                      190                                     19000                                   
2007-01-01 10:00:00.0                   20                                      200                                     20000                                   
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
2005-01-03 10:00:00.0         10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
                              15                            150                           15000                         
2005-01-18 10:00:00.0         16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
2005-01-03 10:00:00.0         10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
2005-01-17 10:00:00.0         15                            150                           15000                         
                              16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
2005-01-03 10:00:00.0         10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
                              15                            150                           15000                         
2005-01-18 10:00:00.0         16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
2005-01-03 10:00:00.0         10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
                              15                            150                           15000                         
2005-01-18 10:00:00.0         16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
                              12                            120                           12000                         
2005-01-10 10:00:00.0         13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
                              12                            120                           12000                         
2005-01-10 10:00:00.0         13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id                            amount1                       amount2                       
8                             80                            8000                          
                              90                            9000                          
10                            100                           10000                         
                              110                           11000                         
                              120                           12000                         
13                            130                           13000                         
                              140                           14000                         
                              150                           15000                         
16                            160                           16000                         
                              170                           17000                         
                              180                           18000                         
19                            190                           19000                         
                              200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
                              12                            120                           12000                         
2005-01-10 10:00:00.0         13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Str                           ID                            amount1                       amount2                       
null                          8                             80                            8000                          
                              9                             90                            9000                          
10                            10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
20                            20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
date_for_group                id                            amount1                       amount2                       
2005-01-01 10:00:00.0         8                             80                            8000                          
                              9                             90                            9000                          
2005-01-03 10:00:00.0         10                            100                           10000                         
2005-01-08 10:00:00.0         11                            110                           11000                         
2005-01-09 10:00:00.0         12                            120                           12000                         
                              13                            130                           13000                         
2005-01-16 10:00:00.0         14                            140                           14000                         
                              15                            150                           15000                         
2005-01-18 10:00:00.0         16                            160                           16000                         
2005-01-21 10:00:00.0         17                            170                           17000                         
2005-01-24 10:00:00.0         18                            180                           18000                         
2005-01-27 10:00:00.0         19                            190                           19000                         
2005-01-31 10:00:00.0         20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id                            amount1                       amount2                       
8                             80                            8000                          
9                             90                            9000                          
10                            100                           10000                         
11                            110                           11000                         
12                            120                           12000                         
13                            130                           13000                         
14                            140                           14000                         
15                            150                           15000                         
16                            160                           16000                         
17                            170                           17000                         
18                            180                           18000                         
19                            190                           19000                         
20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
id                            amount1                       amount2                       
8                             80                            8000                          
9                             90                            9000                          
                              100                           10000                         
                              110                           11000                         
12                            120                           12000                         
                              130                           13000                         
                              140                           14000                         
15                            150                           15000                         
                              160                           16000                         
                              170                           17000                         
18                            180                           18000                         
                              190                           19000                         
                              200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Str                           ID                            amount1                       amount2                       
null                          8                             80                            8000                          
                              9                             90                            9000                          
                              10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
                              20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Str                           ID                            amount1                       amount2                       
null                          8                             80                            8000                          
                              9                             90                            9000                          
10                            10                            100                           10000                         
                              11                            110                           11000                         
                              12                            120                           12000                         
                              13                            130                           13000                         
                              14                            140                           14000                         
                              15                            150                           15000                         
                              16                            160                           16000                         
                              17                            170                           17000                         
                              18                            180                           18000                         
                              19                            190                           19000                         
20                            20                            200                           20000                         
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Str                           ID                            amount1                       amount2                       
null                          8                             80                            8000                          
                              9                             90                            9000                          
10                            10                            100                           10000                         
11                            11                            110                           11000                         
12                            12                            120                           12000                         
13                            13                            130                           13000                         
14                            14                            140                           14000                         
15                            15                            150                           15000                         
16                            16                            160                           16000                         
17                            17                            170                           17000                         
18                            18                            180                           18000                         
19                            19                            190                           19000                         
20                            20                            200                           20000                         
Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.978 s - in org.eclipse.birt.data.engine.binding.GroupOnRowTest
testGroupOnQuarter1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.042 s
testValidateInterval(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.037 s
testValidateIntervalRange(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.041 s
testSortOnKeyIndex(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.042 s
testGroupOnMonthWithCache(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.048 s
testGroupOnHour1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.05 s
testGroupOnMonth(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.058 s
testGroupOnWeek1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.051 s
testGroupOnWeek2(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.052 s
testGroupOnYear1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.054 s
testGroupOnRowPosition2(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.068 s
testGroupOnRowPosition3(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.077 s
testGroupOnRowPosition4(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.055 s
testGroupOnRowPosition5(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.056 s
testGroupOnRowKeyCount0(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.063 s
testGroupOnRowKeyCount1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.071 s
testGroupOnRowKeyCount3(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.065 s
testGroupOnRowPosition(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.071 s
testGroupOnQuarter(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.051 s
testGroupOnDay1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.037 s
testGroupOnHour(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.039 s
testGroupOnWeek(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.038 s
testGroupOnYear(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.04 s
testGroupOnDayWithCache(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.047 s
testGroupOnMinute1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.056 s
testGroupOnDay(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.05 s
testGroupOnMinute(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.051 s
testGroupOnMonth1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.057 s
testGroupOnNumber(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.075 s
testGroupOnSecond(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.071 s
testGroupOnString(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.062 s
testGroupOnSecond1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.062 s
testGroupOnNumber0(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.071 s
testGroupOnNumber1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.042 s
testGroupOnString0(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.042 s
testGroupOnString1(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.045 s
testGroupOnString2(org.eclipse.birt.data.engine.binding.GroupOnRowTest)  Time elapsed: 0.041 s
Running org.eclipse.birt.data.engine.binding.MultiplePassTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 1    1    US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 1    1    CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    New York    2004-05-01 00:00:00.0    100    
S:2 E:1 US    New York    2004-06-01 00:00:00.0    100    
S:1 E:2 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:2 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    
S:2 E:0 US    New York    2004-05-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    8900.0    true    
S:1 E:1 US    New York    2004-05-01 00:00:00.0    8900.0    true    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    8900.0    true    
S:1 E:1 US    Chicago    2004-03-02 00:00:00.0    8900.0    false    
S:1 E:1 US    New York    2004-06-01 00:00:00.0    8900.0    false    
S:1 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    8900.0    false    
S:1 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    8900.0    false    
S:1 E:0 US    Chicago    2004-05-05 00:00:00.0    8900.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    7600.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    7600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    7600.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    7600.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    7600.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    7600.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    7600.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    7600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    35600.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    35600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    35600.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    35600.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    35600.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    35600.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    35600.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    35600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 1    1    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 2    2    CHINA    Beijing    2004-06-05 00:00:00.0    400    

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.081 s - in org.eclipse.birt.data.engine.binding.MultiplePassTest
testTopBottmPercentWithOtherFilters(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.054 s
testGroupFilteringSorting1(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.062 s
testGroupFilteringSorting2(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.04 s
testGroupFilteringSorting3(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.038 s
testGroupFilteringSorting4(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.042 s
testTopBottomN(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.04 s
testGroupSorting(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.049 s
testMixedFiltering(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.053 s
testTopBottmNwithOtherFilters(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.049 s
testTop_Bottom_FilteringInGroupInstance_1(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.051 s
testTop_Bottom_FilteringInGroupInstance_2(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.076 s
testInvalidFilter(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.059 s
testMultipassWithAlias(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.033 s
testIndirectNestedTotal(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.033 s
testGroupSorting2(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.036 s
testGroupFiltering(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.038 s
testNestedTotal(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.05 s
testNestedTotal1(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.046 s
testNestedTotal2(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.047 s
testNestedTotal3(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.04 s
testNestedTotal4(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.045 s
testMixedMultipassFilting(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.048 s
testTopBottomPercent(org.eclipse.birt.data.engine.binding.MultiplePassTest)  Time elapsed: 0.049 s
Running org.eclipse.birt.data.engine.binding.NestedQueryTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-02 10:57:00.0 1381231000           80 1.6 1 1 100.0 false 
2005-01-02 12:57:00.0 1381000              54 1.08 1 1 100.0 false 
2005-01-04 13:57:00.0 1381231000           72 1.44 1 1 100.0 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 1 1 100.0 false 
2005-01-06 10:07:00.0 45234523             850 17.0 1 1 100.0 false 
2005-01-08 10:57:00.0 74621641             80 1.6 1 1 100.0 false 
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-01 10:00:00.0 1381231000           180 3.6 2 2 10.5 false 
2005-01-02 12:57:00.0 1381000              54 1.08 2 2 10.5 false 
2005-01-06 10:07:00.0 45234523             850 17.0 2 2 10.5 false 
2005-01-07 09:40:00.0 1381231000           40 0.8 2 2 10.5 false 
2005-01-08 10:57:00.0 74621641             80 1.6 2 2 10.5 false 
2005-01-09 10:57:00.0 14113634636          80 1.6 2 2 10.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-01 10:00:00.0 1381231000           180 3.6 3 3 20.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 3 3 20.5 false 
2005-01-04 13:57:00.0 1381231000           72 1.44 3 3 20.5 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 3 3 20.5 false 
2005-01-07 09:40:00.0 1381231000           40 0.8 3 3 20.5 false 
2005-01-09 10:57:00.0 14113634636          80 1.6 3 3 20.5 false 
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-02 10:57:00.0 1381231000           80 1.6 1 1 100.0 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 1 1 100.0 false 
2005-01-06 10:07:00.0 45234523             850 17.0 1 1 100.0 false 
2005-01-08 10:57:00.0 74621641             80 1.6 1 1 100.0 false 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-01 10:00:00.0 1381231000           180 3.6 2 2 10.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 2 2 10.5 false 
2005-01-08 10:57:00.0 74621641             80 1.6 2 2 10.5 false 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-01 10:00:00.0 1381231000           180 3.6 3 3 20.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 3 3 20.5 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 3 3 20.5 false 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.574 s - in org.eclipse.birt.data.engine.binding.NestedQueryTest
test1(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.084 s
test2(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.107 s
test3(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.078 s
test4(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.056 s
test5(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.054 s
test6(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.057 s
test7(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.069 s
test8(org.eclipse.birt.data.engine.binding.NestedQueryTest)  Time elapsed: 0.069 s
Running org.eclipse.birt.data.engine.binding.ColumnBindingTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:19:59 GMT 2023, 2023.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:19:59 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Shanghai, 100
US, Chicago, 700
CHINA, Shanghai, 100
US, Chicago, 400
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
7000, 7000.0
100, 100
100, 100
700, 7900.0
100, 100
100, 100
400, 8500.0
400, 8900.0
600, 9500.0
700, 10200.0
800, 11000.0
1000, 12000.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
7000, A large amount!, A large amount!7000
100, A small amount!, A small amount!100
100, A small amount!, A small amount!100
700, A large amount!, A large amount!700
100, A small amount!, A small amount!100
100, A small amount!, A small amount!100
400, A large amount!, A large amount!400
400, A large amount!, A large amount!400
600, A large amount!, A large amount!600
700, A large amount!, A large amount!700
800, A large amount!, A large amount!800
1000, A large amount!, A large amount!1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
10, 20.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  Tue Jun 06 17:19:59 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US, New York, 2004-05-01 00:00:00.0
CHINA, Shanghai, 2004-06-01 00:00:00.0
US, New York, 2004-06-01 00:00:00.0
CHINA, Beijing, 2004-06-05 00:00:00.0
US, Chicago, 2004-05-05 00:00:00.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, New York, 100
CHINA, Shanghai, 100
US, Chicago, 700
US, New York, 100
CHINA, Shanghai, 100
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Beijing, 400, 7600.0
UK, London, 600, 3100.0
UK, London, 700, 3100.0
UK, Edinburgh, 800, 3100.0
UK, Edinburgh, 1000, 3100.0
US, New York, 100, 1300.0
US, Chicago, 700, 1300.0
US, New York, 100, 1300.0
US, Chicago, 400, 1300.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
false
false
false
false
false
false
false
false
false
false
false
false
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  CHINA Beijing 2004-01-01 00:00:00.0 7000 12 12000.0
row result set:  US New York 2004-05-01 00:00:00.0 100 12 12000.0
row result set:  CHINA Shanghai 2004-06-01 00:00:00.0 100 12 12000.0
row result set:  US Chicago 2004-03-02 00:00:00.0 700 12 12000.0
row result set:  US New York 2004-06-01 00:00:00.0 100 12 12000.0
row result set:  CHINA Shanghai 2004-01-01 00:00:00.0 100 12 12000.0
row result set:  CHINA Beijing 2004-06-05 00:00:00.0 400 12 12000.0
row result set:  US Chicago 2004-05-05 00:00:00.0 400 12 12000.0
row result set:  UK London 2004-08-08 00:00:00.0 600 12 12000.0
row result set:  UK London 2004-09-10 00:00:00.0 700 12 12000.0
row result set:  UK Edinburgh 2004-09-19 00:00:00.0 800 12 12000.0
row result set:  UK Edinburgh 2004-09-19 00:00:00.0 1000 12 12000.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:20:00 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, Chicago, 700
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, Chicago, 700
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Shanghai, 100, 7600.0
CHINA, Beijing, 400, 7600.0
UK, London, 600, 3100.0
UK, London, 700, 3100.0
UK, Edinburgh, 800, 3100.0
UK, Edinburgh, 1000, 3100.0
US, New York, 100, 1300.0
US, Chicago, 700, 1300.0
US, New York, 100, 1300.0
US, Chicago, 400, 1300.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  Tue Jun 06 17:20:00 GMT 2023 Tue Jun 06 17:20:00 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, CHINA, 7000
US, US, 100
CHINA, CHINA, 100
US, US, 700
US, US, 100
CHINA, CHINA, 100
CHINA, CHINA, 400
US, US, 400
UK, UK, 600
UK, UK, 700
UK, UK, 800
UK, UK, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Shanghai, 100
US, Chicago, 700
CHINA, Shanghai, 100
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000, 14000.0
US, New York, 100, 200.0
CHINA, Shanghai, 100, 200.0
US, Chicago, 700, 1400.0
US, New York, 100, 200.0
CHINA, Shanghai, 100, 200.0
CHINA, Beijing, 400, 800.0
US, Chicago, 400, 800.0
UK, London, 600, 1200.0
UK, London, 700, 1400.0
UK, Edinburgh, 800, 1600.0
UK, Edinburgh, 1000, 2000.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, CHINA, 7000
US, US, 100
CHINA, CHINA, 100
US, US, 700
US, US, 100
CHINA, CHINA, 100
CHINA, CHINA, 400
US, US, 400
UK, UK, 600
UK, UK, 700
UK, UK, 800
UK, UK, 1000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tue Jun 06 17:20:00 GMT 2023
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 7000
US, New York, 100
CHINA, Shanghai, 100
US, Chicago, 700
US, New York, 100
CHINA, Shanghai, 100
CHINA, Beijing, 400
US, Chicago, 400
UK, London, 600
UK, London, 700
UK, Edinburgh, 800
UK, Edinburgh, 1000
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.463 s - in org.eclipse.birt.data.engine.binding.ColumnBindingTest
testNoDataSet2(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.051 s
testNoDataSet3(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.051 s
testCombinedFilterOnTable(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.063 s
testBlankExpression(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.06 s
testInvalidBinding(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.064 s
testSpecialExpression2(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.076 s
testSpecialExpression3(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.048 s
testNoDataSet(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.035 s
testDummy1Document(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.041 s
testFilterOnDataSet2(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.035 s
testFilterOnDateType(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.041 s
testBasic(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.049 s
testGroup(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.048 s
testSpecialExpression(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.049 s
testBasicReportDocument(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.055 s
testNoDataSetWithNestedQuery(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.058 s
testFilterOnTable(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.061 s
testComputedOnDataSet2(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.056 s
testFilterOnDataSet(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.062 s
testAccessGroupColumn(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.062 s
testDummy2Document(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.042 s
testBasic1(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.038 s
testBasic2(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.042 s
testCombinedFilterOnTable2(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.046 s
testComputedOnDataSet(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.048 s
testBindingNameWithDoubleQuote(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.05 s
testNoDataSetWithSubQuery(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.055 s
testAutoBinding(org.eclipse.birt.data.engine.binding.ColumnBindingTest)  Time elapsed: 0.075 s
Running org.eclipse.birt.data.engine.binding.DataSetCacheTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  CHINA Beijing 2004-01-01 00:00:00.0 7000 4 7900.0
row result set:  CHINA Shanghai 2004-06-01 00:00:00.0 100 4 7900.0
row result set:  US Chicago 2004-03-02 00:00:00.0 700 4 7900.0
row result set:  US New York 2004-05-01 00:00:00.0 100 4 7900.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  100 10000.0 row#100
row result set:  99 9801.0 row#99
row result set:  98 9604.0 row#98
row result set:  97 9409.0 row#97
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Country                       City                          date                          amount                        
CHINA                         Beijing                       2004-01-01 00:00:00.0         7000                          
CHINA                         Beijing                       2004-06-05 00:00:00.0         400                           
US                            Chicago                       2004-03-02 00:00:00.0         700                           
US                            Chicago                       2004-05-05 00:00:00.0         400                           
US                            New York                      2004-05-01 00:00:00.0         100                           
US                            New York                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-01-01 00:00:00.0         100                           
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  Beijing
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Country                       City                          date                          amount                        
CHINA                         Beijing                       2004-01-01 00:00:00.0         7000                          
CHINA                         Beijing                       2004-06-05 00:00:00.0         400                           
US                            Chicago                       2004-03-02 00:00:00.0         700                           
US                            New York                      2004-05-01 00:00:00.0         100                           
US                            New York                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-01-01 00:00:00.0         100                           
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Country                       City                          date                          amount                        
CHINA                         Beijing                       2004-01-01 00:00:00.0         7000                          
US                            New York                      2004-05-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-06-01 00:00:00.0         100                           
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Country                       City                          date                          amount                        
CHINA                         Beijing                       2004-01-01 00:00:00.0         7000                          
CHINA                         Beijing                       2004-06-05 00:00:00.0         400                           
US                            Chicago                       2004-03-02 00:00:00.0         700                           
US                            Chicago                       2004-05-05 00:00:00.0         400                           
US                            New York                      2004-05-01 00:00:00.0         100                           
US                            New York                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-01-01 00:00:00.0         100                           
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Country                       City                          date                          amount                        
CHINA                         Beijing                       2004-01-01 00:00:00.0         7000                          
CHINA                         Beijing                       2004-06-05 00:00:00.0         400                           
US                            Chicago                       2004-03-02 00:00:00.0         700                           
US                            Chicago                       2004-05-05 00:00:00.0         400                           
US                            New York                      2004-05-01 00:00:00.0         100                           
US                            New York                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-06-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-01-01 00:00:00.0         100                           
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Country                       City                          date                          amount                        
CHINA                         Beijing                       2004-01-01 00:00:00.0         7000                          
US                            Chicago                       2004-03-02 00:00:00.0         700                           
US                            New York                      2004-05-01 00:00:00.0         100                           
CHINA                         Shanghai                      2004-06-01 00:00:00.0         100                           
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s - in org.eclipse.birt.data.engine.binding.DataSetCacheTest
testEnableCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.034 s
testOdaCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.046 s
testScriptedCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.04 s
testCacheIsRealDataSetLevel(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.042 s
testClearCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.039 s
testUseCachedMeta1(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.049 s
testUseCachedMeta2(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.052 s
testUseCache1(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.053 s
testUseCache3(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.052 s
testDisableCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.046 s
testSubqueryCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.053 s
testUseCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.058 s
testUseAppContextMemoryCache1(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.086 s
testUseAppContextMemoryCache2(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.056 s
testUseAppContextCacheRowLimit1(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.056 s
testUseAppContextCacheRowLimit2(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.066 s
testUseAppContextCacheRowLimit3(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.049 s
testUseMemoryCachedMeta1(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.042 s
testUseMemoryCachedMeta2(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.036 s
testAlwaysCache(org.eclipse.birt.data.engine.binding.DataSetCacheTest)  Time elapsed: 0.035 s
Running org.eclipse.birt.data.engine.binding.QueryCacheTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 Beijing    7000    
S:1 E:1 New York    100    
S:1 E:1 Shanghai    100    
S:1 E:1 Chicago    700    
S:1 E:1 New York    100    
S:1 E:1 Shanghai    100    
S:1 E:1 Beijing    400    
S:1 E:1 Chicago    400    
S:1 E:1 London    600    
S:1 E:1 London    700    
S:1 E:1 Edinburgh    800    
S:1 E:0 Edinburgh    1000    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 Beijing    7000    
S:1 E:1 New York    100    
S:1 E:1 Shanghai    100    
S:1 E:1 Chicago    700    
S:1 E:1 New York    100    
S:1 E:1 Shanghai    100    
S:1 E:1 Beijing    400    
S:1 E:1 Chicago    400    
S:1 E:1 London    600    
S:1 E:1 London    700    
S:1 E:1 Edinburgh    800    
S:1 E:0 Edinburgh    1000    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
org.eclipse.birt.data.engine.core.DataException: A BIRT exception occurred. See next exception for more information.
Cannot invoke "java.io.OutputStream.close()" because "this.metaOutputStream" is null
	at org.eclipse.birt.data.engine.core.DataException.wrap(DataException.java:120)
	at org.eclipse.birt.data.engine.impl.ResultIterator.<init>(ResultIterator.java:164)
	at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:204)
	at org.eclipse.birt.data.engine.binding.QueryCacheTest.testUnserializableJavaObjectCache(QueryCacheTest.java:241)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: org.eclipse.birt.core.exception.BirtException: Cannot invoke "java.io.OutputStream.close()" because "this.metaOutputStream" is null
	... 52 more
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 s - in org.eclipse.birt.data.engine.binding.QueryCacheTest
testBasicCache1(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.038 s
testBasicCache(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.041 s
testCacheEmptyResultSet(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.048 s
testCacheEmptyResultSet1(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.052 s
testUseDetailsCache(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.059 s
testSubqueryCache(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.075 s
testSerializableJavaObjectCache(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.297 s
testUnserializableJavaObjectCache(org.eclipse.birt.data.engine.binding.QueryCacheTest)  Time elapsed: 0.204 s
Running org.eclipse.birt.data.engine.binding.DistinctValueTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 2004-01-01 00:00:00.0, 7000, 1, null
CHINA, Beijing, 2004-06-05 00:00:00.0, 400, 0, null
CHINA, Shanghai, 2004-01-01 00:00:00.0, 100, 1, null
CHINA, Shanghai, 2004-06-01 00:00:00.0, 100, 0, null
US, Chicago, 2004-03-02 00:00:00.0, 700, 0, null
US, New York, 2004-05-01 00:00:00.0, 100, 1, null
US, New York, 2004-06-01 00:00:00.0, 100, 0, null
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 2004-01-01 00:00:00.0, 7000, 1, null
CHINA, Beijing, 2004-06-05 00:00:00.0, 400, 0, null
CHINA, Shanghai, 2004-01-01 00:00:00.0, 100, 1, null
CHINA, Shanghai, 2004-06-01 00:00:00.0, 100, 0, null
US, Chicago, 2004-03-02 00:00:00.0, 700, 0, null
US, New York, 2004-05-01 00:00:00.0, 100, 1, null
US, New York, 2004-06-01 00:00:00.0, 100, 0, null
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.birt.data.engine.binding.DistinctValueTest
testBasic(org.eclipse.birt.data.engine.binding.DistinctValueTest)  Time elapsed: 0.074 s
testQueryDistinct(org.eclipse.birt.data.engine.binding.DistinctValueTest)  Time elapsed: 0.059 s
Running org.eclipse.birt.data.engine.binding.FeaturesTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 4    4    US    New York    2004-05-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    
S:1 E:1 US    
S:1 E:1 US    
S:1 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    
S:1 E:1 US    
S:1 E:1 US    
S:1 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    1300.0    7600.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    1300.0    7600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    1300.0    7600.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    1300.0    7600.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    1300.0    7600.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    1300.0    7600.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    1300.0    7600.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    1300.0    7600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    2    4    8    7400.0    true    false    true    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.9459459459459459    0.9210526315789473    0.7865168539325843    1.0    1.0    1.0    1    1    1    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    1    3    5    7400.0    false    true    false    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.05405405405405406    0.05263157894736842    0.0449438202247191    0.0    0.6666666666666666    0.5714285714285714    2    2    2    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    1    1    1    200.0    true    true    true    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.013157894736842105    0.011235955056179775    0.0    0.0    0.0    1    3    3    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    1    1    1    200.0    false    false    false    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.013157894736842105    0.011235955056179775    0.0    0.0    0.0    2    4    4    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    2    4    7    1100.0    true    false    true    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.6363636363636364    0.5384615384615384    0.07865168539325842    1.0    1.0    0.8571428571428571    1    1    5    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    1    3    5    1100.0    false    true    false    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.36363636363636365    0.3076923076923077    0.0449438202247191    0.0    0.6666666666666666    0.5714285714285714    2    2    6    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    1    1    1    200.0    true    true    true    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.07692307692307693    0.011235955056179775    0.0    0.0    0.0    1    3    7    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    1    1    1    200.0    false    false    false    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.07692307692307693    0.011235955056179775    0.0    0.0    0.0    2    4    8    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    <null>    600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    <null>    600.0    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    <null>    600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    <null>    200.0    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    <null>    200.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:2 E:2 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:2 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:1 E:2 US    New York    2004-05-01 00:00:00.0    100    
S:2 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:03 PM org.eclipse.birt.data.engine.impl.PreparedQueryUtil validateSort
WARNING: Sort Definition:row["foo"] is removed because it refers to an inexist column binding.
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    true    false    true    false    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    true    false    true    false    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    true    false    true    true    true    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    false    true    true    false    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    false    true    true    false    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    true    false    true    true    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    7000.0    
S:1 E:1 US    New York    2004-05-01 00:00:00.0    100    100.0    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    100.0    
S:1 E:2 US    Chicago    2004-03-02 00:00:00.0    700    800.0    
S:2 E:1 US    New York    2004-06-01 00:00:00.0    100    800.0    
S:1 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    500.0    
S:2 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    500.0    
S:1 E:0 US    Chicago    2004-05-05 00:00:00.0    400    400.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Can not convert the value of abc to Integer type.
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Can not convert the value of CHINA to Date type.
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 0    0    CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:3 E:1 1    1    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:3 2    2    US    Chicago    2004-05-05 00:00:00.0    400    
S:3 E:0 3    3    US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:1 1    1    CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:1 E:1 2    2    CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:1 3    3    US    New York    2004-06-01 00:00:00.0    100    
S:1 E:1 4    4    US    Chicago    2004-03-02 00:00:00.0    700    
S:1 E:1 5    5    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:1 6    6    US    New York    2004-05-01 00:00:00.0    100    
S:1 E:0 7    7    CHINA    Beijing    2004-01-01 00:00:00.0    7000    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:1 US    Chicago    2004-03-02 00:00:00.0    700    
S:1 E:1 US    New York    2004-06-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:1 E:1 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    true    false    true    false    
S:3 E:2 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    true    false    true    false    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    true    false    true    true    true    
S:1 E:3 US    Chicago    2004-05-05 00:00:00.0    400    true    false    true    true    false    
S:3 E:2 US    Chicago    2004-03-02 00:00:00.0    700    true    false    true    true    false    
S:2 E:3 US    New York    2004-06-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:0 US    New York    2004-05-01 00:00:00.0    100    true    false    true    true    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    
S:1 E:1 1    
S:1 E:1 2    
S:1 E:1 3    
S:1 E:1 4    
S:1 E:1 5    
S:1 E:1 6    
S:1 E:1 7    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
          CHINA
          CHINA
          CHINA
          CHINA
          US
          US
          US
          US
S:1 E:0 4    4    US    New York    2004-05-01 00:00:00.0    100    
          CHINA
          CHINA
          CHINA
          CHINA
          US
          US
          US
          US

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINAUS    Chicago    2004-03-02 00:00:00.0    700    
US    New York    2004-06-01 00:00:00.0    100    
CHINA    Shanghai    2004-01-01 00:00:00.0    100    
CHINA    Beijing    2004-06-05 00:00:00.0    400    
US    Chicago    2004-05-05 00:00:00.0    400    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 40, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.559 s - in org.eclipse.birt.data.engine.binding.FeaturesTest
testSummaryTable(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.053 s
testPassThruContext(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.029 s
testRow0(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.029 s
testFetchRowLimit1(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.029 s
testFetchRowLimit2(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.029 s
testFetchRowLimit3(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.031 s
test11(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.034 s
test12(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.044 s
test14(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.04 s
test15(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.041 s
test16(org.eclipse.birt.data.engine.binding.FeaturesTest) skipped
test17(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.047 s
test18(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.04 s
test19(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.048 s
test31(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.052 s
testResultIteratorFindGroup2(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.063 s
testResultIteratorFindGroup3(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.038 s
testRefToInvalidDataSetColumn(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.03 s
test10_DuplicateColName(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.035 s
testResultSetIteratorIsEmptyTrue(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.041 s
testAggrExprAndInconvertibleDataType(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.04 s
test1(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.039 s
test2(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.04 s
test3(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.043 s
test4(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.044 s
test6(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.047 s
test7(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.047 s
test8(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.054 s
test9(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.048 s
testBasicGetParameterMetaData1(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.065 s
testNestedDummyQuery(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.033 s
testRowIndex(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.029 s
testGroupWithNoDetails(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.03 s
testBasicGetParameterMetaDataDefaultValue(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.029 s
testSummaryTableWithSub(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.032 s
testExprTiming(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.032 s
testBasicGetParameterMetaData(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.036 s
testMoveto(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.037 s
testResultSetIteratorIsEmptyFalse(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.038 s
testResultIteratorFindGroup(org.eclipse.birt.data.engine.binding.FeaturesTest)  Time elapsed: 0.04 s
Running org.eclipse.birt.data.engine.regre.db.ConnectSybaseTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.regre.db.ConnectSybaseTest
org.eclipse.birt.data.engine.regre.db.ConnectSybaseTest skipped
Running org.eclipse.birt.data.engine.regre.db.ConnectInformixTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.regre.db.ConnectInformixTest
org.eclipse.birt.data.engine.regre.db.ConnectInformixTest skipped
Running org.eclipse.birt.data.engine.regre.db.ConnectPostgreTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.regre.db.ConnectPostgreTest
org.eclipse.birt.data.engine.regre.db.ConnectPostgreTest skipped
Running org.eclipse.birt.data.engine.regre.db.ConnectOracleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.regre.db.ConnectOracleTest
org.eclipse.birt.data.engine.regre.db.ConnectOracleTest skipped
Running org.eclipse.birt.data.engine.regre.db.ConnectDB2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.regre.db.ConnectDB2Test
org.eclipse.birt.data.engine.regre.db.ConnectDB2Test skipped
Running org.eclipse.birt.data.engine.regre.db.ConnectMySQLTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.regre.db.ConnectMySQLTest
org.eclipse.birt.data.engine.regre.db.ConnectMySQLTest skipped
Running org.eclipse.birt.data.engine.regre.db.ConnectionSQLServerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.regre.db.ConnectionSQLServerTest
org.eclipse.birt.data.engine.regre.db.ConnectionSQLServerTest skipped
Running org.eclipse.birt.data.engine.regre.DataSourceTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.birt.data.engine.regre.DataSourceTest
testDefineDataSource(org.eclipse.birt.data.engine.regre.DataSourceTest)  Time elapsed: 0.054 s
Running org.eclipse.birt.data.engine.regre.SortHintTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
5,60,40.0,13512350002
4,10,21.0,13512350001
3,850,17.0,13412340002
3,80,1.8,13512350001
3,60,3.0,13312330004
3,54,1.08,13412340001
2,270,5.4,13312330001
2,80,1.7,13212320003
2,72,1.44,13312330002
2,2,2.0,13312330003
1,180,3.6,13012310002
1,80,1.6,13012310001
1,50,4.0,13212320001
1,40,0.8,13012310000
1,1,1.0,13212320002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,40,0.8,13012310000
1,1,1.0,13212320002
1,80,1.6,13012310001
1,180,3.6,13012310002
1,50,4.0,13212320001
2,72,1.44,13312330002
2,80,1.7,13212320003
2,2,2.0,13312330003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,80,1.8,13512350001
3,60,3.0,13312330004
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
2,2,2.0,13312330003
4,10,21.0,13512350001
1,40,0.8,13012310000
1,50,4.0,13212320001
3,54,1.08,13412340001
5,60,40.0,13512350002
3,60,3.0,13312330004
2,72,1.44,13312330002
3,80,1.8,13512350001
2,80,1.7,13212320003
1,80,1.6,13012310001
1,180,3.6,13012310002
2,270,5.4,13312330001
3,850,17.0,13412340002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1,1,1.0,13212320002
1,40,0.8,13012310000
1,50,4.0,13212320001
1,80,1.6,13012310001
1,180,3.6,13012310002
2,2,2.0,13312330003
2,72,1.44,13312330002
2,80,1.7,13212320003
2,270,5.4,13312330001
3,54,1.08,13412340001
3,60,3.0,13312330004
3,80,1.8,13512350001
3,850,17.0,13412340002
4,10,21.0,13512350001
5,60,40.0,13512350002
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.eclipse.birt.data.engine.regre.SortHintTest
testSortHintResolveColumnAlias(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.061 s
testSortHintTableSort(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.065 s
testSortHintNoEffect(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.071 s
testSortHintTableSort2(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.065 s
testSortHintTableSort3(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.084 s
testSortHintTableSort4(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.043 s
testSortHintTableSort5(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.04 s
testSortHintTableSort6(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.04 s
testSortHintTableSort7(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.043 s
testSortHintTableSort8(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.048 s
testSortHintResolve(org.eclipse.birt.data.engine.regre.SortHintTest)  Time elapsed: 0.061 s
Running org.eclipse.birt.data.engine.regre.SortTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
null
null
2004-12-11 10:00:00.0
2005-01-07 10:57:00.0
2005-01-08 12:57:00.0
2005-01-09 10:53:20.0
2005-01-09 13:57:00.0
2005-01-10 10:07:00.0
2005-01-27 09:40:00.0
2005-01-28 10:57:00.0
2005-01-29 10:57:00.0
2005-09-07 10:00:00.0
2005-11-09 10:00:00.0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.birt.data.engine.regre.SortTest
testDateTime(org.eclipse.birt.data.engine.regre.SortTest)  Time elapsed: 0.05 s
Running org.eclipse.birt.data.engine.regre.FeatureTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 9.0 17.5 
2005-01-01 10:00:00.0 1381231000           50 2.5 17.5 
2005-01-07 09:40:00.0 1381231000           40 2.0 17.5 
2005-01-09 10:57:00.0 14113634636          80 4.0 17.5 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 4.0 21.1 
2005-01-04 13:57:00.0 1381231000           72 3.6 21.1 
2005-01-05 10:53:20.0 1381231000           270 13.5 21.1 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-01 10:00:00.0 1381231000           60 3.0 52.2 
2005-01-02 12:57:00.0 1381000              54 2.7 52.2 
2005-01-06 10:07:00.0 45234523             850 42.5 52.2 
2005-01-08 10:57:00.0 74621641             80 4.0 52.2 

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.birt.data.engine.regre.FeatureTest
testAllFeatures(org.eclipse.birt.data.engine.regre.FeatureTest)  Time elapsed: 0.08 s
Running org.eclipse.birt.data.engine.impl.IncreCacheDataSetTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:05 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery newExecutor
INFO: Create incremental cache directory: /tmp/DtETestTempDataoutput/DataEngineSessionTemp/DataEngine14ae8741_6f85732_575/PS_/8AF83F57A2ACE6A69FC35E6BBF78B46C/Test Data Set
Jun 06, 2023 5:20:05 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery$IncreCacheDSQueryExecutor createOdiQuery
INFO: Execute SQL: select * from IncreCacheDS
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:05 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery newExecutor
INFO: Create incremental cache directory: /tmp/DtETestTempDataoutput/DataEngineSessionTemp/DataEngine14ae8741_8d51706_576/PS_/8AF83F57A2ACE6A69FC35E6BBF78B46C/Test Data Set
Jun 06, 2023 5:20:05 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery$IncreCacheDSQueryExecutor createOdiQuery
INFO: Execute SQL: select * from IncreCacheDS
Jun 06, 2023 5:20:05 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery newExecutor
INFO: Create incremental cache directory: /tmp/DtETestTempDataoutput/DataEngineSessionTemp/DataEngine14ae8741_8d51706_576/PS_/8AF83F57A2ACE6A69FC35E6BBF78B46C/Test Data Set
Jun 06, 2023 5:20:05 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery$IncreCacheDSQueryExecutor createOdiQuery
INFO: Execute SQL: select * from IncreCacheDS
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 s - in org.eclipse.birt.data.engine.impl.IncreCacheDataSetTest
testBasicIncreCache(org.eclipse.birt.data.engine.impl.IncreCacheDataSetTest)  Time elapsed: 0.045 s
testUpdateIncreCache(org.eclipse.birt.data.engine.impl.IncreCacheDataSetTest)  Time elapsed: 0.208 s
Running org.eclipse.birt.data.engine.impl.rd.ViewingTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  SALE_NAME_1  AMOUNT_1  TOTAL_COUNT_1  TOTAL_AMOUNT_1  
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  0
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  5 0 0 3
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4  2  3.0  5.0  14.0  4 1 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  2  2  3.0  5.0  12.0  4 0 0 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  2  2  3.0  5.0  12.0  5 1 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  5 0 0 3
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4  2  3.0  5.0  14.0  4 1 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  5 0 0 3
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4  2  3.0  5.0  14.0  4 1 3 2
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  6 2 2 3
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  7 3 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  2  2  3.0  5.0  12.0  1 0 0 3
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  2  2  3.0  5.0  12.0  0 1 3 1
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  2  2  3.0  5.0  12.0  5 2 1 3
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  2  2  3.0  5.0  12.0  4 3 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  4  2  3.0  5.0  14.0  0 0 0 3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  1 1 3 1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4  2  3.0  5.0  14.0  4 2 1 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  5 3 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  4  2  3.0  5.0  14.0  0 0 0 3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  1 1 3 2
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  2 2 2 3
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  3 3 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  4  2  3.0  5.0  14.0  0 0 0 3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  1 1 3 2
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  2 2 2 3
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  3 3 3 1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  2  2  3.0  5.0  12.0  4 4 1 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  2  2  3.0  5.0  12.0  5 5 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  4
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  5
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  6
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  7
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  3
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  2
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  2
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  6
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  7
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-06-05 00:00:00.0  400  4  8500.0  1
CHINA  Beijing  2004-01-01 00:00:00.0  7000  4  8500.0  0
US  Chicago  2004-05-05 00:00:00.0  400  4  8500.0  5
US  Chicago  2004-03-02 00:00:00.0  700  4  8500.0  4
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-06-05 00:00:00.0  400  4  8500.0  1
CHINA  Beijing  2004-01-01 00:00:00.0  7000  4  8500.0  0
US  Chicago  2004-05-05 00:00:00.0  400  4  8500.0  5
US  Chicago  2004-03-02 00:00:00.0  700  4  8500.0  4
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  2
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  3
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  4
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  5
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  6
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  7
CHINA  Beijing  2004-01-01 00:00:00.0  7100.0  8  8900.0  0
CHINA  Beijing  2004-06-05 00:00:00.0  500.0  8  8900.0  1
US  Chicago  2004-03-02 00:00:00.0  800.0  8  8900.0  2
US  Chicago  2004-05-05 00:00:00.0  500.0  8  8900.0  3
US  New York  2004-05-01 00:00:00.0  200.0  8  8900.0  4
US  New York  2004-06-01 00:00:00.0  200.0  8  8900.0  5
CHINA  Shanghai  2004-06-01 00:00:00.0  200.0  8  8900.0  6
CHINA  Shanghai  2004-01-01 00:00:00.0  200.0  8  8900.0  7
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  SALE_NAME_1  AMOUNT_1  TOTAL_COUNT_1  TOTAL_AMOUNT_1  starting level  ending level  
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  0  0  2
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  1  2  2
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  2  2  2
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  3  2  1
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  4  1  2
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  5  2  2
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  6  2  2
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  7  2  0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-06-05 00:00:00.0  400  4  8500.0  1
          [0][400][400]  1
          [1][7000][7000]  0
CHINA  Beijing  2004-01-01 00:00:00.0  7000  4  8500.0  0
          [0][400][400]  1
          [1][7000][7000]  0
US  Chicago  2004-05-05 00:00:00.0  400  4  8500.0  5
          [0][400][400]  5
          [1][700][700]  4
US  Chicago  2004-03-02 00:00:00.0  700  4  8500.0  4
          [0][400][400]  5
          [1][700][700]  4
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4 0 0 2
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5 1 2 2
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  6 2 2 2
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  7 3 2 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4 0 0 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5 1 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4 0 0 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5 1 3 2
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  6 2 2 3
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  7 3 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0 0 0 3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1 1 3 2
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  2 2 2 3
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  3 3 3 1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4 4 1 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5 5 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0 0 0 3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1 1 3 1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4 2 1 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5 3 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0 0 0 2
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  3 1 2 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0 0 0 3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1 1 3 2
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  2 2 2 3
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  3 3 3 1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4 4 1 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5 5 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  2
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  3
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  4
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  5
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  6
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  7
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  AMOUNT_1  
US  New York  100  0
CHINA  Shanghai  100  2
COUNTRY_1  CITY_1  AMOUNT_1  
US  New York  100  0
US  New York  100  1
CHINA  Shanghai  100  2
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  AMOUNT_1  
CHINA  Beijing  400  0
US  Chicago  700  1
US  Chicago  400  2
US  New York  100  3
CHINA  Shanghai  100  5
COUNTRY_1  CITY_1  AMOUNT_1  
US  Chicago  700  0
US  New York  100  1
CHINA  Shanghai  100  3
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_11  CITY_11  
CHINA  Beijing  0
US  Chicago  2
US  New York  4
CHINA  Shanghai  6
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CITY  
Beijing  0
Chicago  2
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  AMOUNT_1  
CHINA  Beijing  400  0
CHINA  Shanghai  100  1
US  Chicago  700  3
US  Chicago  400  4
US  New York  100  5
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  2  2  3.0  5.0  12.0  0 0 0 1
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  2  2  3.0  5.0  12.0  1 1 1 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4  2  3.0  5.0  14.0  0 0 0 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  0 0 0 1
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  4  2  3.0  5.0  14.0  1 1 1 1
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  4  2  3.0  5.0  14.0  2 2 1 1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4  2  3.0  5.0  14.0  3 3 1 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  SALE_NAME_1  AMOUNT_1  TOTAL_COUNT_1  TOTAL_AMOUNT_1  
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  1
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  2
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  3
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  SALE_NAME_1  AMOUNT_1  TOTAL_COUNT_1  TOTAL_AMOUNT_1  
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  0
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  1
US  New York  2004-05-01 00:00:00.0  100  8  8900.0  2
US  New York  2004-06-01 00:00:00.0  100  8  8900.0  3
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  4
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  6
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  7
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0 0 0 2
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1 1 2 2
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  2 2 2 2
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  3 3 2 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Shanghai  2004-06-01 00:00:00.0  100  8  8900.0  2 0 0 3
CHINA  Shanghai  2004-01-01 00:00:00.0  100  8  8900.0  3 1 3 1
US  Chicago  2004-03-02 00:00:00.0  700  8  8900.0  4 2 1 3
US  Chicago  2004-05-05 00:00:00.0  400  8  8900.0  5 3 3 0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY_1  CITY_1  SALE_NAME_1  AMOUNT_1  TOTAL_COUNT_1  TOTAL_AMOUNT_1  
CHINA  Beijing  2004-01-01 00:00:00.0  7000  8  8900.0  0
CHINA  Beijing  2004-06-05 00:00:00.0  400  8  8900.0  1
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
sub1  sub2  sub3  
1  400  Chicago  0
0  700  Chicago  1
Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.317 s - in org.eclipse.birt.data.engine.impl.rd.ViewingTest
testSourceQueryIV1withMaxRow(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.102 s
testFilterByGroupInstanceIV_testAggr(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.051 s
testSummaryTable(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.041 s
testFilterByGroupInstanceIV_testAggr1(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.045 s
testFilterByGroupInstanceIV_testAggr2(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.047 s
testFilterByGroupInstanceIV_testAggr3(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.05 s
testFilterByGroupInstanceIV_testAggr4(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.054 s
testFilterByGroupInstanceIV_testAggr5(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.057 s
testFilterByGroupInstanceIV_testAggr6(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.063 s
testFilterByGroupInstanceIV_testAggr7(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.072 s
testBasicIV2(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.062 s
testBasicIV3(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.059 s
testBasicIV4(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.074 s
testBasicIV5(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.07 s
testBasicIV6(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.047 s
testSourceQueryIVWithGroup(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.048 s
testBasicIVSubQuery(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.061 s
testFilterByGroupInstanceIV1(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.054 s
testFilterByGroupInstanceIV2(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.061 s
testFilterByGroupInstanceIV3(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.049 s
testFilterByGroupInstanceIV4(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.052 s
testFilterByGroupInstanceIV5(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.076 s
testFilterByGroupInstanceIV6(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.06 s
testFilterByGroupInstanceIV7(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.051 s
testFilterByGroupInstanceIV8(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.057 s
testFilterByGroupInstanceIV9(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.043 s
testBasicIV(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.039 s
testSourceQueryWithDistinctAndAutoBinding(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.035 s
testSourceQueryIV1withDistinct1(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.049 s
testSourceQueryIV1withDistinct2(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.046 s
testSourceQueryIV1withDistinct3(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.05 s
testSourceQueryIV1withDistinct4(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.055 s
testSourceQueryIV1withDistinct(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.054 s
testFilterByGroupInstanceIV_testDataExtr1(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.071 s
testFilterByGroupInstanceIV_testDataExtr2(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.052 s
testFilterByGroupInstanceIV_testDataExtr3(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.046 s
testSourceQueryIV1(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.048 s
testSourceQueryIV2(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.043 s
testFilterByGroupInstanceIV(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.041 s
testFilterByGroupInstanceIV10(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.056 s
testSourceQueryIVLikeFilter(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.049 s
testSourceSubQueryIV(org.eclipse.birt.data.engine.impl.rd.ViewingTest)  Time elapsed: 0.074 s
Running org.eclipse.birt.data.engine.impl.rd.SummaryIVTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
2004-01-01 00:00:00.0  CHINA  7100.0  
2004-03-02 00:00:00.0  US  700.0  
2004-05-01 00:00:00.0  US  500.0  
2004-06-01 00:00:00.0  CHINA  500.0  
2004-06-01 00:00:00.0  US  100.0  


2004-01-01 00:00:00.0  CHINA  7100.0  
2004-03-02 00:00:00.0  US  700.0  
2004-05-01 00:00:00.0  US  500.0  
2004-06-01 00:00:00.0  CHINA  500.0  
2004-06-01 00:00:00.0  US  100.0  


CHINA  7100.0  


Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  7400.0  
CHINA  Shanghai  200.0  
US  Chicago  1100.0  
US  New York  200.0  


CHINA  Beijing  7400.0  
CHINA  Shanghai  200.0  
US  Chicago  1100.0  
US  New York  200.0  


CHINA  Beijing  7400.0  
US  Chicago  1100.0  


Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  7400.0  
CHINA  Shanghai  200.0  
US  Chicago  1100.0  
US  New York  200.0  


CHINA  Beijing  7400.0  
CHINA  Shanghai  200.0  
US  Chicago  1100.0  
US  New York  200.0  


CHINA  Shanghai  200.0  
CHINA  Beijing  7400.0  
US  New York  200.0  
US  Chicago  1100.0  


Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA  Beijing  7400.0  
CHINA  Shanghai  200.0  
US  Chicago  1100.0  
US  New York  200.0  


CHINA  Beijing  7400.0  
CHINA  Shanghai  200.0  
US  Chicago  1100.0  
US  New York  200.0  


CHINA  Beijing  7400.0  7600.0  
CHINA  Shanghai  200.0  7600.0  
US  Chicago  1100.0  1300.0  
US  New York  200.0  1300.0  


Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.birt.data.engine.impl.rd.SummaryIVTest
testBasicFilter1(org.eclipse.birt.data.engine.impl.rd.SummaryIVTest)  Time elapsed: 0.054 s
testBasicFilter(org.eclipse.birt.data.engine.impl.rd.SummaryIVTest)  Time elapsed: 0.044 s
testBasicSort(org.eclipse.birt.data.engine.impl.rd.SummaryIVTest)  Time elapsed: 0.043 s
testBasicAggregation(org.eclipse.birt.data.engine.impl.rd.SummaryIVTest)  Time elapsed: 0.043 s
Running org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  CHINA Beijing 2004-01-01 00:00:00.0 7000 15 11700.0
row result set:  CHINA Beijing 2004-06-05 00:00:00.0 400 15 11700.0
row result set:  CHINA Beijing 2004-06-08 00:00:00.0 400 15 11700.0
row result set:  CHINA Beijing 2004-06-07 00:00:00.0 400 15 11700.0
row result set:  CHINA Hangzhou 2004-06-09 00:00:00.0 400 15 11700.0
row result set:  CHINA Shanghai 2004-06-01 00:00:00.0 100 15 11700.0
row result set:  CHINA Shanghai 2004-01-01 00:00:00.0 100 15 11700.0
row result set:  CHINA Tianjing 2004-02-05 00:00:00.0 400 15 11700.0
row result set:  US Chicago 2004-03-02 00:00:00.0 700 15 11700.0
row result set:  US Chicago 2004-05-05 00:00:00.0 400 15 11700.0
row result set:  US New York 2004-05-01 00:00:00.0 100 15 11700.0
row result set:  US New York 2004-06-01 00:00:00.0 100 15 11700.0
row result set:  US New York 2004-05-25 00:00:00.0 400 15 11700.0
row result set:  US New York 2004-07-05 00:00:00.0 400 15 11700.0
row result set:  US W.DC 2004-05-05 00:00:00.0 400 15 11700.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COUNTRY  CITY  SALE_DATE  AMOUNT  
CHINA  Beijing  2004-06-08 00:00:00.0  400  0
CHINA  Beijing  2004-06-07 00:00:00.0  400  1
CHINA  Beijing  2004-06-05 00:00:00.0  400  2
CHINA  Beijing  2004-01-01 00:00:00.0  7000  3
COUNTRY  CITY  SALE_DATE  AMOUNT  
CHINA  Beijing  2004-01-01 00:00:00.0  7000  0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  CHINA Beijing 2004-01-01 00:00:00.0 7000 15 11700.0
row result set:  CHINA Beijing 2004-06-07 00:00:00.0 400 15 11700.0
row result set:  CHINA Hangzhou 2004-06-09 00:00:00.0 400 15 11700.0
row result set:  CHINA Shanghai 2004-06-01 00:00:00.0 100 15 11700.0
row result set:  CHINA Shanghai 2004-01-01 00:00:00.0 100 15 11700.0
row result set:  CHINA Tianjing 2004-02-05 00:00:00.0 400 15 11700.0
row result set:  US Chicago 2004-03-02 00:00:00.0 700 15 11700.0
row result set:  US Chicago 2004-05-05 00:00:00.0 400 15 11700.0
row result set:  US New York 2004-05-01 00:00:00.0 100 15 11700.0
row result set:  US New York 2004-07-05 00:00:00.0 400 15 11700.0
row result set:  US W.DC 2004-05-05 00:00:00.0 400 15 11700.0
--------move to test1--------
--------move to test2--------
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA
CHINA
US
US
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA
US
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  US Chicago 2004-03-02 00:00:00.0 700 15 11700.0
row result set:  US Chicago 2004-05-05 00:00:00.0 400 15 11700.0
row result set:  US New York 2004-05-01 00:00:00.0 100 15 11700.0
row result set:  US New York 2004-06-01 00:00:00.0 100 15 11700.0
row result set:  US New York 2004-05-25 00:00:00.0 400 15 11700.0
row result set:  US New York 2004-07-05 00:00:00.0 400 15 11700.0
row result set:  US W.DC 2004-05-05 00:00:00.0 400 15 11700.0
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.49 s - in org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest
testBasicDummy(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.052 s
testBasicFooter(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.063 s
testBasicMove2(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.071 s
testBasicGroupLevel(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.069 s
testSubOfSubQueryAsSourceQuery(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.097 s
testSubQuery(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.057 s
testJointDataSet(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.06 s
testBasicMoveWithGroup(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.051 s
testBasic(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.051 s
testBasicMove(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.057 s
testBasicSkip(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.061 s
testComputedColumn(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.067 s
testBasicGroupLevel2(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.156 s
testBasicDiskCache(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.068 s
testSubQuery2(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.062 s
testSubQuery3(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.106 s
testSubQuery4(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.085 s
testSubOfSubQuery(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.062 s
testGroupBeforeExpr(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.05 s
testNestedQuery(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.071 s
testBasicSkipToEnd(org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest)  Time elapsed: 0.072 s
Running org.eclipse.birt.data.engine.impl.JointDataSetTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
29:3
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
10			NEW YORK			Chelsea			null			null			null			null			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			
12			LONDON			Chelsea			12			4423T662			Men			24.11			
13			LONDON			Chelsea			null			null			null			null			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			
15			LONDON			Chelsea			15			U882X223			Women			189.0			
16			LONDON			West End			16			9774422322			Cosmetics			3.0			
17			LONDON			West End			17			4423T662			Men			26.21			
18			LONDON			West End			18			T55224			Cosmetics			27.99			
19			LONDON			West End			19			4422236S			Men			20.85			
20			LONDON			West End			null			null			null			null			
21			HONG KONG			Central			null			null			null			null			
22			HONG KONG			Central			null			null			null			null			
23			HONG KONG			Central			null			null			null			null			
24			HONG KONG			Central			null			null			null			null			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
ar49:1
dset3::dset1::ID			dset3::dset1::CITY			dset3::dset1::STORE			dset3::dset2::ID			dset3::dset2::SKU			dset3::dset2::CATEGORY			dset3::dset2::PRICE			dset3::group1.sum			dset3::group2.sum			dset3::cp3			dset1::ID			dset1::CITY			dset1::STORE			CC			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			1028.3			1028.3			127.99			11			LONDON			Chelsea			I am grand Dset			
12			LONDON			Chelsea			12			4423T662			Men			24.11			1028.3			1028.3			124.11			12			LONDON			Chelsea			I am grand Dset			
13			LONDON			Chelsea			null			null			null			null			1028.3			1028.3			100.0			13			LONDON			Chelsea			I am grand Dset			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			1028.3			1028.3			102.66			14			LONDON			Chelsea			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			Empire Building			I am grand Dset			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			1028.3			1028.3			126.99			6			NEW YORK			5th Ave			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
10			NEW YORK			Chelsea			null			null			null			null			1028.3			1028.3			100.0			10			NEW YORK			Chelsea			I am grand Dset			
21			HONG KONG			Central			null			null			null			null			1028.3			1028.3			100.0			21			HONG KONG			Central			I am grand Dset			
22			HONG KONG			Central			null			null			null			null			1028.3			1028.3			100.0			22			HONG KONG			Central			I am grand Dset			
23			HONG KONG			Central			null			null			null			null			1028.3			1028.3			100.0			23			HONG KONG			Central			I am grand Dset			
24			HONG KONG			Central			null			null			null			null			1028.3			1028.3			100.0			24			HONG KONG			Central			I am grand Dset			
17			LONDON			West End			17			4423T662			Men			26.21			1028.3			1028.3			126.21000000000001			17			LONDON			West End			I am grand Dset			
18			LONDON			West End			18			T55224			Cosmetics			27.99			1028.3			1028.3			127.99			18			LONDON			West End			I am grand Dset			
19			LONDON			West End			19			4422236S			Men			20.85			1028.3			1028.3			120.85			19			LONDON			West End			I am grand Dset			
20			LONDON			West End			null			null			null			null			1028.3			1028.3			100.0			20			LONDON			West End			I am grand Dset			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
28:3
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
null			null			null			1			4422236S			Men			19.99			
null			null			null			2			665523600			Women			99.0			
null			null			null			3			T55224			Cosmetics			24.99			
null			null			null			4			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			
null			null			null			7			4422236S			Men			17.99			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
null			null			null			9			6772344S			Men			299.99			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			
12			LONDON			Chelsea			12			4423T662			Men			24.11			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			
15			LONDON			Chelsea			15			U882X223			Women			189.0			
16			LONDON			West End			16			9774422322			Cosmetics			3.0			
17			LONDON			West End			17			4423T662			Men			26.21			
18			LONDON			West End			18			T55224			Cosmetics			27.99			
19			LONDON			West End			19			4422236S			Men			20.85			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
4:2
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
28:3
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
null			null			null			1			4422236S			Men			19.99			
null			null			null			2			665523600			Women			99.0			
null			null			null			3			T55224			Cosmetics			24.99			
null			null			null			4			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			
null			null			null			7			4422236S			Men			17.99			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
null			null			null			9			6772344S			Men			299.99			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			
12			LONDON			Chelsea			12			4423T662			Men			24.11			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			
15			LONDON			Chelsea			15			U882X223			Women			189.0			
16			LONDON			West End			16			9774422322			Cosmetics			3.0			
17			LONDON			West End			17			4423T662			Men			26.21			
18			LONDON			West End			18			T55224			Cosmetics			27.99			
19			LONDON			West End			19			4422236S			Men			20.85			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
22:4
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			
12			LONDON			Chelsea			12			4423T662			Men			24.11			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			
15			LONDON			Chelsea			15			U882X223			Women			189.0			
16			LONDON			West End			16			9774422322			Cosmetics			3.0			
17			LONDON			West End			17			4423T662			Men			26.21			
18			LONDON			West End			18			T55224			Cosmetics			27.99			
19			LONDON			West End			19			4422236S			Men			20.85			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
35:0
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::CITY			dset2::STORE			
1			NEW YORK			5th Ave			1			NEW YORK			5th Ave			
2			NEW YORK			5th Ave			2			NEW YORK			5th Ave			
3			NEW YORK			5th Ave			3			NEW YORK			5th Ave			
4			NEW YORK			5th Ave			4			NEW YORK			5th Ave			
5			NEW YORK			BLUE LAND			5			NEW YORK			BLUE LAND			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			BLUE LAND			
5			NEW YORK			Empire Building			5			NEW YORK			BLUE LAND			
5			NEW YORK			BLUE LAND			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			Empire Building			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			BLUE LAND			5			NEW YORK			Empire Building			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			Empire Building			
5			NEW YORK			Empire Building			5			NEW YORK			Empire Building			
6			NEW YORK			5th Ave			6			NEW YORK			5th Ave			
7			NEW YORK			Chelsea			7			NEW YORK			Chelsea			
8			NEW YORK			EmpireBuilding			8			NEW YORK			EmpireBuilding			
8			NEW YORK			Chelsea			8			NEW YORK			EmpireBuilding			
8			NEW YORK			EmpireBuilding			8			NEW YORK			Chelsea			
8			NEW YORK			Chelsea			8			NEW YORK			Chelsea			
9			NEW YORK			Chelsea			9			NEW YORK			Chelsea			
10			NEW YORK			Chelsea			10			NEW YORK			Chelsea			
11			LONDON			Chelsea			11			LONDON			Chelsea			
12			LONDON			Chelsea			12			LONDON			Chelsea			
13			LONDON			Chelsea			13			LONDON			Chelsea			
14			LONDON			Chelsea			14			LONDON			Chelsea			
15			LONDON			Chelsea			15			LONDON			Chelsea			
16			LONDON			West End			16			LONDON			West End			
17			LONDON			West End			17			LONDON			West End			
18			LONDON			West End			18			LONDON			West End			
19			LONDON			West End			19			LONDON			West End			
20			LONDON			West End			20			LONDON			West End			
21			HONG KONG			Central			21			HONG KONG			Central			
22			HONG KONG			Central			22			HONG KONG			Central			
23			HONG KONG			Central			23			HONG KONG			Central			
24			HONG KONG			Central			24			HONG KONG			Central			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
35:1
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::CITY			dset2::STORE			
1			NEW YORK			5th Ave			1			NEW YORK			5th Ave			
2			NEW YORK			5th Ave			2			NEW YORK			5th Ave			
3			NEW YORK			5th Ave			3			NEW YORK			5th Ave			
4			NEW YORK			5th Ave			4			NEW YORK			5th Ave			
5			NEW YORK			BLUE LAND			5			NEW YORK			BLUE LAND			
5			NEW YORK			BLUE LAND			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			BLUE LAND			5			NEW YORK			Empire Building			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			BLUE LAND			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			Empire Building			
5			NEW YORK			Empire Building			5			NEW YORK			BLUE LAND			
5			NEW YORK			Empire Building			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			Empire Building			5			NEW YORK			Empire Building			
6			NEW YORK			5th Ave			6			NEW YORK			5th Ave			
7			NEW YORK			Chelsea			7			NEW YORK			Chelsea			
8			NEW YORK			EmpireBuilding			8			NEW YORK			EmpireBuilding			
8			NEW YORK			EmpireBuilding			8			NEW YORK			Chelsea			
8			NEW YORK			Chelsea			8			NEW YORK			EmpireBuilding			
8			NEW YORK			Chelsea			8			NEW YORK			Chelsea			
9			NEW YORK			Chelsea			9			NEW YORK			Chelsea			
10			NEW YORK			Chelsea			10			NEW YORK			Chelsea			
11			LONDON			Chelsea			11			LONDON			Chelsea			
12			LONDON			Chelsea			12			LONDON			Chelsea			
13			LONDON			Chelsea			13			LONDON			Chelsea			
14			LONDON			Chelsea			14			LONDON			Chelsea			
15			LONDON			Chelsea			15			LONDON			Chelsea			
16			LONDON			West End			16			LONDON			West End			
17			LONDON			West End			17			LONDON			West End			
18			LONDON			West End			18			LONDON			West End			
19			LONDON			West End			19			LONDON			West End			
20			LONDON			West End			20			LONDON			West End			
21			HONG KONG			Central			21			HONG KONG			Central			
22			HONG KONG			Central			22			HONG KONG			Central			
23			HONG KONG			Central			23			HONG KONG			Central			
24			HONG KONG			Central			24			HONG KONG			Central			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
22:3
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			
12			LONDON			Chelsea			12			4423T662			Men			24.11			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			
15			LONDON			Chelsea			15			U882X223			Women			189.0			
16			LONDON			West End			16			9774422322			Cosmetics			3.0			
17			LONDON			West End			17			4423T662			Men			26.21			
18			LONDON			West End			18			T55224			Cosmetics			27.99			
19			LONDON			West End			19			4422236S			Men			20.85			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
42:1
dset3::dset1::ID			dset3::dset1::CITY			dset3::dset1::STORE			dset3::dset2::ID			dset3::dset2::SKU			dset3::dset2::CATEGORY			dset3::dset2::PRICE			dset3::group1.sum			dset3::group2.sum			dset3::cp3			dset1::ID			dset1::CITY			dset1::STORE			CC			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			1028.3			1028.3			127.99			11			LONDON			Chelsea			I am grand Dset			
12			LONDON			Chelsea			12			4423T662			Men			24.11			1028.3			1028.3			124.11			12			LONDON			Chelsea			I am grand Dset			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			1028.3			1028.3			102.66			14			LONDON			Chelsea			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1028.3			1028.3			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1028.3			1028.3			119.5			5			NEW YORK			Empire Building			I am grand Dset			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			1028.3			1028.3			126.99			6			NEW YORK			5th Ave			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1028.3			1028.3			289.0			8			NEW YORK			Chelsea			I am grand Dset			
17			LONDON			West End			17			4423T662			Men			26.21			1028.3			1028.3			126.21000000000001			17			LONDON			West End			I am grand Dset			
18			LONDON			West End			18			T55224			Cosmetics			27.99			1028.3			1028.3			127.99			18			LONDON			West End			I am grand Dset			
19			LONDON			West End			19			4422236S			Men			20.85			1028.3			1028.3			120.85			19			LONDON			West End			I am grand Dset			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
35:0
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::CITY			dset2::STORE			
1			NEW YORK			5th Ave			1			NEW YORK			5th Ave			
2			NEW YORK			5th Ave			2			NEW YORK			5th Ave			
3			NEW YORK			5th Ave			3			NEW YORK			5th Ave			
4			NEW YORK			5th Ave			4			NEW YORK			5th Ave			
5			NEW YORK			BLUE LAND			5			NEW YORK			BLUE LAND			
5			NEW YORK			BLUE LAND			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			BLUE LAND			5			NEW YORK			Empire Building			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			BLUE LAND			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			ROCK AVENUE			5			NEW YORK			Empire Building			
5			NEW YORK			Empire Building			5			NEW YORK			BLUE LAND			
5			NEW YORK			Empire Building			5			NEW YORK			ROCK AVENUE			
5			NEW YORK			Empire Building			5			NEW YORK			Empire Building			
6			NEW YORK			5th Ave			6			NEW YORK			5th Ave			
7			NEW YORK			Chelsea			7			NEW YORK			Chelsea			
8			NEW YORK			EmpireBuilding			8			NEW YORK			EmpireBuilding			
8			NEW YORK			EmpireBuilding			8			NEW YORK			Chelsea			
8			NEW YORK			Chelsea			8			NEW YORK			EmpireBuilding			
8			NEW YORK			Chelsea			8			NEW YORK			Chelsea			
9			NEW YORK			Chelsea			9			NEW YORK			Chelsea			
10			NEW YORK			Chelsea			10			NEW YORK			Chelsea			
11			LONDON			Chelsea			11			LONDON			Chelsea			
12			LONDON			Chelsea			12			LONDON			Chelsea			
13			LONDON			Chelsea			13			LONDON			Chelsea			
14			LONDON			Chelsea			14			LONDON			Chelsea			
15			LONDON			Chelsea			15			LONDON			Chelsea			
16			LONDON			West End			16			LONDON			West End			
17			LONDON			West End			17			LONDON			West End			
18			LONDON			West End			18			LONDON			West End			
19			LONDON			West End			19			LONDON			West End			
20			LONDON			West End			20			LONDON			West End			
21			HONG KONG			Central			21			HONG KONG			Central			
22			HONG KONG			Central			22			HONG KONG			Central			
23			HONG KONG			Central			23			HONG KONG			Central			
24			HONG KONG			Central			24			HONG KONG			Central			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
ar57:1
dset3::dset1::ID			dset3::dset1::CITY			dset3::dset1::STORE			dset3::dset2::ID			dset3::dset2::SKU			dset3::dset2::CATEGORY			dset3::dset2::PRICE			dset3::group1.sum			dset3::group2.sum			dset3::cp3			dset1::ID			dset1::CITY			dset1::STORE			CC			
null			null			null			1			4422236S			Men			19.99			1499.76			1499.76			119.99			null			null			null			I am grand Dset			
null			null			null			2			665523600			Women			99.0			1499.76			1499.76			199.0			null			null			null			I am grand Dset			
null			null			null			3			T55224			Cosmetics			24.99			1499.76			1499.76			124.99			null			null			null			I am grand Dset			
null			null			null			4			666440002			Women			9.5			1499.76			1499.76			109.5			null			null			null			I am grand Dset			
null			null			null			7			4422236S			Men			17.99			1499.76			1499.76			117.99			null			null			null			I am grand Dset			
null			null			null			9			6772344S			Men			299.99			1499.76			1499.76			399.99			null			null			null			I am grand Dset			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			1499.76			1499.76			127.99			11			LONDON			Chelsea			I am grand Dset			
12			LONDON			Chelsea			12			4423T662			Men			24.11			1499.76			1499.76			124.11			12			LONDON			Chelsea			I am grand Dset			
13			LONDON			Chelsea			null			null			null			null			1499.76			1499.76			100.0			13			LONDON			Chelsea			I am grand Dset			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			1499.76			1499.76			102.66			14			LONDON			Chelsea			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			Empire Building			I am grand Dset			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			1499.76			1499.76			126.99			6			NEW YORK			5th Ave			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
10			NEW YORK			Chelsea			null			null			null			null			1499.76			1499.76			100.0			10			NEW YORK			Chelsea			I am grand Dset			
21			HONG KONG			Central			null			null			null			null			1499.76			1499.76			100.0			21			HONG KONG			Central			I am grand Dset			
22			HONG KONG			Central			null			null			null			null			1499.76			1499.76			100.0			22			HONG KONG			Central			I am grand Dset			
23			HONG KONG			Central			null			null			null			null			1499.76			1499.76			100.0			23			HONG KONG			Central			I am grand Dset			
24			HONG KONG			Central			null			null			null			null			1499.76			1499.76			100.0			24			HONG KONG			Central			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			15			LONDON			Chelsea			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			16			LONDON			West End			I am grand Dset			
17			LONDON			West End			17			4423T662			Men			26.21			1499.76			1499.76			126.21000000000001			17			LONDON			West End			I am grand Dset			
18			LONDON			West End			18			T55224			Cosmetics			27.99			1499.76			1499.76			127.99			18			LONDON			West End			I am grand Dset			
19			LONDON			West End			19			4422236S			Men			20.85			1499.76			1499.76			120.85			19			LONDON			West End			I am grand Dset			
20			LONDON			West End			null			null			null			null			1499.76			1499.76			100.0			20			LONDON			West End			I am grand Dset			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
35:3
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
null			null			null			1			4422236S			Men			19.99			
null			null			null			2			665523600			Women			99.0			
null			null			null			3			T55224			Cosmetics			24.99			
null			null			null			4			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			
null			null			null			7			4422236S			Men			17.99			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
null			null			null			9			6772344S			Men			299.99			
10			NEW YORK			Chelsea			null			null			null			null			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			
12			LONDON			Chelsea			12			4423T662			Men			24.11			
13			LONDON			Chelsea			null			null			null			null			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			
15			LONDON			Chelsea			15			U882X223			Women			189.0			
16			LONDON			West End			16			9774422322			Cosmetics			3.0			
17			LONDON			West End			17			4423T662			Men			26.21			
18			LONDON			West End			18			T55224			Cosmetics			27.99			
19			LONDON			West End			19			4422236S			Men			20.85			
20			LONDON			West End			null			null			null			null			
21			HONG KONG			Central			null			null			null			null			
22			HONG KONG			Central			null			null			null			null			
23			HONG KONG			Central			null			null			null			null			
24			HONG KONG			Central			null			null			null			null			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
ar51:0
dset3::dset1::ID			dset3::dset1::CITY			dset3::dset1::STORE			dset3::dset2::ID			dset3::dset2::SKU			dset3::dset2::CATEGORY			dset3::dset2::PRICE			dset3::group1.sum			dset3::group2.sum			dset3::cp3			dset1::ID			dset1::CITY			dset1::STORE			CC			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			1499.76			1499.76			127.99			11			LONDON			Chelsea			I am grand Dset			
12			LONDON			Chelsea			12			4423T662			Men			24.11			1499.76			1499.76			124.11			12			LONDON			Chelsea			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			13			LONDON			Chelsea			I am grand Dset			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			1499.76			1499.76			102.66			14			LONDON			Chelsea			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			BLUE LAND			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			ROCK AVENUE			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			1499.76			1499.76			109.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			Empire Building			I am grand Dset			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			1499.76			1499.76			119.5			5			NEW YORK			Empire Building			I am grand Dset			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			1499.76			1499.76			126.99			6			NEW YORK			5th Ave			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			EmpireBuilding			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			1499.76			1499.76			289.0			8			NEW YORK			Chelsea			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			10			NEW YORK			Chelsea			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			21			HONG KONG			Central			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			22			HONG KONG			Central			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			23			HONG KONG			Central			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			24			HONG KONG			Central			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			15			LONDON			Chelsea			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			16			LONDON			West End			I am grand Dset			
17			LONDON			West End			17			4423T662			Men			26.21			1499.76			1499.76			126.21000000000001			17			LONDON			West End			I am grand Dset			
18			LONDON			West End			18			T55224			Cosmetics			27.99			1499.76			1499.76			127.99			18			LONDON			West End			I am grand Dset			
19			LONDON			West End			19			4422236S			Men			20.85			1499.76			1499.76			120.85			19			LONDON			West End			I am grand Dset			
null			null			null			null			null			null			null			null			null			null			20			LONDON			West End			I am grand Dset			
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
29:3
dset1::ID			dset1::CITY			dset1::STORE			dset2::ID			dset2::SKU			dset2::CATEGORY			dset2::PRICE			
5			NEW YORK			BLUE LAND			5			666440003			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440002			Women			9.5			
5			NEW YORK			BLUE LAND			5			666440001			Women			19.5			
5			NEW YORK			ROCK AVENUE			5			666440003			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440002			Women			9.5			
5			NEW YORK			ROCK AVENUE			5			666440001			Women			19.5			
5			NEW YORK			Empire Building			5			666440003			Women			9.5			
5			NEW YORK			Empire Building			5			666440002			Women			9.5			
5			NEW YORK			Empire Building			5			666440001			Women			19.5			
6			NEW YORK			5th Ave			6			5112007			Cosmetics			26.99			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			EmpireBuilding			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
8			NEW YORK			Chelsea			8			U882X223			Women			189.0			
10			NEW YORK			Chelsea			null			null			null			null			
11			LONDON			Chelsea			11			T55224			Cosmetics			27.99			
12			LONDON			Chelsea			12			4423T662			Men			24.11			
13			LONDON			Chelsea			null			null			null			null			
14			LONDON			Chelsea			14			9774422322			Cosmetics			2.66			
15			LONDON			Chelsea			15			U882X223			Women			189.0			
16			LONDON			West End			16			9774422322			Cosmetics			3.0			
17			LONDON			West End			17			4423T662			Men			26.21			
18			LONDON			West End			18			T55224			Cosmetics			27.99			
19			LONDON			West End			19			4422236S			Men			20.85			
20			LONDON			West End			null			null			null			null			
21			HONG KONG			Central			null			null			null			null			
22			HONG KONG			Central			null			null			null			null			
23			HONG KONG			Central			null			null			null			null			
24			HONG KONG			Central			null			null			null			null			
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s - in org.eclipse.birt.data.engine.impl.JointDataSetTest
testLeftOuterJoin_DEFAULT(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.103 s
testComplexLeftOuterJoin(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.109 s
testRightOuterJoin_DEFAULT(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.115 s
testAlias(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.113 s
testRowFetchLimit(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.125 s
testRightOuterJoin_BINARY(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.069 s
testInnerJoin_BINARY(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.071 s
testSelfRightOuterJoin(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.077 s
testSelfInnerJoin(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.084 s
testInnerJoin_DEFAULT(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.097 s
testComplexInnerJoin(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.11 s
testSelfLeftOuterJoin(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.108 s
testComplexFullOuterJoin(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.126 s
testFullOuterJoin_DEFAULT(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.08 s
testComplexRightOuterJoin(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.078 s
testLeftOuterJoin_BINARY(org.eclipse.birt.data.engine.impl.JointDataSetTest)  Time elapsed: 0.076 s
Running org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest
testEntireGroup(org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest)  Time elapsed: 0.001 s
testGetGroup(org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest)  Time elapsed: 0 s
testMultipleEntireGroup(org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest)  Time elapsed: 0 s
testGetGroupInfo(org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest)  Time elapsed: 0 s
testRemoveOneGroupItem(org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest)  Time elapsed: 0 s
testInvalidGroupIndex(org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.impl.document.stream.DummyOutputStreamTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.impl.document.stream.DummyOutputStreamTest
org.eclipse.birt.data.engine.impl.document.stream.DummyOutputStreamTest skipped
Running org.eclipse.birt.data.engine.impl.ResultMetaDataTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Index	Name	Alias	Label	Type	TypeName
1:	floatCol,	floatCol,	floatCol,	3,	Float
2:	varbinaryCol,	varbinaryCol,	varbinaryCol,	5,	String
3:	intCol,	intCol_alias,	intCol,	2,	Integer
4:	ComputedCol1,	ComputedCol1,	ComputedCol1,	0,	Any
Jun 06, 2023 5:20:11 PM org.eclipse.birt.data.engine.odaconsumer.ProjectedColumns projectSelectedBaseColumns
SEVERE: No match found for project column invalid_col 
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Index	Name	Alias	Label	Type	TypeName
1:	intCol,	intCol,	intCol,	2,	Integer
2:	bigintCol,	bigintCol,	bigintCol,	4,	Decimal
3:	smallintCol,	smallintCol,	smallintCol,	2,	Integer
4:	floatCol,	floatCol,	floatCol,	3,	Float
5:	realCol,	realCol,	realCol,	3,	Float
6:	charCol,	charCol,	charCol,	5,	String
7:	varcharCol,	varcharCol,	varcharCol,	5,	String
8:	textCol,	textCol,	textCol,	5,	String
9:	nvarcharcol,	nvarcharcol,	nvarcharcol,	5,	String
10:	ntextCol,	ntextCol,	ntextCol,	5,	String
11:	decimalCol,	decimalCol,	decimalCol,	2,	Integer
12:	datetimeCol,	datetimeCol,	datetimeCol,	6,	DateTime
13:	smalldatetimeCol,	smalldatetimeCol,	smalldatetimeCol,	6,	DateTime
14:	bitCol,	bitCol,	bitCol,	2,	Integer
15:	moneyCol,	moneyCol,	moneyCol,	2,	Integer
16:	binaryCol,	binaryCol,	binaryCol,	5,	String
17:	varbinaryCol,	varbinaryCol,	varbinaryCol,	5,	String
Index	Name	Alias	Label	Type	TypeName
1:	intCol,	intCol,	intCol,	2,	Integer
2:	bigintCol,	bigintCol,	bigintCol,	4,	Decimal
3:	smallintCol,	smallintCol,	smallintCol,	2,	Integer
4:	floatCol,	floatCol,	floatCol,	3,	Float
5:	realCol,	realCol,	realCol,	3,	Float
6:	charCol,	charCol,	charCol,	5,	String
7:	varcharCol,	varcharCol,	varcharCol,	5,	String
8:	textCol,	textCol,	textCol,	5,	String
9:	nvarcharcol,	nvarcharcol,	nvarcharcol,	5,	String
10:	ntextCol,	ntextCol,	ntextCol,	5,	String
11:	decimalCol,	decimalCol,	decimalCol,	2,	Integer
12:	datetimeCol,	datetimeCol,	datetimeCol,	6,	DateTime
13:	smalldatetimeCol,	smalldatetimeCol,	smalldatetimeCol,	6,	DateTime
14:	bitCol,	bitCol,	bitCol,	2,	Integer
15:	moneyCol,	moneyCol,	moneyCol,	2,	Integer
16:	binaryCol,	binaryCol,	binaryCol,	5,	String
17:	varbinaryCol,	varbinaryCol,	varbinaryCol,	5,	String
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Index	Name	Alias	Label	Type	TypeName
1:	name1,	colAlias1,	intCol,	3,	Float
2:	bigintCol,	bigintCol,	bigintCol,	4,	Decimal
3:	smallintCol,	smallintCol,	smallintCol,	2,	Integer
4:	floatCol,	floatCol,	floatCol,	3,	Float
5:	realCol,	realCol,	realCol,	3,	Float
6:	charCol,	charCol,	charCol,	5,	String
7:	varcharCol,	varcharCol,	varcharCol,	5,	String
8:	textCol,	colAlias2,	textCol,	5,	String
9:	nvarcharcol,	nvarcharcol,	nvarcharcol,	5,	String
10:	ntextCol,	ntextCol,	ntextCol,	5,	String
11:	decimalCol,	decimalCol,	decimalCol,	2,	Integer
12:	datetimeCol,	datetimeCol,	datetimeCol,	6,	DateTime
13:	smalldatetimeCol,	smalldatetimeCol,	smalldatetimeCol,	6,	DateTime
14:	bitCol,	bitCol,	bitCol,	2,	Integer
15:	moneyCol,	moneyCol,	moneyCol,	2,	Integer
16:	binaryCol,	binaryCol,	binaryCol,	5,	String
17:	varbinaryCol,	varbinaryCol,	varbinaryCol,	5,	String
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.birt.data.engine.impl.ResultMetaDataTest
test4_ProjectedCol(org.eclipse.birt.data.engine.impl.ResultMetaDataTest)  Time elapsed: 0.049 s
test1_SelectAll(org.eclipse.birt.data.engine.impl.ResultMetaDataTest)  Time elapsed: 0.026 s
test2_ResultHints(org.eclipse.birt.data.engine.impl.ResultMetaDataTest)  Time elapsed: 0.021 s
Running org.eclipse.birt.data.engine.impl.ExprManagerUtilTest
org.eclipse.birt.data.engine.core.DataException: Column binding "COL4" has referred to a binding "COL" which does not exist.
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.validateInParentQuery(ExprManagerUtil.java:223)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.checkColumnBindingExist(ExprManagerUtil.java:195)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.checkColumnBindingExpression(ExprManagerUtil.java:158)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.validateColumnBinding(ExprManagerUtil.java:73)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes13(ExprManagerUtilTest.java:442)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.data.engine.core.DataException: Binding "COL0" has dependency cycle.
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.checkDependencyCycle(ExprManagerUtil.java:125)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.validateColumnBinding(ExprManagerUtil.java:74)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes0(ExprManagerUtilTest.java:464)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.birt.data.engine.impl.ExprManagerUtilTest
testValidateNodes10(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes11(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes12(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes13(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0.001 s
testValidateNodes0(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes1(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes2(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0.001 s
testValidateNodes3(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes4(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes5(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0.002 s
testValidateNodes6(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0.003 s
testValidateNodes7(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0.002 s
testValidateNodes8(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0 s
testValidateNodes9(org.eclipse.birt.data.engine.impl.ExprManagerUtilTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.impl.ScriptEvalTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in org.eclipse.birt.data.engine.impl.ScriptEvalTest
testDataType(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.331 s
test_EQ(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_GE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_GT(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.001 s
test_IN(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_LE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_NE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_LTtest(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_NOT_IN(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_LIKE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_NULL(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_TRUE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.001 s
testJSRE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.001 s
test_BETWEEN(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_NOT_BETWEEN(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.001 s
test_TOP_PERCENT(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_NOT_MATCH(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.002 s
test_NOT_LIKE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_NOT_NULL(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_BOTTOM_PERCENT(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_BOTTOM_N(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
testErrHandling(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.005 s
test_FALSE(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
test_MATCH(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0.001 s
test_TOP_N(org.eclipse.birt.data.engine.impl.ScriptEvalTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.impl.binding.AggregationTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    10    10    76.99    0.008037214837687661    <null>    
S:4 E:4 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    10    10    76.99    0.0076391736826446005    9.5    
S:4 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    10    10    76.99    0.015278347365289201    9.5    
S:3 E:4 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    10    10    224.99    0.07960823100861215    39.333333333333336    
S:4 E:3 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    10    10    224.99    0.01085164724708304    39.333333333333336    
S:3 E:2 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    10    10    99.96    0.04019009480616601    44.49666666666667    
S:2 E:3 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    10    10    35.98    0.014466182584292248    47.326666666666675    
S:3 E:4 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    10    10    667.98    0.07196503670823985    47.326666666666675    
S:4 E:4 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    10    10    667.98    0.12061451121350283    47.326666666666675    
S:4 E:1 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    10    10    667.98    0.07598967505367524    47.326666666666675    
S:1 E:4 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    4    4    1100.0    0.045030918550326066    23.660000000000007    
S:4 E:3 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    4    4    1100.0    0.3972370314975192    23.660000000000007    
S:3 E:3 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    4    4    168.0    0.0675463778254891    23.660000000000007    
S:3 E:0 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    4    4    113.28    0.045545557619472654    21.62333333333334    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    4    4    1100.0    0.03376270246317003    28.0    
S:4 E:3 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    4    4    1100.0    0.2978352681572499    28.0    
S:3 E:3 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    4    4    168.0    0.05064405369475505    28.0    
S:3 E:1 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    4    4    113.28    0.034148561919891976    23.439999999999998    
S:1 E:4 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    10    10    405.99    0.11394912081319886    78.62666666666667    
S:4 E:3 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    10    10    405.99    0.008437661088786868    78.62666666666667    
S:3 E:4 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    10    10    229.07    0.0048111851010017295    70.17999999999999    
S:4 E:4 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    10    10    229.07    0.05697456040659943    70.17999999999999    
S:4 E:2 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    10    10    229.07    0.007268024610598477    70.17999999999999    
S:2 E:3 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    10    10    20.85    0.006285288806759779    70.17999999999999    
S:3 E:4 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    10    10    88.19    0.016875322177573735    73.21666666666667    
S:4 E:4 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    10    10    88.19    0.007901075281782915    73.21666666666667    
S:4 E:3 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    10    10    88.19    0.0018087162033841087    11.216666666666669    
S:3 E:1 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    10    10    85.99    0.025921917721499918    11.216666666666669    
S:1 E:4 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    10    10    76.99    0.006026039484274722    11.216666666666669    
S:4 E:4 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    10    10    76.99    0.005727601310716345    13.49666666666667    
S:4 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    10    10    76.99    0.01145520262143269    7.333333333333337    
S:3 E:4 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    10    10    224.99    0.05968763471167559    39.333333333333336    
S:4 E:3 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    10    10    224.99    0.008136208388222849    39.333333333333336    
S:3 E:2 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    10    10    99.96    0.03013321194837925    44.49666666666667    
S:2 E:3 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    10    10    35.98    0.01084626816629337    47.326666666666675    
S:3 E:4 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    10    10    667.98    0.053957018873953606    47.326666666666675    
S:4 E:4 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    10    10    667.98    0.0904327956421998    47.326666666666675    
S:4 E:0 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    10    10    667.98    0.05697456040659943    47.326666666666675    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    2    2    1100.0    0.10181818181818182    28.0    
S:4 E:0 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    2    2    1100.0    0.8981818181818182    28.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    10    10    405.99    0.18627296380982417    78.62666666666667    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 HONG KONG    <EXCEPTION>    1202.88    1    <EXCEPTION>    18.88    
S:2 E:2 HONG KONG    <EXCEPTION>    1202.88    3    <EXCEPTION>    186.88    
S:2 E:2 HONG KONG    <EXCEPTION>    1202.88    4    <EXCEPTION>    1174.88    
S:2 E:1 HONG KONG    <EXCEPTION>    1202.88    2    <EXCEPTION>    1202.88    
S:1 E:2 LONDON    <EXCEPTION>    596.8    6    <EXCEPTION>    27.99    
S:2 E:2 LONDON    <EXCEPTION>    596.8    4    <EXCEPTION>    52.099999999999994    
S:2 E:2 LONDON    <EXCEPTION>    596.8    9    <EXCEPTION>    241.1    
S:2 E:2 LONDON    <EXCEPTION>    596.8    1    <EXCEPTION>    243.76    
S:2 E:2 LONDON    <EXCEPTION>    596.8    9    <EXCEPTION>    432.76    
S:2 E:2 LONDON    <EXCEPTION>    596.8    2    <EXCEPTION>    435.76    
S:2 E:2 LONDON    <EXCEPTION>    596.8    5    <EXCEPTION>    461.96999999999997    
S:2 E:2 LONDON    <EXCEPTION>    596.8    6    <EXCEPTION>    489.96    
S:2 E:2 LONDON    <EXCEPTION>    596.8    3    <EXCEPTION>    510.81    
S:2 E:1 LONDON    <EXCEPTION>    596.8    8    <EXCEPTION>    596.8    
S:1 E:2 NEW YORK    <EXCEPTION>    875.94    4    <EXCEPTION>    19.99    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    7    <EXCEPTION>    118.99    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    5    <EXCEPTION>    143.98    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    1    <EXCEPTION>    153.48    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    1    <EXCEPTION>    162.98    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    6    <EXCEPTION>    189.97    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    3    <EXCEPTION>    207.96    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    9    <EXCEPTION>    396.96000000000004    
S:2 E:2 NEW YORK    <EXCEPTION>    875.94    10    <EXCEPTION>    696.95    
S:2 E:0 NEW YORK    <EXCEPTION>    875.94    8    <EXCEPTION>    875.94    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    1    1    378.0    1.0    189.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    1    1    112.0    1.0    28.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    4    4    1100.0    0.33159797062041996    1.0000000000000004    
S:4 E:3 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    4    4    1100.0    0.33159797062041996    1.0000000000000004    
S:3 E:3 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    4    4    168.0    0.05064405369475505    1.0000000000000004    
S:3 E:1 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    4    4    113.28    0.034148561919891976    1.0000000000000004    
S:1 E:4 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    10    10    405.99    0.12238678190198572    1.0000000000000004    
S:4 E:3 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    10    10    405.99    0.12238678190198572    1.0000000000000004    
S:3 E:4 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    10    10    229.07    0.06905377011819963    1.0000000000000004    
S:4 E:4 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    10    10    229.07    0.06905377011819963    1.0000000000000004    
S:4 E:2 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    10    10    229.07    0.06905377011819963    1.0000000000000004    
S:2 E:3 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    10    10    20.85    0.006285288806759779    1.0000000000000004    
S:3 E:4 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    10    10    88.19    0.02658511366274076    1.0000000000000004    
S:4 E:4 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    10    10    88.19    0.02658511366274076    1.0000000000000004    
S:4 E:3 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    10    10    88.19    0.02658511366274076    1.0000000000000004    
S:3 E:1 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    10    10    85.99    0.025921917721499918    1.0000000000000004    
S:1 E:4 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    10    10    76.99    0.023208843416423753    1.0000000000000004    
S:4 E:4 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    10    10    76.99    0.023208843416423753    1.0000000000000004    
S:4 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    10    10    76.99    0.023208843416423753    1.0000000000000004    
S:3 E:4 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    10    10    224.99    0.06782384309989845    1.0000000000000004    
S:4 E:3 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    10    10    224.99    0.06782384309989845    1.0000000000000004    
S:3 E:2 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    10    10    99.96    0.03013321194837925    1.0000000000000004    
S:2 E:3 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    10    10    35.98    0.01084626816629337    1.0000000000000004    
S:3 E:4 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    10    10    667.98    0.20136437492275283    1.0000000000000004    
S:4 E:4 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    10    10    667.98    0.20136437492275283    1.0000000000000004    
S:4 E:0 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    10    10    667.98    0.20136437492275283    1.0000000000000004    

Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 s - in org.eclipse.birt.data.engine.impl.binding.AggregationTest
test11(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.09 s
test1(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.085 s
test2(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.108 s
test3(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.104 s
test4(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.118 s
test5(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.069 s
test6(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.074 s
test7(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.065 s
test8(org.eclipse.birt.data.engine.impl.binding.AggregationTest)  Time elapsed: 0.084 s
Running org.eclipse.birt.data.engine.impl.util.DirectedGraphTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.impl.util.DirectedGraphTest
testValidateCycle(org.eclipse.birt.data.engine.impl.util.DirectedGraphTest)  Time elapsed: 0.001 s
testFlattenNodesByDependency(org.eclipse.birt.data.engine.impl.util.DirectedGraphTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.impl.AggregationTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    1    
S:1 E:1 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    2    
S:1 E:0 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    3    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    4.345112196480086    
S:2 E:2 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    13.67040599250805    
S:2 E:2 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    34.27652257741441    
S:2 E:1 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    34.68256045911259    
S:1 E:2 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    5.290557626564519    
S:2 E:2 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    7.218032973047435    
S:2 E:2 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    15.527395145355193    
S:2 E:2 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    15.612815249018993    
S:2 E:2 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    20.80288441538817    
S:2 E:2 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    20.874865269026287    
S:2 E:2 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    21.49348738571756    
S:2 E:2 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    22.13504009483606    
S:2 E:2 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    22.601106167619317    
S:2 E:1 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    24.42949037536395    
S:1 E:2 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    4.471017781221631    
S:2 E:2 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    10.90825375575761    
S:2 E:2 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    11.999166637729472    
S:2 E:2 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    12.388704532758863    
S:2 E:2 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    12.766362050325847    
S:2 E:2 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    13.782960494755834    
S:2 E:2 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    14.420818284688286    
S:2 E:2 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    19.923855048659636    
S:2 E:2 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    26.399810605381244    
S:2 E:0 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    29.59628355047302    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    4    4    1100.0    0.03376270246317003    28.0    
S:4 E:3 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    4    4    1100.0    0.2978352681572499    28.0    
S:3 E:3 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    4    4    168.0    0.05064405369475505    28.0    
S:3 E:1 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    4    4    113.28    0.034148561919891976    23.439999999999998    
S:1 E:4 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    10    10    405.99    0.11394912081319886    78.62666666666667    
S:4 E:3 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    10    10    405.99    0.008437661088786868    78.62666666666667    
S:3 E:4 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    10    10    229.07    0.0048111851010017295    70.17999999999999    
S:4 E:4 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    10    10    229.07    0.05697456040659943    70.17999999999999    
S:4 E:2 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    10    10    229.07    0.007268024610598477    70.17999999999999    
S:2 E:3 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    10    10    20.85    0.006285288806759779    70.17999999999999    
S:3 E:4 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    10    10    88.19    0.016875322177573735    73.21666666666667    
S:4 E:4 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    10    10    88.19    0.007901075281782915    73.21666666666667    
S:4 E:3 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    10    10    88.19    0.0018087162033841087    11.216666666666669    
S:3 E:1 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    10    10    85.99    0.025921917721499918    11.216666666666669    
S:1 E:4 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    10    10    76.99    0.006026039484274722    11.216666666666669    
S:4 E:4 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    10    10    76.99    0.005727601310716345    13.49666666666667    
S:4 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    10    10    76.99    0.01145520262143269    7.333333333333337    
S:3 E:4 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    10    10    224.99    0.05968763471167559    39.333333333333336    
S:4 E:3 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    10    10    224.99    0.008136208388222849    39.333333333333336    
S:3 E:2 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    10    10    99.96    0.03013321194837925    44.49666666666667    
S:2 E:3 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    10    10    35.98    0.01084626816629337    47.326666666666675    
S:3 E:4 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    10    10    667.98    0.053957018873953606    47.326666666666675    
S:4 E:4 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    10    10    667.98    0.0904327956421998    47.326666666666675    
S:4 E:0 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    10    10    667.98    0.05697456040659943    47.326666666666675    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    1    
S:2 E:2 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    2    
S:2 E:2 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    3    
S:2 E:1 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    4    
S:1 E:2 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    1    
S:2 E:2 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    2    
S:2 E:2 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    3    
S:2 E:2 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    4    
S:2 E:2 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    5    
S:2 E:2 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    6    
S:2 E:2 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    6    
S:2 E:2 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    8    
S:2 E:2 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    9    
S:2 E:1 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    9    
S:1 E:2 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    1    
S:2 E:2 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    1    
S:2 E:2 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    3    
S:2 E:2 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    4    
S:2 E:2 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    5    
S:2 E:2 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    6    
S:2 E:2 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    7    
S:2 E:2 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    8    
S:2 E:2 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    9    
S:2 E:0 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    10    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    1    18.88    
S:3 E:3 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    2    46.879999999999995    
S:3 E:3 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    3    214.88    
S:3 E:1 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    4    1202.88    
S:1 E:3 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    1    2.66    
S:3 E:3 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    4    26.77    
S:3 E:3 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    6    54.76    
S:3 E:3 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    9    243.76    
S:3 E:2 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    9    432.76    
S:2 E:3 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    2    3.0    
S:3 E:3 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    3    23.85    
S:3 E:3 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    5    50.06    
S:3 E:3 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    6    78.05    
S:3 E:1 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    8    164.04    
S:1 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    1    9.5    
S:3 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    1    19.0    
S:3 E:3 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    4    38.989999999999995    
S:3 E:3 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    5    63.97999999999999    
S:3 E:3 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    6    90.96999999999998    
S:3 E:2 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    7    189.96999999999997    
S:2 E:3 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    3    17.99    
S:3 E:3 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    8    196.98000000000002    
S:3 E:3 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    9    385.98    
S:3 E:0 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    10    685.97    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    4.345112196480086    
S:3 E:3 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    13.67040599250805    
S:3 E:3 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    34.27652257741441    
S:3 E:1 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    34.68256045911259    
S:1 E:3 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    5.290557626564519    
S:3 E:3 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    7.218032973047435    
S:3 E:3 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    15.527395145355193    
S:3 E:3 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    15.612815249018993    
S:3 E:2 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    20.80288441538817    
S:2 E:3 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    1.7320508075688772    
S:3 E:3 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    5.404627646748664    
S:3 E:3 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    7.563068160475615    
S:3 E:3 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    8.834591105421914    
S:3 E:1 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    12.807810117268293    
S:1 E:3 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    4.471017781221631    
S:3 E:3 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    10.90825375575761    
S:3 E:3 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    11.999166637729472    
S:3 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    12.388704532758863    
S:3 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    12.766362050325847    
S:3 E:2 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    13.782960494755834    
S:2 E:3 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    4.241462012089699    
S:3 E:3 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    14.38714704171748    
S:3 E:3 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    22.516216378423795    
S:3 E:0 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    26.191028998494886    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 HONG KONG    Central    2004-12-11 00:00:00.0    99842783    18.88    6    1    4.345112196480086    
S:3 E:3 HONG KONG    Central    2004-10-01 00:00:00.0    T55224    28.0    4    2    6.846897107449475    
S:3 E:3 HONG KONG    Central    2004-11-20 00:00:00.0    U882X223    168.0    1    3    14.658785761446955    
S:3 E:1 HONG KONG    Central    2004-10-27 00:00:00.0    8845613D    988.0    1    4    34.68256045911259    
S:1 E:3 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    1    1.6309506430300091    
S:3 E:3 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    4    5.173973328110612    
S:3 E:3 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    6    7.3999999999999995    
S:3 E:3 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    9    15.612815249018993    
S:3 E:2 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    9    20.80288441538817    
S:2 E:3 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    2    1.7320508075688772    
S:3 E:3 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    3    4.883646178829912    
S:3 E:3 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    5    7.075309180523492    
S:3 E:3 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    6    8.834591105421914    
S:3 E:1 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    8    12.807810117268291    
S:1 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    2    1    3.082207001484488    
S:3 E:3 NEW YORK    5th Ave    2004-10-05 00:00:00.0    666440002    9.5    4    1    4.358898943540674    
S:3 E:3 NEW YORK    5th Ave    2004-10-01 00:00:00.0    4422236S    19.99    1    4    6.244197306299665    
S:3 E:3 NEW YORK    5th Ave    2004-12-11 00:00:00.0    T55224    24.99    4    5    7.998749902328488    
S:3 E:3 NEW YORK    5th Ave    2004-11-19 00:00:00.0    5112007    26.99    1    6    9.537819457297354    
S:3 E:2 NEW YORK    5th Ave    2004-11-02 00:00:00.0    665523600    99.0    2    7    13.782960494755834    
S:2 E:3 NEW YORK    Chelsea    2004-11-27 00:00:00.0    4422236S    17.99    2    3    4.241462012089699    
S:3 E:3 NEW YORK    Chelsea    2004-12-01 00:00:00.0    5523330M    178.99    1    8    14.034956359034396    
S:3 E:3 NEW YORK    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    9    19.64637371119668    
S:3 E:0 NEW YORK    Chelsea    2004-12-02 00:00:00.0    6772344S    299.99    1    10    26.191028998494886    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 LONDON    Chelsea    2004-12-01 00:00:00.0    9774422322    2.66    6    1    
S:2 E:2 LONDON    West End    2004-11-28 00:00:00.0    9774422322    3.0    2    2    
S:2 E:2 LONDON    West End    2004-10-21 00:00:00.0    4422236S    20.85    1    3    
S:2 E:2 LONDON    Chelsea    2004-12-22 00:00:00.0    4423T662    24.11    1    4    
S:2 E:2 LONDON    West End    2004-11-22 00:00:00.0    4423T662    26.21    1    5    
S:2 E:2 LONDON    Chelsea    2004-11-12 00:00:00.0    T55224    27.99    1    6    
S:2 E:2 LONDON    West End    2004-11-01 00:00:00.0    T55224    27.99    2    6    
S:2 E:2 LONDON    West End    2004-12-22 00:00:00.0    89444221P    85.99    1    8    
S:2 E:2 LONDON    Chelsea    2004-11-02 00:00:00.0    U882X223    189.0    2    9    
S:2 E:0 LONDON    Chelsea    2004-12-20 00:00:00.0    U882X223    189.0    1    9    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.989 s - in org.eclipse.birt.data.engine.impl.AggregationTest
testTed49051(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.096 s
test10(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.103 s
test1(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.122 s
test3(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.104 s
test4(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.108 s
test5(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.069 s
test6(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.065 s
test7(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.073 s
test8(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.079 s
test9(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.082 s
testSCR74988(org.eclipse.birt.data.engine.impl.AggregationTest)  Time elapsed: 0.087 s
Running org.eclipse.birt.data.engine.impl.ConfigFileParserTest
{report}
	value:
	{dataset}
		value:
		[id]:dset1
		{mode}
			value:expire
		{query-text}
			value:select * from BBHEGDCGHEBEA where ${timestamp-column}$ >=date('${date}$')
		{parameter}
			value:
			{param1}
				value:value1
			{param2}
				value:value2
		{timestamp-column}
			value:timestamp
		{timestamp-format}
			value:yy-MM-dd hh:mm:ss
	{dataset}
		value:
		[id]:dset2
		{mode}
			value:persistent
		{query-text}
			value:select * from BBHEGDCGHEBEA where ${timestamp-column}$ >=date('${date}$')
		{parameter}
			value:
			{param1}
				value:value1
			{param2}
				value:value2
		{timestamp-column}
			value:timestamp
		{timestamp-format}
			value:yy-MM-dd hh:mm:ss
	{dataset}
		value:
		[id]:dset3
		{mode}
			value:persistent
		{query-text}
			value:select * from BBHEGDCGHEBEA where ${timestamp-column}$ >=date('${date}$')
		{parameter}
			value:
			{param1}
				value:value1
			{param2}
				value:value2
		{timestamp-column}
			value:timestamp1
		{timestamp-format}
			value:yy-MM-dd
	{dataset}
		value:
		[id]:dset4
		{mode}
			value:persistent
		{query-text}
			value:select * from BBHEGDCGHEBEA where ${timestamp-column}$ >=date('${date}$')
		{parameter}
			value:
			{param1}
				value:value1
			{param2}
				value:value2
		{timestamp-column}
			value:timestamp2
		{timestamp-format}
			value:yy-MM-dd
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.birt.data.engine.impl.ConfigFileParserTest
testGetTSFormatByID(org.eclipse.birt.data.engine.impl.ConfigFileParserTest)  Time elapsed: 0.002 s
testGetParametersByID(org.eclipse.birt.data.engine.impl.ConfigFileParserTest)  Time elapsed: 0.002 s
testGetQueryTextByID(org.eclipse.birt.data.engine.impl.ConfigFileParserTest)  Time elapsed: 0.002 s
testGetTimeStampColumnByID(org.eclipse.birt.data.engine.impl.ConfigFileParserTest)  Time elapsed: 0.002 s
testParseXML2DOM(org.eclipse.birt.data.engine.impl.ConfigFileParserTest)  Time elapsed: 0.003 s
testGetModeByID(org.eclipse.birt.data.engine.impl.ConfigFileParserTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
sub query data
0    0    0    1    
0    0    0    2    

sub query of sub query data
0    0    0    0    
0    0    0    1    
0    0    0    2    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
query data
0    0    0    1    
0    0    0    2    
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    0    0    
0    1    0    1    
0    1    0    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    1    2    0    
0    1    2    1    
0    1    2    2    
0    2    0    0    
0    2    0    1    
0    2    0    2    
0    2    1    0    
0    2    1    1    
0    2    1    2    
0    2    2    0    
0    2    2    1    
0    2    2    2    
1    0    0    0    
1    0    0    1    
1    0    0    2    
1    0    1    0    
1    0    1    1    
1    0    1    2    
1    0    2    0    
1    0    2    1    
1    0    2    2    
1    1    0    0    
1    1    0    1    
1    1    0    2    
1    1    1    0    
1    1    1    1    
1    1    1    2    
1    1    2    0    
1    1    2    1    
1    1    2    2    
1    2    0    0    
1    2    0    1    
1    2    0    2    
1    2    1    0    
1    2    1    1    
1    2    1    2    
1    2    2    0    
1    2    2    1    
1    2    2    2    
2    0    0    0    
2    0    0    1    
2    0    0    2    
2    0    1    0    
2    0    1    1    
2    0    1    2    
2    0    2    0    
2    0    2    1    
2    0    2    2    
2    1    0    0    
2    1    0    1    
2    1    0    2    
2    1    1    0    
2    1    1    1    
2    1    1    2    
2    1    2    0    
2    1    2    1    
2    1    2    2    
2    2    0    0    
2    2    0    1    
2    2    0    2    
2    2    1    0    
2    2    1    1    
2    2    1    2    
2    2    2    0    
2    2    2    1    
2    2    2    2    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:13 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
query data
0    0    0    0    
0    0    0    1    
0    0    0    2    
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    0    0    
0    1    0    1    
0    1    0    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    1    2    0    
0    1    2    1    
0    1    2    2    
0    2    0    0    
0    2    0    1    
0    2    0    2    
0    2    1    0    
0    2    1    1    
0    2    1    2    
0    2    2    0    
0    2    2    1    
0    2    2    2    
1    0    0    0    
1    0    0    1    
1    0    0    2    
1    0    1    0    
1    0    1    1    
1    0    1    2    
1    0    2    0    
1    0    2    1    
1    0    2    2    
1    1    0    0    
1    1    0    1    
1    1    0    2    
1    1    1    0    
1    1    1    1    
1    1    1    2    
1    1    2    0    
1    1    2    1    
1    1    2    2    
1    2    0    0    
1    2    0    1    
1    2    0    2    
1    2    1    0    
1    2    1    1    
1    2    1    2    
1    2    2    0    
1    2    2    1    
1    2    2    2    
2    0    0    0    
2    0    0    1    
2    0    0    2    
2    0    1    0    
2    0    1    1    
2    0    1    2    
2    0    2    0    
2    0    2    1    
2    0    2    2    
2    1    0    0    
2    1    0    1    
2    1    0    2    
2    1    1    0    
2    1    1    1    
2    1    1    2    
2    1    2    0    
2    1    2    1    
2    1    2    2    
2    2    0    0    
2    2    0    1    
2    2    0    2    
2    2    1    0    
2    2    1    1    
2    2    1    2    
2    2    2    0    
2    2    2    1    
2    2    2    2    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:14 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:14 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:14 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
query data
0    0    0    0    
0    0    0    1    
0    0    0    2    
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    0    0    
0    1    0    1    
0    1    0    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    1    2    0    
0    1    2    1    
0    1    2    2    
0    2    0    0    
0    2    0    1    
0    2    0    2    
0    2    1    0    
0    2    1    1    
0    2    1    2    
0    2    2    0    
0    2    2    1    
0    2    2    2    
1    0    0    0    
1    0    0    1    
1    0    0    2    
1    0    1    0    
1    0    1    1    
1    0    1    2    
1    0    2    0    
1    0    2    1    
1    0    2    2    
1    1    0    0    
1    1    0    1    
1    1    0    2    
1    1    1    0    
1    1    1    1    
1    1    1    2    
1    1    2    0    
1    1    2    1    
1    1    2    2    
1    2    0    0    
1    2    0    1    
1    2    0    2    
1    2    1    0    
1    2    1    1    
1    2    1    2    
1    2    2    0    
1    2    2    1    
1    2    2    2    
2    0    0    0    
2    0    0    1    
2    0    0    2    
2    0    1    0    
2    0    1    1    
2    0    1    2    
2    0    2    0    
2    0    2    1    
2    0    2    2    
2    1    0    0    
2    1    0    1    
2    1    0    2    
2    1    1    0    
2    1    1    1    
2    1    1    2    
2    1    2    0    
2    1    2    1    
2    1    2    2    
2    2    0    0    
2    2    0    1    
2    2    0    2    
2    2    1    0    
2    2    1    1    
2    2    1    2    
2    2    2    0    
2    2    2    1    
2    2    2    2    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:14 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:14 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:14 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
query data
0    0    1    0    
0    0    1    1    
0    0    1    2    
0    1    1    0    
0    1    1    1    
0    1    1    2    
0    0    2    0    
0    0    2    1    
0    0    2    2    
0    1    2    0    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
0    0    0    0    
	0    0    0    0    0
		0    0    0    0    0	0	0	0	
		0    0    0    1    0	0	0	0	
		0    0    0    2    0	0	0	0	
		0    0    1    0    1	0	1	1	
		0    0    1    1    1	0	1	1	
		0    0    1    2    1	0	1	1	
		0    0    2    0    2	0	2	2	
		0    0    2    1    2	0	2	2	
		0    0    2    2    2	0	2	2	
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
0    0    0    0    
	0    0    0    0    9.0
org.eclipse.birt.data.engine.core.DataException: Column Binding "subsubBinding3" is incorrect:the parent query column bindings which include aggregations cannot be used in column bindings of subquery.
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.validateInParentQuery(ExprManagerUtil.java:231)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.checkColumnBindingExist(ExprManagerUtil.java:195)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.checkColumnBindingExpression(ExprManagerUtil.java:158)
	at org.eclipse.birt.data.engine.impl.ExprManagerUtil.validateColumnBinding(ExprManagerUtil.java:73)
	at org.eclipse.birt.data.engine.impl.ExprManager.validateColumnBinding(ExprManager.java:187)
	at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.validateQuery(ServiceForQueryResults.java:853)
	at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:167)
	at org.eclipse.birt.data.engine.impl.ResultIterator.getSecondaryIterator(ResultIterator.java:821)
	at org.eclipse.birt.data.engine.binding.SubQueryTest.useParentColumnBindings(SubQueryTest.java:374)
	at org.eclipse.birt.data.engine.binding.SubQueryTest.testUseParentColumnBindingWithAggregation(SubQueryTest.java:295)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.549 s - in org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest
test(org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest)  Time elapsed: 0.269 s
test2(org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest)  Time elapsed: 0.172 s
test3(org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest)  Time elapsed: 0.219 s
test4(org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest)  Time elapsed: 0.279 s
testMaxRow(org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest)  Time elapsed: 0.205 s
testUseParentColumnBindings(org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest)  Time elapsed: 0.186 s
testUseParentColumnBindingWithAggregation(org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest)  Time elapsed: 0.219 s
Running org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 4    4    US    New York    2004-05-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    
S:1 E:1 US    
S:1 E:1 US    
S:1 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    
S:1 E:1 US    
S:1 E:1 US    
S:1 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    1300.0    7600.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    1300.0    7600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    1300.0    7600.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    1300.0    7600.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    1300.0    7600.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    1300.0    7600.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    1300.0    7600.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    1300.0    7600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    2    4    8    7400.0    true    false    true    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.9459459459459459    0.9210526315789473    0.7865168539325843    1.0    1.0    1.0    1    1    1    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    1    3    5    7400.0    false    true    false    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.05405405405405406    0.05263157894736842    0.0449438202247191    0.0    0.6666666666666666    0.5714285714285714    2    2    2    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    1    1    1    200.0    true    true    true    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.013157894736842105    0.011235955056179775    0.0    0.0    0.0    1    3    3    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    1    1    1    200.0    false    false    false    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.013157894736842105    0.011235955056179775    0.0    0.0    0.0    2    4    4    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    2    4    7    1100.0    true    false    true    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.6363636363636364    0.5384615384615384    0.07865168539325842    1.0    1.0    0.8571428571428571    1    1    5    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    1    3    5    1100.0    false    true    false    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.36363636363636365    0.3076923076923077    0.0449438202247191    0.0    0.6666666666666666    0.5714285714285714    2    2    6    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    1    1    1    200.0    true    true    true    true    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.07692307692307693    0.011235955056179775    0.0    0.0    0.0    1    3    7    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    1    1    1    200.0    false    false    false    false    100.0    7000.0    250.0    100.0    100.0    100.0    0.5    0.07692307692307693    0.011235955056179775    0.0    0.0    0.0    2    4    8    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    <null>    600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    <null>    600.0    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    <null>    600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    <null>    200.0    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    <null>    200.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:2 E:2 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:2 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:1 E:2 US    New York    2004-05-01 00:00:00.0    100    
S:2 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:15 PM org.eclipse.birt.data.engine.impl.PreparedQueryUtil validateSort
WARNING: Sort Definition:row["foo"] is removed because it refers to an inexist column binding.
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    true    false    true    false    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    true    false    true    false    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    true    false    true    true    true    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    false    true    true    false    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    false    true    true    false    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    true    false    true    true    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    7000.0    
S:1 E:1 US    New York    2004-05-01 00:00:00.0    100    100.0    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    100.0    
S:1 E:2 US    Chicago    2004-03-02 00:00:00.0    700    800.0    
S:2 E:1 US    New York    2004-06-01 00:00:00.0    100    800.0    
S:1 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    500.0    
S:2 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    500.0    
S:1 E:0 US    Chicago    2004-05-05 00:00:00.0    400    400.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Can not convert the value of abc to Integer type.
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Can not convert the value of CHINA to Date type.
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 0    0    CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:3 E:1 1    1    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:3 2    2    US    Chicago    2004-05-05 00:00:00.0    400    
S:3 E:0 3    3    US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:1 1    1    CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:1 E:1 2    2    CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:1 3    3    US    New York    2004-06-01 00:00:00.0    100    
S:1 E:1 4    4    US    Chicago    2004-03-02 00:00:00.0    700    
S:1 E:1 5    5    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:1 6    6    US    New York    2004-05-01 00:00:00.0    100    
S:1 E:0 7    7    CHINA    Beijing    2004-01-01 00:00:00.0    7000    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:1 US    Chicago    2004-03-02 00:00:00.0    700    
S:1 E:1 US    New York    2004-06-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:1 E:1 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    true    false    true    false    
S:3 E:2 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    true    false    true    false    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    true    false    true    true    true    
S:1 E:3 US    Chicago    2004-05-05 00:00:00.0    400    true    false    true    true    false    
S:3 E:2 US    Chicago    2004-03-02 00:00:00.0    700    true    false    true    true    false    
S:2 E:3 US    New York    2004-06-01 00:00:00.0    100    true    false    true    true    true    
S:3 E:0 US    New York    2004-05-01 00:00:00.0    100    true    false    true    true    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    
S:1 E:1 1    
S:1 E:1 2    
S:1 E:1 3    
S:1 E:1 4    
S:1 E:1 5    
S:1 E:1 6    
S:1 E:1 7    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
          CHINA
          CHINA
          CHINA
          CHINA
          US
          US
          US
          US
S:1 E:0 4    4    US    New York    2004-05-01 00:00:00.0    100    
          CHINA
          CHINA
          CHINA
          CHINA
          US
          US
          US
          US

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINAUS    Chicago    2004-03-02 00:00:00.0    700    
US    New York    2004-06-01 00:00:00.0    100    
CHINA    Shanghai    2004-01-01 00:00:00.0    100    
CHINA    Beijing    2004-06-05 00:00:00.0    400    
US    Chicago    2004-05-05 00:00:00.0    400    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 40, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.646 s - in org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest
testSummaryTable(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.049 s
testPassThruContext(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.049 s
testRow0(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.054 s
testFetchRowLimit1(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.053 s
testFetchRowLimit2(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.046 s
testFetchRowLimit3(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.028 s
test11(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.031 s
test12(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.033 s
test14(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.033 s
test15(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.032 s
test16(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest) skipped
test17(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.032 s
test18(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.038 s
test19(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.042 s
test31(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.039 s
testResultIteratorFindGroup2(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.04 s
testResultIteratorFindGroup3(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.048 s
testRefToInvalidDataSetColumn(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.043 s
test10_DuplicateColName(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.045 s
testResultSetIteratorIsEmptyTrue(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.047 s
testAggrExprAndInconvertibleDataType(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.05 s
test1(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.049 s
test2(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.058 s
test3(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.052 s
test4(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.03 s
test6(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.029 s
test7(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.031 s
test8(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.044 s
test9(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.031 s
testBasicGetParameterMetaData1(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.033 s
testNestedDummyQuery(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.037 s
testRowIndex(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.041 s
testGroupWithNoDetails(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.039 s
testBasicGetParameterMetaDataDefaultValue(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.039 s
testSummaryTableWithSub(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.039 s
testExprTiming(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.059 s
testBasicGetParameterMetaData(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.049 s
testMoveto(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.047 s
testResultSetIteratorIsEmptyFalse(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.051 s
testResultIteratorFindGroup(org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest)  Time elapsed: 0.055 s
Running org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
COL0  COL1  COL2  COL3  cc1  cc2  
 0     2     0     0     81     6561    
 0     2     0     1     81     6561    
 0     2     0     2     81     6561    
 1     2     0     0     81     6561    
 1     2     0     1     81     6561    
 1     2     0     2     81     6561    
 2     2     0     0     81     6561    
 2     2     0     1     81     6561    
 2     2     0     2     81     6561    
 0     2     1     0     81     6561    
 0     2     1     1     81     6561    
 0     2     1     2     81     6561    
 1     2     1     0     81     6561    
 1     2     1     1     81     6561    
 1     2     1     2     81     6561    
 2     2     1     0     81     6561    
 2     2     1     1     81     6561    
 2     2     1     2     81     6561    
 0     2     2     0     81     6561    
 0     2     2     1     81     6561    
 0     2     2     2     81     6561    
 1     2     2     0     81     6561    
 1     2     2     1     81     6561    
 1     2     2     2     81     6561    
 2     2     2     0     81     6561    
 2     2     2     1     81     6561    
 2     2     2     2     81     6561    
 0     1     0     0     81     6561    
 0     1     0     1     81     6561    
 0     1     0     2     81     6561    
 1     1     0     0     81     6561    
 1     1     0     1     81     6561    
 1     1     0     2     81     6561    
 2     1     0     0     81     6561    
 2     1     0     1     81     6561    
 2     1     0     2     81     6561    
 0     1     1     0     81     6561    
 0     1     1     1     81     6561    
 0     1     1     2     81     6561    
 1     1     1     0     81     6561    
 1     1     1     1     81     6561    
 1     1     1     2     81     6561    
 2     1     1     0     81     6561    
 2     1     1     1     81     6561    
 2     1     1     2     81     6561    
 0     1     2     0     81     6561    
 0     1     2     1     81     6561    
 0     1     2     2     81     6561    
 1     1     2     0     81     6561    
 1     1     2     1     81     6561    
 1     1     2     2     81     6561    
 2     1     2     0     81     6561    
 2     1     2     1     81     6561    
 2     1     2     2     81     6561    
 0     0     0     0     81     6561    
 0     0     0     1     81     6561    
 0     0     0     2     81     6561    
 1     0     0     0     81     6561    
 1     0     0     1     81     6561    
 1     0     0     2     81     6561    
 2     0     0     0     81     6561    
 2     0     0     1     81     6561    
 2     0     0     2     81     6561    
 0     0     1     0     81     6561    
 0     0     1     1     81     6561    
 0     0     1     2     81     6561    
 1     0     1     0     81     6561    
 1     0     1     1     81     6561    
 1     0     1     2     81     6561    
 2     0     1     0     81     6561    
 2     0     1     1     81     6561    
 2     0     1     2     81     6561    
 0     0     2     0     81     6561    
 0     0     2     1     81     6561    
 0     0     2     2     81     6561    
 1     0     2     0     81     6561    
 1     0     2     1     81     6561    
 1     0     2     2     81     6561    
 2     0     2     0     81     6561    
 2     0     2     1     81     6561    
 2     0     2     2     81     6561    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
COL0  COL1  COL2  COL3  cc1  cc2  cc3  cc4  
 0     0     0     0     0     243     324     324    
 0     0     0     1     0     243     324     324    
 0     0     0     2     0     243     324     324    
 0     0     1     0     0     243     324     324    
 0     0     1     1     0     243     324     324    
 0     0     1     2     0     243     324     324    
 0     0     2     0     0     243     324     324    
 0     0     2     1     0     243     324     324    
 0     0     2     2     0     243     324     324    
 0     1     0     0     1     243     324     324    
 0     1     0     1     1     243     324     324    
 0     1     0     2     1     243     324     324    
 0     1     1     0     1     243     324     324    
 0     1     1     1     1     243     324     324    
 0     1     1     2     1     243     324     324    
 0     1     2     0     1     243     324     324    
 0     1     2     1     1     243     324     324    
 0     1     2     2     1     243     324     324    
 0     2     0     0     2     243     324     324    
 0     2     0     1     2     243     324     324    
 0     2     0     2     2     243     324     324    
 0     2     1     0     2     243     324     324    
 0     2     1     1     2     243     324     324    
 0     2     1     2     2     243     324     324    
 0     2     2     0     2     243     324     324    
 0     2     2     1     2     243     324     324    
 0     2     2     2     2     243     324     324    
 1     0     0     0     1     243     324     324    
 1     0     0     1     1     243     324     324    
 1     0     0     2     1     243     324     324    
 1     0     1     0     1     243     324     324    
 1     0     1     1     1     243     324     324    
 1     0     1     2     1     243     324     324    
 1     0     2     0     1     243     324     324    
 1     0     2     1     1     243     324     324    
 1     0     2     2     1     243     324     324    
 1     1     0     0     2     243     324     324    
 1     1     0     1     2     243     324     324    
 1     1     0     2     2     243     324     324    
 1     1     1     0     2     243     324     324    
 1     1     1     1     2     243     324     324    
 1     1     1     2     2     243     324     324    
 1     1     2     0     2     243     324     324    
 1     1     2     1     2     243     324     324    
 1     1     2     2     2     243     324     324    
 1     2     0     0     3     243     324     324    
 1     2     0     1     3     243     324     324    
 1     2     0     2     3     243     324     324    
 1     2     1     0     3     243     324     324    
 1     2     1     1     3     243     324     324    
 1     2     1     2     3     243     324     324    
 1     2     2     0     3     243     324     324    
 1     2     2     1     3     243     324     324    
 1     2     2     2     3     243     324     324    
 2     0     0     0     2     243     324     324    
 2     0     0     1     2     243     324     324    
 2     0     0     2     2     243     324     324    
 2     0     1     0     2     243     324     324    
 2     0     1     1     2     243     324     324    
 2     0     1     2     2     243     324     324    
 2     0     2     0     2     243     324     324    
 2     0     2     1     2     243     324     324    
 2     0     2     2     2     243     324     324    
 2     1     0     0     3     243     324     324    
 2     1     0     1     3     243     324     324    
 2     1     0     2     3     243     324     324    
 2     1     1     0     3     243     324     324    
 2     1     1     1     3     243     324     324    
 2     1     1     2     3     243     324     324    
 2     1     2     0     3     243     324     324    
 2     1     2     1     3     243     324     324    
 2     1     2     2     3     243     324     324    
 2     2     0     0     4     243     324     324    
 2     2     0     1     4     243     324     324    
 2     2     0     2     4     243     324     324    
 2     2     1     0     4     243     324     324    
 2     2     1     1     4     243     324     324    
 2     2     1     2     4     243     324     324    
 2     2     2     0     4     243     324     324    
 2     2     2     1     4     243     324     324    
 2     2     2     2     4     243     324     324    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
COL0  COL1  COL2  COL3  cc1  cc2  cc3  cc4  cc5  
 0     0     0     0     0     243     324     324     324    
 0     0     0     1     0     243     324     324     324    
 0     0     0     2     0     243     324     324     324    
 0     0     1     0     0     243     324     324     324    
 0     0     1     1     0     243     324     324     324    
 0     0     1     2     0     243     324     324     324    
 0     0     2     0     0     243     324     324     324    
 0     0     2     1     0     243     324     324     324    
 0     0     2     2     0     243     324     324     324    
 0     1     0     0     1     243     324     324     324    
 0     1     0     1     1     243     324     324     324    
 0     1     0     2     1     243     324     324     324    
 0     1     1     0     1     243     324     324     324    
 0     1     1     1     1     243     324     324     324    
 0     1     1     2     1     243     324     324     324    
 0     1     2     0     1     243     324     324     324    
 0     1     2     1     1     243     324     324     324    
 0     1     2     2     1     243     324     324     324    
 0     2     0     0     2     243     324     324     324    
 0     2     0     1     2     243     324     324     324    
 0     2     0     2     2     243     324     324     324    
 0     2     1     0     2     243     324     324     324    
 0     2     1     1     2     243     324     324     324    
 0     2     1     2     2     243     324     324     324    
 0     2     2     0     2     243     324     324     324    
 0     2     2     1     2     243     324     324     324    
 0     2     2     2     2     243     324     324     324    
 1     0     0     0     1     243     324     324     324    
 1     0     0     1     1     243     324     324     324    
 1     0     0     2     1     243     324     324     324    
 1     0     1     0     1     243     324     324     324    
 1     0     1     1     1     243     324     324     324    
 1     0     1     2     1     243     324     324     324    
 1     0     2     0     1     243     324     324     324    
 1     0     2     1     1     243     324     324     324    
 1     0     2     2     1     243     324     324     324    
 1     1     0     0     2     243     324     324     324    
 1     1     0     1     2     243     324     324     324    
 1     1     0     2     2     243     324     324     324    
 1     1     1     0     2     243     324     324     324    
 1     1     1     1     2     243     324     324     324    
 1     1     1     2     2     243     324     324     324    
 1     1     2     0     2     243     324     324     324    
 1     1     2     1     2     243     324     324     324    
 1     1     2     2     2     243     324     324     324    
 1     2     0     0     3     243     324     324     324    
 1     2     0     1     3     243     324     324     324    
 1     2     0     2     3     243     324     324     324    
 1     2     1     0     3     243     324     324     324    
 1     2     1     1     3     243     324     324     324    
 1     2     1     2     3     243     324     324     324    
 1     2     2     0     3     243     324     324     324    
 1     2     2     1     3     243     324     324     324    
 1     2     2     2     3     243     324     324     324    
 2     0     0     0     2     243     324     324     324    
 2     0     0     1     2     243     324     324     324    
 2     0     0     2     2     243     324     324     324    
 2     0     1     0     2     243     324     324     324    
 2     0     1     1     2     243     324     324     324    
 2     0     1     2     2     243     324     324     324    
 2     0     2     0     2     243     324     324     324    
 2     0     2     1     2     243     324     324     324    
 2     0     2     2     2     243     324     324     324    
 2     1     0     0     3     243     324     324     324    
 2     1     0     1     3     243     324     324     324    
 2     1     0     2     3     243     324     324     324    
 2     1     1     0     3     243     324     324     324    
 2     1     1     1     3     243     324     324     324    
 2     1     1     2     3     243     324     324     324    
 2     1     2     0     3     243     324     324     324    
 2     1     2     1     3     243     324     324     324    
 2     1     2     2     3     243     324     324     324    
 2     2     0     0     4     243     324     324     324    
 2     2     0     1     4     243     324     324     324    
 2     2     0     2     4     243     324     324     324    
 2     2     1     0     4     243     324     324     324    
 2     2     1     1     4     243     324     324     324    
 2     2     1     2     4     243     324     324     324    
 2     2     2     0     4     243     324     324     324    
 2     2     2     1     4     243     324     324     324    
 2     2     2     2     4     243     324     324     324    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  
 2     0     0     0     <null>    
 2     0     0     1     <null>    
 2     0     0     2     <null>    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:17 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
COL0  COL1  COL2  COL3  ccc  ccc2  
 0     0     0     0     0     162    
 0     0     1     0     0     162    
 0     0     2     0     0     162    
 0     1     0     0     1     162    
 0     1     1     0     1     162    
 0     1     2     0     1     162    
 1     0     0     0     1     162    
 1     0     1     0     1     162    
 1     0     2     0     1     162    
 0     0     0     1     0     324    
 0     0     1     1     0     324    
 0     0     2     1     0     324    
 0     1     0     1     1     324    
 0     1     1     1     1     324    
 0     1     2     1     1     324    
 1     0     0     1     1     324    
 1     0     1     1     1     324    
 1     0     2     1     1     324    
 0     0     0     2     0     486    
 0     0     1     2     0     486    
 0     0     2     2     0     486    
 0     1     0     2     1     486    
 0     1     1     2     1     486    
 0     1     2     2     1     486    
 1     0     0     2     1     486    
 1     0     1     2     1     486    
 1     0     2     2     1     486    
 0     2     0     0     2     162    
 0     2     1     0     2     162    
 0     2     2     0     2     162    
 1     1     0     0     2     162    
 1     1     1     0     2     162    
 1     1     2     0     2     162    
 1     2     0     0     3     162    
 1     2     1     0     3     162    
 1     2     2     0     3     162    
 2     0     0     0     2     162    
 2     0     1     0     2     162    
 2     0     2     0     2     162    
 2     1     0     0     3     162    
 2     1     1     0     3     162    
 2     1     2     0     3     162    
 0     2     0     1     2     324    
 0     2     1     1     2     324    
 0     2     2     1     2     324    
 1     1     0     1     2     324    
 1     1     1     1     2     324    
 1     1     2     1     2     324    
 1     2     0     1     3     324    
 1     2     1     1     3     324    
 1     2     2     1     3     324    
 2     0     0     1     2     324    
 2     0     1     1     2     324    
 2     0     2     1     2     324    
 2     1     0     1     3     324    
 2     1     1     1     3     324    
 2     1     2     1     3     324    
 0     2     0     2     2     486    
 0     2     1     2     2     486    
 0     2     2     2     2     486    
 1     1     0     2     2     486    
 1     1     1     2     2     486    
 1     1     2     2     2     486    
 1     2     0     2     3     486    
 1     2     1     2     3     486    
 1     2     2     2     3     486    
 2     0     0     2     2     486    
 2     0     1     2     2     486    
 2     0     2     2     2     486    
 2     1     0     2     3     486    
 2     1     1     2     3     486    
 2     1     2     2     3     486    
 2     2     0     0     4     162    
 2     2     1     0     4     162    
 2     2     2     0     4     162    
 2     2     0     1     4     324    
 2     2     1     1     4     324    
 2     2     2     1     4     324    
 2     2     0     2     4     486    
 2     2     1     2     4     486    
 2     2     2     2     4     486    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  
 2     0     0     0     <null>    
 2     0     0     1     <null>    
 2     0     0     2     <null>    
 2     0     1     0     <null>    
 2     0     1     1     <null>    
 2     0     1     2     <null>    
 2     0     2     0     <null>    
 2     0     2     1     <null>    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  
 2     0     0     0     true    
 2     0     0     1     true    
 2     0     0     2     true    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     0     0     1    
 0     0     0     1     0     0     2    
 0     0     0     2     0     0     3    
 0     0     1     0     0     0     4    
 0     0     1     1     0     0     5    
 0     0     1     2     0     0     6    
 0     0     2     0     0     0     7    
 0     0     2     1     0     0     8    
 0     0     2     2     0     0     9    
 0     1     0     0     1     0     10    
 0     1     0     1     1     1     11    
 0     1     0     2     1     1     12    
 0     1     1     0     1     2     13    
 0     1     1     1     1     3     14    
 0     1     1     2     1     3     15    
 0     1     2     0     1     4     16    
 0     1     2     1     1     4     17    
 0     1     2     2     1     5     18    
 0     2     0     0     2     6     19    
 0     2     0     1     2     8     20    
 0     2     0     2     2     9     21    
 0     2     1     0     2     10     22    
 0     2     1     1     2     11     23    
 0     2     1     2     2     12     24    
 0     2     2     0     2     14     25    
 0     2     2     1     2     15     26    
 0     2     2     2     2     16     27    
 1     0     0     0     1     17     28    
 1     0     0     1     1     17     29    
 1     0     0     2     1     18     30    
 1     0     1     0     1     19     31    
 1     0     1     1     1     19     32    
 1     0     1     2     1     20     33    
 1     0     2     0     1     20     34    
 1     0     2     1     1     21     35    
 1     0     2     2     1     22     36    
 1     1     0     0     2     23     37    
 1     1     0     1     2     24     38    
 1     1     0     2     2     25     39    
 1     1     1     0     2     27     40    
 1     1     1     1     2     28     41    
 1     1     1     2     2     29     42    
 1     1     2     0     2     30     43    
 1     1     2     1     2     32     44    
 1     1     2     2     2     33     45    
 1     2     0     0     3     35     46    
 1     2     0     1     3     37     47    
 1     2     0     2     3     38     48    
 1     2     1     0     3     40     49    
 1     2     1     1     3     42     50    
 1     2     1     2     3     44     51    
 1     2     2     0     3     46     52    
 1     2     2     1     3     48     53    
 1     2     2     2     3     49     54    
 2     0     0     0     2     51     55    
 2     0     0     1     2     52     56    
 2     0     0     2     2     53     57    
 2     0     1     0     2     54     58    
 2     0     1     1     2     56     59    
 2     0     1     2     2     57     60    
 2     0     2     0     2     58     61    
 2     0     2     1     2     59     62    
 2     0     2     2     2     61     63    
 2     1     0     0     3     62     64    
 2     1     0     1     3     64     65    
 2     1     0     2     3     66     66    
 2     1     1     0     3     68     67    
 2     1     1     1     3     70     68    
 2     1     1     2     3     72     69    
 2     1     2     0     3     74     70    
 2     1     2     1     3     75     71    
 2     1     2     2     3     77     72    
 2     2     0     0     4     80     73    
 2     2     0     1     4     82     74    
 2     2     0     2     4     85     75    
 2     2     1     0     4     87     76    
 2     2     1     1     4     90     77    
 2     2     1     2     4     92     78    
 2     2     2     0     4     95     79    
 2     2     2     1     4     97     80    
 2     2     2     2     4     100     81    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     81     81     81    
 0     0     0     1     81     81     81    
 0     0     0     2     81     81     81    
 0     0     1     0     81     81     81    
 0     0     1     1     81     81     81    
 0     0     1     2     81     81     81    
 0     0     2     0     81     81     81    
 0     0     2     1     81     81     81    
 0     0     2     2     81     81     81    
 0     1     0     0     81     81     81    
 0     1     0     1     81     81     81    
 0     1     0     2     81     81     81    
 0     1     1     0     81     81     81    
 0     1     1     1     81     81     81    
 0     1     1     2     81     81     81    
 0     1     2     0     81     81     81    
 0     1     2     1     81     81     81    
 0     1     2     2     81     81     81    
 0     2     0     0     81     81     81    
 0     2     0     1     81     81     81    
 0     2     0     2     81     81     81    
 0     2     1     0     81     81     81    
 0     2     1     1     81     81     81    
 0     2     1     2     81     81     81    
 0     2     2     0     81     81     81    
 0     2     2     1     81     81     81    
 0     2     2     2     81     81     81    
 1     0     0     0     81     81     81    
 1     0     0     1     81     81     81    
 1     0     0     2     81     81     81    
 1     0     1     0     81     81     81    
 1     0     1     1     81     81     81    
 1     0     1     2     81     81     81    
 1     0     2     0     81     81     81    
 1     0     2     1     81     81     81    
 1     0     2     2     81     81     81    
 1     1     0     0     81     81     81    
 1     1     0     1     81     81     81    
 1     1     0     2     81     81     81    
 1     1     1     0     81     81     81    
 1     1     1     1     81     81     81    
 1     1     1     2     81     81     81    
 1     1     2     0     81     81     81    
 1     1     2     1     81     81     81    
 1     1     2     2     81     81     81    
 1     2     0     0     81     81     81    
 1     2     0     1     81     81     81    
 1     2     0     2     81     81     81    
 1     2     1     0     81     81     81    
 1     2     1     1     81     81     81    
 1     2     1     2     81     81     81    
 1     2     2     0     81     81     81    
 1     2     2     1     81     81     81    
 1     2     2     2     81     81     81    
 2     0     0     0     81     81     81    
 2     0     0     1     81     81     81    
 2     0     0     2     81     81     81    
 2     0     1     0     81     81     81    
 2     0     1     1     81     81     81    
 2     0     1     2     81     81     81    
 2     0     2     0     81     81     81    
 2     0     2     1     81     81     81    
 2     0     2     2     81     81     81    
 2     1     0     0     81     81     81    
 2     1     0     1     81     81     81    
 2     1     0     2     81     81     81    
 2     1     1     0     81     81     81    
 2     1     1     1     81     81     81    
 2     1     1     2     81     81     81    
 2     1     2     0     81     81     81    
 2     1     2     1     81     81     81    
 2     1     2     2     81     81     81    
 2     2     0     0     81     81     81    
 2     2     0     1     81     81     81    
 2     2     0     2     81     81     81    
 2     2     1     0     81     81     81    
 2     2     1     1     81     81     81    
 2     2     1     2     81     81     81    
 2     2     2     0     81     81     81    
 2     2     2     1     81     81     81    
 2     2     2     2     81     81     81    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
org.eclipse.birt.data.engine.core.DataException: Fail to compute value for computed column "col".
Can not convert the value of abc to Integer type.
	at org.eclipse.birt.data.engine.impl.ComputedColumnHelper$ComputedColumnHelperInstance.process(ComputedColumnHelper.java:437)
	at org.eclipse.birt.data.engine.impl.ComputedColumnHelper.process(ComputedColumnHelper.java:123)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.processFetchEvent(RowResultSet.java:156)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.doNext(RowResultSet.java:124)
	at org.eclipse.birt.data.engine.executor.cache.RowResultSet.next(RowResultSet.java:98)
	at org.eclipse.birt.data.engine.executor.cache.ExpandableRowResultSet.next(ExpandableRowResultSet.java:64)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.populateData(SmartCacheHelper.java:278)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initInstance(SmartCacheHelper.java:249)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.initOdaResult(SmartCacheHelper.java:141)
	at org.eclipse.birt.data.engine.executor.cache.SmartCacheHelper.getResultSetCache(SmartCacheHelper.java:76)
	at org.eclipse.birt.data.engine.executor.cache.SmartCache.<init>(SmartCache.java:59)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.populateOdiResultSet(PassUtil.java:91)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassUtil.pass(PassUtil.java:61)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateResultSetCacheInResultSetPopulator(PassManager.java:225)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateDataSet(PassManager.java:193)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.prepareDataSetResultSet(PassManager.java:81)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.pass(PassManager.java:105)
	at org.eclipse.birt.data.engine.executor.transform.pass.PassManager.populateResultSet(PassManager.java:65)
	at org.eclipse.birt.data.engine.executor.transform.ResultSetPopulator.populateResultSet(ResultSetPopulator.java:205)
	at org.eclipse.birt.data.engine.executor.transform.CachedResultSet.<init>(CachedResultSet.java:98)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:933)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:550)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:1074)
	at org.eclipse.birt.data.engine.impl.ServiceForQueryResults.executeQuery(ServiceForQueryResults.java:218)
	at org.eclipse.birt.data.engine.impl.QueryResults.getResultIterator(QueryResults.java:170)
	at org.eclipse.birt.data.engine.binding.APITestCase.executeQuery(APITestCase.java:309)
	at org.eclipse.birt.data.engine.binding.ComputedColumnTest.doTest(ComputedColumnTest.java:1080)
	at org.eclipse.birt.data.engine.binding.ComputedColumnTest.testA(ComputedColumnTest.java:197)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: org.eclipse.birt.core.exception.CoreException: Can not convert the value of abc to Integer type.
	at org.eclipse.birt.core.data.DataTypeUtil.toInteger(DataTypeUtil.java:246)
	at org.eclipse.birt.core.data.DataTypeUtil.toInteger(DataTypeUtil.java:190)
	at org.eclipse.birt.core.data.DataTypeUtil.convert(DataTypeUtil.java:138)
	at org.eclipse.birt.data.engine.impl.ComputedColumnHelper$ComputedColumnHelperInstance.process(ComputedColumnHelper.java:423)
	... 76 more
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:19 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:19 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:19 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
Jun 06, 2023 5:20:19 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:19 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:19 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  ccc  ccc2  
 2     2     0     0     4     12    
 2     2     0     1     4     12    
 2     2     0     2     4     12    
 2     2     1     0     4     12    
 2     2     1     1     4     12    
 2     2     1     2     4     12    
 2     2     2     0     4     12    
 2     2     2     1     4     12    
 2     2     2     2     4     12    
 1     2     0     0     3     12    
 1     2     0     1     3     12    
 1     2     0     2     3     12    
 1     2     1     0     3     12    
 1     2     1     1     3     12    
 1     2     1     2     3     12    
 1     2     2     0     3     12    
 1     2     2     1     3     12    
 1     2     2     2     3     12    
 2     1     0     0     3     11    
 2     1     0     1     3     11    
 2     1     0     2     3     11    
 2     1     1     0     3     11    
 2     1     1     1     3     11    
 2     1     1     2     3     11    
 2     1     2     0     3     11    
 2     1     2     1     3     11    
 2     1     2     2     3     11    
 0     2     0     0     2     12    
 0     2     0     1     2     12    
 0     2     0     2     2     12    
 0     2     1     0     2     12    
 0     2     1     1     2     12    
 0     2     1     2     2     12    
 0     2     2     0     2     12    
 0     2     2     1     2     12    
 0     2     2     2     2     12    
 1     1     0     0     2     11    
 1     1     0     1     2     11    
 1     1     0     2     2     11    
 1     1     1     0     2     11    
 1     1     1     1     2     11    
 1     1     1     2     2     11    
 1     1     2     0     2     11    
 1     1     2     1     2     11    
 1     1     2     2     2     11    
 2     0     0     0     2     10    
 2     0     0     1     2     10    
 2     0     0     2     2     10    
 2     0     1     0     2     10    
 2     0     1     1     2     10    
 2     0     1     2     2     10    
 2     0     2     0     2     10    
 2     0     2     1     2     10    
 2     0     2     2     2     10    
 0     1     0     0     1     11    
 0     1     0     1     1     11    
 0     1     0     2     1     11    
 0     1     1     0     1     11    
 0     1     1     1     1     11    
 0     1     1     2     1     11    
 0     1     2     0     1     11    
 0     1     2     1     1     11    
 0     1     2     2     1     11    
 1     0     0     0     1     10    
 1     0     0     1     1     10    
 1     0     0     2     1     10    
 1     0     1     0     1     10    
 1     0     1     1     1     10    
 1     0     1     2     1     10    
 1     0     2     0     1     10    
 1     0     2     1     1     10    
 1     0     2     2     1     10    
 0     0     0     0     0     10    
 0     0     0     1     0     10    
 0     0     0     2     0     10    
 0     0     1     0     0     10    
 0     0     1     1     0     10    
 0     0     1     2     0     10    
 0     0     2     0     0     10    
 0     0     2     1     0     10    
 0     0     2     2     0     10    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     0     0     0    
 0     0     0     1     0     0     0    
 0     0     0     2     0     0     0    
 0     0     1     0     0     0     0    
 0     0     1     1     0     0     0    
 0     0     1     2     0     0     0    
 0     0     2     0     0     0     0    
 0     0     2     1     0     0     0    
 0     0     2     2     0     0     0    
 0     1     0     0     1     100     0    
 0     1     0     1     1     100     1    
 0     1     0     2     1     100     1    
 0     1     1     0     1     100     2    
 0     1     1     1     1     100     3    
 0     1     1     2     1     100     3    
 0     1     2     0     1     100     4    
 0     1     2     1     1     100     4    
 0     1     2     2     1     100     5    
 0     2     0     0     2     200     6    
 0     2     0     1     2     200     8    
 0     2     0     2     2     200     9    
 0     2     1     0     2     200     10    
 0     2     1     1     2     200     11    
 0     2     1     2     2     200     12    
 0     2     2     0     2     200     14    
 0     2     2     1     2     200     15    
 0     2     2     2     2     200     16    
 1     0     0     0     1     100     17    
 1     0     0     1     1     100     17    
 1     0     0     2     1     100     18    
 1     0     1     0     1     100     19    
 1     0     1     1     1     100     19    
 1     0     1     2     1     100     20    
 1     0     2     0     1     100     20    
 1     0     2     1     1     100     21    
 1     0     2     2     1     100     22    
 1     1     0     0     2     200     23    
 1     1     0     1     2     200     24    
 1     1     0     2     2     200     25    
 1     1     1     0     2     200     27    
 1     1     1     1     2     200     28    
 1     1     1     2     2     200     29    
 1     1     2     0     2     200     30    
 1     1     2     1     2     200     32    
 1     1     2     2     2     200     33    
 1     2     0     0     3     300     35    
 1     2     0     1     3     300     37    
 1     2     0     2     3     300     38    
 1     2     1     0     3     300     40    
 1     2     1     1     3     300     42    
 1     2     1     2     3     300     44    
 1     2     2     0     3     300     46    
 1     2     2     1     3     300     48    
 1     2     2     2     3     300     49    
 2     0     0     0     2     200     51    
 2     0     0     1     2     200     52    
 2     0     0     2     2     200     53    
 2     0     1     0     2     200     54    
 2     0     1     1     2     200     56    
 2     0     1     2     2     200     57    
 2     0     2     0     2     200     58    
 2     0     2     1     2     200     59    
 2     0     2     2     2     200     61    
 2     1     0     0     3     300     62    
 2     1     0     1     3     300     64    
 2     1     0     2     3     300     66    
 2     1     1     0     3     300     68    
 2     1     1     1     3     300     70    
 2     1     1     2     3     300     72    
 2     1     2     0     3     300     74    
 2     1     2     1     3     300     75    
 2     1     2     2     3     300     77    
 2     2     0     0     4     400     80    
 2     2     0     1     4     400     82    
 2     2     0     2     4     400     85    
 2     2     1     0     4     400     87    
 2     2     1     1     4     400     90    
 2     2     1     2     4     400     92    
 2     2     2     0     4     400     95    
 2     2     2     1     4     400     97    
 2     2     2     2     4     400     100    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  ccc  
 0     0     0     0     0    
 0     0     0     1     1    
 0     0     0     2     2    
 0     0     1     0     3    
 0     0     1     1     4    
 0     0     1     2     5    
 0     0     2     0     6    
 0     0     2     1     7    
 0     0     2     2     8    
 0     1     0     0     9    
 0     1     0     1     10    
 0     1     0     2     11    
 0     1     1     0     12    
 0     1     1     1     13    
 0     1     1     2     14    
 0     1     2     0     15    
 0     1     2     1     16    
 0     1     2     2     17    
 0     2     0     0     18    
 0     2     0     1     19    
 0     2     0     2     20    
 0     2     1     0     21    
 0     2     1     1     22    
 0     2     1     2     23    
 0     2     2     0     24    
 0     2     2     1     25    
 0     2     2     2     26    
 1     0     0     0     27    
 1     0     0     1     28    
 1     0     0     2     29    
 1     0     1     0     30    
 1     0     1     1     31    
 1     0     1     2     32    
 1     0     2     0     33    
 1     0     2     1     34    
 1     0     2     2     35    
 1     1     0     0     36    
 1     1     0     1     37    
 1     1     0     2     38    
 1     1     1     0     39    
 1     1     1     1     40    
 1     1     1     2     41    
 1     1     2     0     42    
 1     1     2     1     43    
 1     1     2     2     44    
 1     2     0     0     45    
 1     2     0     1     46    
 1     2     0     2     47    
 1     2     1     0     48    
 1     2     1     1     49    
 1     2     1     2     50    
 1     2     2     0     51    
 1     2     2     1     52    
 1     2     2     2     53    
 2     0     0     0     54    
 2     0     0     1     55    
 2     0     0     2     56    
 2     0     1     0     57    
 2     0     1     1     58    
 2     0     1     2     59    
 2     0     2     0     60    
 2     0     2     1     61    
 2     0     2     2     62    
 2     1     0     0     63    
 2     1     0     1     64    
 2     1     0     2     65    
 2     1     1     0     66    
 2     1     1     1     67    
 2     1     1     2     68    
 2     1     2     0     69    
 2     1     2     1     70    
 2     1     2     2     71    
 2     2     0     0     72    
 2     2     0     1     73    
 2     2     0     2     74    
 2     2     1     0     75    
 2     2     1     1     76    
 2     2     1     2     77    
 2     2     2     0     78    
 2     2     2     1     79    
 2     2     2     2     80    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:20:20 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processStartResultObjects
Jun 06, 2023 5:20:20 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: Start processRestResultObjects
Jun 06, 2023 5:20:20 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache <init>
INFO: End of process, and the count of data is 81
COL0  COL1  COL2  COL3  cc1  cc2  
 0     0     0     0     0     10    
 0     0     0     1     1     11    
 0     0     1     0     1     11    
 1     0     0     0     1     11    
 0     0     0     2     2     12    
 0     0     1     1     2     12    
 0     0     2     0     2     12    
 1     0     0     1     2     12    
 1     0     1     0     2     12    
 2     0     0     0     2     12    
 0     0     1     2     3     13    
 0     0     2     1     3     13    
 1     0     0     2     3     13    
 1     0     1     1     3     13    
 1     0     2     0     3     13    
 2     0     0     1     3     13    
 2     0     1     0     3     13    
 0     0     2     2     4     14    
 1     0     1     2     4     14    
 1     0     2     1     4     14    
 2     0     0     2     4     14    
 2     0     1     1     4     14    
 2     0     2     0     4     14    
 1     0     2     2     5     15    
 2     0     1     2     5     15    
 2     0     2     1     5     15    
 2     0     2     2     6     16    
 0     1     0     0     1     11    
 0     1     0     1     2     12    
 0     1     1     0     2     12    
 1     1     0     0     2     12    
 0     1     0     2     3     13    
 0     1     1     1     3     13    
 0     1     2     0     3     13    
 1     1     0     1     3     13    
 1     1     1     0     3     13    
 2     1     0     0     3     13    
 0     1     1     2     4     14    
 0     1     2     1     4     14    
 1     1     0     2     4     14    
 1     1     1     1     4     14    
 1     1     2     0     4     14    
 2     1     0     1     4     14    
 2     1     1     0     4     14    
 0     1     2     2     5     15    
 1     1     1     2     5     15    
 1     1     2     1     5     15    
 2     1     0     2     5     15    
 2     1     1     1     5     15    
 2     1     2     0     5     15    
 1     1     2     2     6     16    
 2     1     1     2     6     16    
 2     1     2     1     6     16    
 2     1     2     2     7     17    
 0     2     0     0     2     12    
 0     2     0     1     3     13    
 0     2     1     0     3     13    
 1     2     0     0     3     13    
 0     2     0     2     4     14    
 0     2     1     1     4     14    
 0     2     2     0     4     14    
 1     2     0     1     4     14    
 1     2     1     0     4     14    
 2     2     0     0     4     14    
 0     2     1     2     5     15    
 0     2     2     1     5     15    
 1     2     0     2     5     15    
 1     2     1     1     5     15    
 1     2     2     0     5     15    
 2     2     0     1     5     15    
 2     2     1     0     5     15    
 0     2     2     2     6     16    
 1     2     1     2     6     16    
 1     2     2     1     6     16    
 2     2     0     2     6     16    
 2     2     1     1     6     16    
 2     2     2     0     6     16    
 1     2     2     2     7     17    
 2     2     1     2     7     17    
 2     2     2     1     7     17    
 2     2     2     2     8     18    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  
 0     0     0     0     1     81    
 0     0     0     1     2     81    
 0     0     0     2     3     81    
 0     0     1     0     4     81    
 0     0     1     1     5     81    
 0     0     1     2     6     81    
 0     0     2     0     7     81    
 0     0     2     1     8     81    
 0     0     2     2     9     81    
 0     1     0     0     10     81    
 0     1     0     1     11     81    
 0     1     0     2     12     81    
 0     1     1     0     13     81    
 0     1     1     1     14     81    
 0     1     1     2     15     81    
 0     1     2     0     16     81    
 0     1     2     1     17     81    
 0     1     2     2     18     81    
 0     2     0     0     19     81    
 0     2     0     1     20     81    
 0     2     0     2     21     81    
 0     2     1     0     22     81    
 0     2     1     1     23     81    
 0     2     1     2     24     81    
 0     2     2     0     25     81    
 0     2     2     1     26     81    
 0     2     2     2     27     81    
 1     0     0     0     28     81    
 1     0     0     1     29     81    
 1     0     0     2     30     81    
 1     0     1     0     31     81    
 1     0     1     1     32     81    
 1     0     1     2     33     81    
 1     0     2     0     34     81    
 1     0     2     1     35     81    
 1     0     2     2     36     81    
 1     1     0     0     37     81    
 1     1     0     1     38     81    
 1     1     0     2     39     81    
 1     1     1     0     40     81    
 1     1     1     1     41     81    
 1     1     1     2     42     81    
 1     1     2     0     43     81    
 1     1     2     1     44     81    
 1     1     2     2     45     81    
 1     2     0     0     46     81    
 1     2     0     1     47     81    
 1     2     0     2     48     81    
 1     2     1     0     49     81    
 1     2     1     1     50     81    
 1     2     1     2     51     81    
 1     2     2     0     52     81    
 1     2     2     1     53     81    
 1     2     2     2     54     81    
 2     0     0     0     55     81    
 2     0     0     1     56     81    
 2     0     0     2     57     81    
 2     0     1     0     58     81    
 2     0     1     1     59     81    
 2     0     1     2     60     81    
 2     0     2     0     61     81    
 2     0     2     1     62     81    
 2     0     2     2     63     81    
 2     1     0     0     64     81    
 2     1     0     1     65     81    
 2     1     0     2     66     81    
 2     1     1     0     67     81    
 2     1     1     1     68     81    
 2     1     1     2     69     81    
 2     1     2     0     70     81    
 2     1     2     1     71     81    
 2     1     2     2     72     81    
 2     2     0     0     73     81    
 2     2     0     1     74     81    
 2     2     0     2     75     81    
 2     2     1     0     76     81    
 2     2     1     1     77     81    
 2     2     1     2     78     81    
 2     2     2     0     79     81    
 2     2     2     1     80     81    
 2     2     2     2     81     81    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  ccc  ccc2  
 0     0     0     0     0     10    
 0     0     0     1     0     10    
 0     0     0     2     0     10    
 0     0     1     0     0     10    
 0     0     1     1     0     10    
 0     0     1     2     0     10    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc  
 1     0     0     0     2    
 1     0     0     1     2    
 1     0     0     2     2    
 1     0     1     0     2    
 1     0     1     1     2    
 1     0     1     2     2    
 1     0     2     0     2    
 1     0     2     1     2    
 1     0     2     2     2    
 1     1     0     0     2    
 1     1     0     1     2    
 1     1     0     2     2    
 1     1     1     0     2    
 1     1     1     1     2    
 1     1     1     2     2    
 1     1     2     0     2    
 1     1     2     1     2    
 1     1     2     2     2    
 1     2     0     0     2    
 1     2     0     1     2    
 1     2     0     2     2    
 1     2     1     0     2    
 1     2     1     1     2    
 1     2     1     2     2    
 1     2     2     0     2    
 1     2     2     1     2    
 1     2     2     2     2    
 0     0     0     0     1    
 0     0     0     1     1    
 0     0     0     2     1    
 0     0     1     0     1    
 0     0     1     1     1    
 0     0     1     2     1    
 0     0     2     0     1    
 0     0     2     1     1    
 0     0     2     2     1    
 0     1     0     0     1    
 0     1     0     1     1    
 0     1     0     2     1    
 0     1     1     0     1    
 0     1     1     1     1    
 0     1     1     2     1    
 0     1     2     0     1    
 0     1     2     1     1    
 0     1     2     2     1    
 0     2     0     0     1    
 0     2     0     1     1    
 0     2     0     2     1    
 0     2     1     0     1    
 0     2     1     1     1    
 0     2     1     2     1    
 0     2     2     0     1    
 0     2     2     1     1    
 0     2     2     2     1    
 2     0     0     0     1    
 2     0     0     1     1    
 2     0     0     2     1    
 2     0     1     0     1    
 2     0     1     1     1    
 2     0     1     2     1    
 2     0     2     0     1    
 2     0     2     1     1    
 2     0     2     2     1    
 2     1     0     0     1    
 2     1     0     1     1    
 2     1     0     2     1    
 2     1     1     0     1    
 2     1     1     1     1    
 2     1     1     2     1    
 2     1     2     0     1    
 2     1     2     1     1    
 2     1     2     2     1    
 2     2     0     0     1    
 2     2     0     1     1    
 2     2     0     2     1    
 2     2     1     0     1    
 2     2     1     1     1    
 2     2     1     2     1    
 2     2     2     0     1    
 2     2     2     1     1    
 2     2     2     2     1    
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
COL0  COL1  COL2  COL3  cc1  cc2  cc3  
 0     0     0     0     0     0     <null>    
 0     0     0     1     0     0     <null>    
 0     0     0     2     0     0     <null>    
 0     0     1     0     0     0     <null>    
 0     0     1     1     0     0     <null>    
 0     0     1     2     0     0     <null>    
 0     0     2     0     0     0     <null>    
 0     0     2     1     0     0     <null>    
 0     0     2     2     0     0     <null>    
 0     1     0     0     1     1     <null>    
 0     1     0     1     1     2     <null>    
 0     1     0     2     1     3     <null>    
 0     1     1     0     1     4     <null>    
 0     1     1     1     1     5     <null>    
 0     1     1     2     1     6     <null>    
 0     1     2     0     1     7     <null>    
 0     1     2     1     1     8     <null>    
 0     1     2     2     1     9     <null>    
 0     2     0     0     2     11     <null>    
 0     2     0     1     2     13     <null>    
 0     2     0     2     2     15     <null>    
 0     2     1     0     2     17     <null>    
 0     2     1     1     2     19     <null>    
 0     2     1     2     2     21     <null>    
 0     2     2     0     2     23     <null>    
 0     2     2     1     2     25     <null>    
 0     2     2     2     2     27     <null>    
 1     0     0     0     1     27     1    
 1     0     0     1     1     27     2    
 1     0     0     2     1     27     3    
 1     0     1     0     1     27     4    
 1     0     1     1     1     27     5    
 1     0     1     2     1     27     6    
 1     0     2     0     1     27     7    
 1     0     2     1     1     27     8    
 1     0     2     2     1     27     9    
 1     1     0     0     2     27     11    
 1     1     0     1     2     27     13    
 1     1     0     2     2     27     15    
 1     1     1     0     2     27     17    
 1     1     1     1     2     27     19    
 1     1     1     2     2     27     21    
 1     1     2     0     2     27     23    
 1     1     2     1     2     27     25    
 1     1     2     2     2     27     27    
 1     2     0     0     3     27     30    
 1     2     0     1     3     27     33    
 1     2     0     2     3     27     36    
 1     2     1     0     3     27     39    
 1     2     1     1     3     27     42    
 1     2     1     2     3     27     45    
 1     2     2     0     3     27     48    
 1     2     2     1     3     27     51    
 1     2     2     2     3     27     54    
 2     0     0     0     2     27     56    
 2     0     0     1     2     27     58    
 2     0     0     2     2     27     60    
 2     0     1     0     2     27     62    
 2     0     1     1     2     27     64    
 2     0     1     2     2     27     66    
 2     0     2     0     2     27     68    
 2     0     2     1     2     27     70    
 2     0     2     2     2     27     72    
 2     1     0     0     3     27     75    
 2     1     0     1     3     27     78    
 2     1     0     2     3     27     81    
 2     1     1     0     3     27     84    
 2     1     1     1     3     27     87    
 2     1     1     2     3     27     90    
 2     1     2     0     3     27     93    
 2     1     2     1     3     27     96    
 2     1     2     2     3     27     99    
 2     2     0     0     4     27     103    
 2     2     0     1     4     27     107    
 2     2     0     2     4     27     111    
 2     2     1     0     4     27     115    
 2     2     1     1     4     27     119    
 2     2     1     2     4     27     123    
 2     2     2     0     4     27     127    
 2     2     2     1     4     27     131    
 2     2     2     2     4     27     135    
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.747 s - in org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest
testNameEmpty1(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.21 s
testNameEmpty2(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.179 s
testMultipass_Sort(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.219 s
testAggregationOnComputedColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.276 s
testNewAggregationOnComputedColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.165 s
testTopNAggregationOnComputedColumnWithFilterOnEmptyDataSet(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.201 s
testGroupOnComputedColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.219 s
testTopNPercentAggregationOnComputedColumnWithFilterOnEmptyDataSet(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.236 s
testNewAggregationOnComputedColumnWithFilter(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.164 s
testWrongColumnName(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.207 s
testNestedAggregationOnComputedColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.217 s
testAggregationOnComputedColumn2(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.221 s
testA(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.271 s
testGroupFilterOnComputedColumnsWithAggregations(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.206 s
testSortOnComputedColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.181 s
testNestedComputedColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.222 s
testRowIndex(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.293 s
testMultiPass_Group(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.167 s
testNewAggregationOnComputedColumnWithOtherComputedColumns(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.204 s
testFilterOnComputedColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.23 s
testWrongDataType(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.249 s
testInvalidExpr1(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.16 s
testInvalidExpr2(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.199 s
testInvalidExpr3(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.243 s
testNameDuplicate(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.209 s
testSortOnComputedColumn1(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.172 s
testFilterOnAggregationColumn(org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest)  Time elapsed: 0.225 s
Running org.eclipse.birt.data.engine.executor.cache.DiskBasedManualTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.executor.cache.DiskBasedManualTest
org.eclipse.birt.data.engine.executor.cache.DiskBasedManualTest skipped
Running org.eclipse.birt.data.engine.executor.cache.CacheClobAndBlobTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1, 'abc', cde
2, 'gmf', qqq
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.birt.data.engine.executor.cache.CacheClobAndBlobTest
testClobAndBlob(org.eclipse.birt.data.engine.executor.cache.CacheClobAndBlobTest)  Time elapsed: 0.033 s
Running org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:0 1    1    US    Chicago    2004-03-02 00:00:00.0    700    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

*****A new Report Start!*****
S:0 E:2 US    Chicago    2004-03-02 00:00:00.0    700    
S:2 E:0 US    Chicago    2004-05-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 1    1    CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 US    New York    2004-05-01 00:00:00.0    100    
S:2 E:1 US    New York    2004-06-01 00:00:00.0    100    
S:1 E:2 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:2 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    
S:2 E:0 US    New York    2004-05-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    
S:2 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    2004-01-01 00:00:00.0    8900.0    true    
S:1 E:1 US    New York    2004-05-01 00:00:00.0    8900.0    true    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    8900.0    true    
S:1 E:1 US    Chicago    2004-03-02 00:00:00.0    8900.0    false    
S:1 E:1 US    New York    2004-06-01 00:00:00.0    8900.0    false    
S:1 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    8900.0    false    
S:1 E:1 CHINA    Beijing    2004-06-05 00:00:00.0    8900.0    false    
S:1 E:0 US    Chicago    2004-05-05 00:00:00.0    8900.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 US    New York    2004-05-01 00:00:00.0    100    
S:3 E:2 US    New York    2004-06-01 00:00:00.0    100    
S:2 E:3 US    Chicago    2004-03-02 00:00:00.0    700    
S:3 E:1 US    Chicago    2004-05-05 00:00:00.0    400    
S:1 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:2 CHINA    Shanghai    2004-01-01 00:00:00.0    100    
S:2 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:3 E:0 CHINA    Shanghai    2004-01-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    true    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8900.0    8900.0    8900.0    8904.0    8902.0    44500.0    26700.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    true    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    true    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    false    8500.0    7600.0    7700.0    8500.0    8900.0    44500.0    7600.0    44500.0    26700.0    1.9999999999999998    1.9999999999999998    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    7600.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    7600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    7600.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    7600.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    7600.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    7600.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    7600.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    7600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    35600.0    
S:3 E:2 CHINA    Beijing    2004-06-05 00:00:00.0    400    35600.0    
S:2 E:3 CHINA    Shanghai    2004-06-01 00:00:00.0    100    35600.0    
S:3 E:1 CHINA    Shanghai    2004-01-01 00:00:00.0    100    35600.0    
S:1 E:3 US    Chicago    2004-03-02 00:00:00.0    700    35600.0    
S:3 E:2 US    Chicago    2004-05-05 00:00:00.0    400    35600.0    
S:2 E:3 US    New York    2004-05-01 00:00:00.0    100    35600.0    
S:3 E:0 US    New York    2004-06-01 00:00:00.0    100    35600.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 1    1    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 2    2    CHINA    Beijing    2004-06-05 00:00:00.0    400    

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.102 s - in org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest
testTopBottmPercentWithOtherFilters(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.055 s
testGroupFilteringSorting1(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.047 s
testGroupFilteringSorting2(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.049 s
testGroupFilteringSorting3(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.058 s
testGroupFilteringSorting4(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.044 s
testTopBottomN(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.03 s
testGroupSorting(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.036 s
testMixedFiltering(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.032 s
testTopBottmNwithOtherFilters(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.038 s
testTop_Bottom_FilteringInGroupInstance_1(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.072 s
testTop_Bottom_FilteringInGroupInstance_2(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.037 s
testInvalidFilter(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.041 s
testMultipassWithAlias(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.044 s
testIndirectNestedTotal(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.042 s
testGroupSorting2(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.042 s
testGroupFiltering(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.042 s
testNestedTotal(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.133 s
testNestedTotal1(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.063 s
testNestedTotal2(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.062 s
testNestedTotal3(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.03 s
testNestedTotal4(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.036 s
testMixedMultipassFilting(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.038 s
testTopBottomPercent(org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest)  Time elapsed: 0.03 s
Running org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-02 10:57:00.0 1381231000           80 1.6 1 1 100.0 false 
2005-01-02 12:57:00.0 1381000              54 1.08 1 1 100.0 false 
2005-01-04 13:57:00.0 1381231000           72 1.44 1 1 100.0 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 1 1 100.0 false 
2005-01-06 10:07:00.0 45234523             850 17.0 1 1 100.0 false 
2005-01-08 10:57:00.0 74621641             80 1.6 1 1 100.0 false 
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-01 10:00:00.0 1381231000           180 3.6 2 2 10.5 false 
2005-01-02 12:57:00.0 1381000              54 1.08 2 2 10.5 false 
2005-01-06 10:07:00.0 45234523             850 17.0 2 2 10.5 false 
2005-01-07 09:40:00.0 1381231000           40 0.8 2 2 10.5 false 
2005-01-08 10:57:00.0 74621641             80 1.6 2 2 10.5 false 
2005-01-09 10:57:00.0 14113634636          80 1.6 2 2 10.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-01 10:00:00.0 1381231000           180 3.6 3 3 20.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 3 3 20.5 false 
2005-01-04 13:57:00.0 1381231000           72 1.44 3 3 20.5 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 3 3 20.5 false 
2005-01-07 09:40:00.0 1381231000           40 0.8 3 3 20.5 false 
2005-01-09 10:57:00.0 14113634636          80 1.6 3 3 20.5 false 
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-02 10:57:00.0 1381231000           80 1.6 1 1 100.0 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 1 1 100.0 false 
2005-01-06 10:07:00.0 45234523             850 17.0 1 1 100.0 false 
2005-01-08 10:57:00.0 74621641             80 1.6 1 1 100.0 false 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-01 10:00:00.0 1381231000           180 3.6 2 2 10.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 2 2 10.5 false 
2005-01-08 10:57:00.0 74621641             80 1.6 2 2 10.5 false 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-01 10:00:00.0 1381231000           180 3.6 3 3 20.5 false 
2005-01-02 10:57:00.0 1381231000           80 1.6 3 3 20.5 false 
2005-01-05 10:53:20.0 1381231000           270 5.4 3 3 20.5 false 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
Customer Name:Bill  Address:NY
Starting Balance: $100.0
2005-01-01 10:00:00.0 1381231000           180 3.6 1 1 100.0 true 
2005-01-07 09:40:00.0 1381231000           40 0.8 1 1 100.0 true 
2005-01-09 10:57:00.0 14113634636          80 1.6 1 1 100.0 true 

Customer Name:Alan  Address:SH
Starting Balance: $10.5
2005-01-02 10:57:00.0 1381231000           80 1.6 2 2 10.5 true 
2005-01-04 13:57:00.0 1381231000           72 1.44 2 2 10.5 true 
2005-01-05 10:53:20.0 1381231000           270 5.4 2 2 10.5 true 

Customer Name:Mary  Address:SH
Starting Balance: $20.5
2005-01-02 12:57:00.0 1381000              54 1.08 3 3 20.5 true 
2005-01-06 10:07:00.0 45234523             850 17.0 3 3 20.5 true 
2005-01-08 10:57:00.0 74621641             80 1.6 3 3 20.5 true 

Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s - in org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest
test6(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.058 s
test1(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.063 s
test2(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.075 s
test3(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.07 s
test4(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.077 s
test5(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.093 s
test7(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.059 s
test8(org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest)  Time elapsed: 0.063 s
Running org.eclipse.birt.data.engine.executor.cache.CacheSortTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
null
null
2004-12-11 10:00:00.0
2005-01-07 10:57:00.0
2005-01-08 12:57:00.0
2005-01-09 10:53:20.0
2005-01-09 13:57:00.0
2005-01-10 10:07:00.0
2005-01-27 09:40:00.0
2005-01-28 10:57:00.0
2005-01-29 10:57:00.0
2005-09-07 10:00:00.0
2005-11-09 10:00:00.0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.birt.data.engine.executor.cache.CacheSortTest
testDateTime(org.eclipse.birt.data.engine.executor.cache.CacheSortTest)  Time elapsed: 0.054 s
Running org.eclipse.birt.data.engine.executor.cache.MemoryCacheTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.executor.cache.MemoryCacheTest
testFetch(org.eclipse.birt.data.engine.executor.cache.MemoryCacheTest)  Time elapsed: 0.001 s
testNext(org.eclipse.birt.data.engine.executor.cache.MemoryCacheTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 US    
S:1 E:0 US    

Cache Complete
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    
S:1 E:1 US    New York    
S:1 E:1 CHINA    Shanghai    
S:1 E:1 US    Chicago    
S:1 E:0 US    New York    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 US    
S:1 E:0 US    

Cache Complete
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    
S:1 E:1 US    New York    
S:1 E:1 CHINA    Shanghai    
S:1 E:1 US    Chicago    
S:1 E:0 US    New York    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 US    
S:1 E:0 US    

Cache Complete
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    
S:1 E:1 US    New York    
S:1 E:1 CHINA    Shanghai    
S:1 E:1 US    Chicago    
S:1 E:0 US    New York    

Clear Cache
*****A new Report Start!*****
S:0 E:1 CHINA    Beijing    
S:1 E:1 US    New York    
S:1 E:1 CHINA    Shanghai    
S:1 E:1 US    Chicago    
S:1 E:0 US    New York    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 US    
S:1 E:0 US    

Cache Complete
*****A new Report Start!*****
S:0 E:1 CHINA    7000.0    
S:1 E:1 US    100.0    
S:1 E:1 CHINA    100.0    
S:1 E:1 US    700.0    
S:1 E:0 US    100.0    

Clear Cache
*****A new Report Start!*****
S:0 E:1 CHINA    7000.0    
S:1 E:1 US    100.0    
S:1 E:1 CHINA    100.0    
S:1 E:1 US    700.0    
S:1 E:0 US    100.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 US    
S:1 E:0 US    

Cache Complete
*****A new Report Start!*****
S:0 E:1 CHINA    7000    
S:1 E:1 US    100    
S:1 E:1 CHINA    100    
S:1 E:1 US    700    
S:1 E:0 US    100    

Clear Cache
*****A new Report Start!*****
S:0 E:1 CHINA    7000    
S:1 E:1 US    100    
S:1 E:1 CHINA    100    
S:1 E:1 US    700    
S:1 E:0 US    100    

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s - in org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest
test1(org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest)  Time elapsed: 0.043 s
test2(org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest)  Time elapsed: 0.043 s
test3(org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest)  Time elapsed: 0.049 s
test4(org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest)  Time elapsed: 0.048 s
test5(org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest)  Time elapsed: 0.055 s
Running org.eclipse.birt.data.engine.executor.cache.SizeOfUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.birt.data.engine.executor.cache.SizeOfUtilTest
testSizeOfUtil(org.eclipse.birt.data.engine.executor.cache.SizeOfUtilTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.541 s - in org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest
testGetStartingGroupLevel(org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest)  Time elapsed: 0.32 s
testFirst(org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest)  Time elapsed: 0.205 s
testLast(org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest)  Time elapsed: 0.181 s
testGetCurrentResultIndex(org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest)  Time elapsed: 0.22 s
testGetEndingGroupLevel(org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest)  Time elapsed: 0.267 s
testGetGroupData(org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest)  Time elapsed: 0.162 s
testGetCurrentResult(org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest)  Time elapsed: 0.185 s
Running org.eclipse.birt.data.engine.executor.transform.group.GroupByRowKeyCountTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.birt.data.engine.executor.transform.group.GroupByRowKeyCountTest
testGroupByRowKeyCount(org.eclipse.birt.data.engine.executor.transform.group.GroupByRowKeyCountTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.executor.transform.group.GroupByDistinctValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.data.engine.executor.transform.group.GroupByDistinctValueTest
testIsInSameGroup(org.eclipse.birt.data.engine.executor.transform.group.GroupByDistinctValueTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest
testExpression10(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0.001 s
testExpression11(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0.001 s
testExpression12(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testHasRowExprInAggregation(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0.001 s
testConditionalExpression(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression1(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression2(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression3(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression4(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0.001 s
testExpression5(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression6(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression7(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression8(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testExpression9(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
testAggregationExpression13(org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest
Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest
testComplexAggregates1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.006 s
testComplexAggregates2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testComplexAggregates3(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testComplexAggregates4(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testNestedAggregate1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testNestedAggregate2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testDirectReference1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testDirectReference2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testDirectReference3(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testBlock(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testMisc1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testConstants1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testConstants2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.001 s
testConstants3(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testConstants4(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.001 s
testConstants5(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testConstants6(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testConstants7(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.001 s
testConstants8(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testNonDirectRefOnRow1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testNonDirectRefOnRow2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.001 s
testNonDirectRefOnRow3(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate3(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.001 s
testAggregate4(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate5(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate6(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate7(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate8(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregate9(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testComplexExpr1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testComplexExpr2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testComplexExpr3(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testComplexExpr4(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testComplexExpr5(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
testComplexExpr6(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testComplexConstants1(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testComplexConstants2(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.003 s
testComplexConstants3(org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.engine.expression.ExpressionCompilerTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.birt.data.engine.expression.ExpressionCompilerTest
testMultiExpression(org.eclipse.birt.data.engine.expression.ExpressionCompilerTest)  Time elapsed: 0.019 s
testDirectColRefByIndex(org.eclipse.birt.data.engine.expression.ExpressionCompilerTest)  Time elapsed: 0.003 s
testDirectColRefByName1(org.eclipse.birt.data.engine.expression.ExpressionCompilerTest)  Time elapsed: 0.002 s
testSCR75905(org.eclipse.birt.data.engine.expression.ExpressionCompilerTest)  Time elapsed: 0.003 s
testDirectColRefByName(org.eclipse.birt.data.engine.expression.ExpressionCompilerTest)  Time elapsed: 0.002 s
testAggregateExpression(org.eclipse.birt.data.engine.expression.ExpressionCompilerTest)  Time elapsed: 0.003 s
Running org.eclipse.birt.data.engine.perf.APIPerfTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.perf.APIPerfTest
org.eclipse.birt.data.engine.perf.APIPerfTest skipped
Running org.eclipse.birt.data.engine.api.ClobAndBlobTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
1, 'abc', cde
2, 'gmf', qqq
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.birt.data.engine.api.ClobAndBlobTest
testClobAndBlob(org.eclipse.birt.data.engine.api.ClobAndBlobTest)  Time elapsed: 0.077 s
Running org.eclipse.birt.data.engine.api.GroupLevelTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.birt.data.engine.api.GroupLevelTest
testValueOnNullResult(org.eclipse.birt.data.engine.api.GroupLevelTest)  Time elapsed: 0.011 s
testGroupLevelValue2(org.eclipse.birt.data.engine.api.GroupLevelTest)  Time elapsed: 0.007 s
testGroupLevelValue3(org.eclipse.birt.data.engine.api.GroupLevelTest)  Time elapsed: 0.006 s
testGroupLevelValue(org.eclipse.birt.data.engine.api.GroupLevelTest)  Time elapsed: 0.006 s
Running org.eclipse.birt.data.engine.api.ScriptTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
DataSet.beforeOpen:
  extensionID=org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet
  queryText=select * from ScriptTestTable
  row is null=false
  rows is null=false
  dataSource.extensionID=org.eclipse.birt.report.data.oda.jdbc
  extensionProperties:
    aProp
  columnDefns:
Jun 06, 2023 5:20:26 PM org.eclipse.birt.report.data.oda.jdbc.Statement setProperty
WARNING: No named Parameter supported.
org.eclipse.datatools.connectivity.oda.OdaException: Unsupported query property: fake_property
	at org.eclipse.birt.report.data.oda.jdbc.Statement.setProperty(Statement.java:191)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.setProperty(OdaQuery.java:255)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.doSetProperty(PreparedStatement.java:196)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.setProperty(PreparedStatement.java:179)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery.addPropertiesToPreparedStatement(DataSourceQuery.java:502)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:291)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:565)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:347)
	at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:388)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:164)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:153)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:172)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:137)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:123)
	at org.eclipse.birt.data.engine.api.ScriptTest.createAndRunQuery(ScriptTest.java:140)
	at org.eclipse.birt.data.engine.api.ScriptTest.test5_UpdateProps(ScriptTest.java:121)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

*****A new Report Start!*****
S:0 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 CHINA    
S:1 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
DataSource.beforeOpen:
  extensionID=org.eclipse.birt.report.data.oda.jdbc
  isOpen=false
  extensionProperties:
    aProp
    aProp
    aProp
    aProp
DataSource.afterOpen:
  extensionID=org.eclipse.birt.report.data.oda.jdbc
  isOpen=true
  extensionProperties:
    aProp
    aProp
    aProp
    aProp
*****A new Report Start!*****
S:0 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 US    
S:1 E:1 US    
S:1 E:1 CHINA    
S:1 E:1 CHINA    
S:1 E:1 US    

DataSource.beforeClose:
  extensionID=org.eclipse.birt.report.data.oda.jdbc
  isOpen=true
  extensionProperties:
    aProp
    aProp
    aProp
    aProp
DataSource.afterClose:
  extensionID=org.eclipse.birt.report.data.oda.jdbc
  isOpen=false
  extensionProperties:
    aProp
    aProp
    aProp
    aProp
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
DataSet.beforeOpen:
  extensionID=org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet
  queryText=select * from ScriptTestTable
  row is null=false
  rows is null=false
  dataSource.extensionID=org.eclipse.birt.report.data.oda.jdbc
  extensionProperties:
  columnDefns:
DataSet.AfterOpen:
  extensionID=org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet
  queryText=select * from ScriptTestTable
  row is null=false
  rows is null=false
  dataSource.extensionID=org.eclipse.birt.report.data.oda.jdbc
  extensionProperties:
  columnDefns:
-->OnFetch: row[1]=CHINA. Success=true
*****A new Report Start!*****
S:0 E:1 CHINA    
-->OnFetch: row[1]=US. Success=true
S:1 E:1 US    
-->OnFetch: row[1]=CHINA. Success=true
S:1 E:1 CHINA    
-->OnFetch: row[1]=US. Success=true
S:1 E:1 US    
-->OnFetch: row[1]=US. Success=true
S:1 E:1 US    
-->OnFetch: row[1]=CHINA. Success=true
S:1 E:1 CHINA    
-->OnFetch: row[1]=CHINA. Success=true
S:1 E:1 CHINA    
-->OnFetch: row[1]=US. Success=true
S:1 E:1 US    

DataSet.beforeClose:
  extensionID=org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet
  queryText=select * from ScriptTestTable
  row is null=false
  rows is null=false
  dataSource.extensionID=org.eclipse.birt.report.data.oda.jdbc
  extensionProperties:
  columnDefns:
DataSet.afterClose:
  extensionID=org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet
  queryText=select * from ScriptTestTable
  row is null=true
  rows is null=true
  dataSource.extensionID=org.eclipse.birt.report.data.oda.jdbc
  extensionProperties:
  columnDefns:
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
DataSet.beforeOpen:
  extensionID=org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet
  queryText=select * from ScriptTestTable WHERE COUNTRY = 'US' 
  row is null=false
  rows is null=false
  dataSource.extensionID=org.eclipse.birt.report.data.oda.jdbc
  extensionProperties:
  columnDefns:
*****A new Report Start!*****
S:0 E:1 US    
S:1 E:1 US    
S:1 E:1 US    
S:1 E:1 US    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
DataSource.beforeOpen:
  extensionID=org.eclipse.birt.report.data.oda.jdbc
  isOpen=false
  extensionProperties:
    aProp
    aProp
    aProp
    aProp
Jun 06, 2023 5:20:26 PM org.eclipse.birt.data.engine.odaconsumer.Connection prepareOdaQuery
SEVERE: Failed to prepare the following query for the data set type (org.eclipse.birt.report.data.oda.jdbc.JdbcSelectDataSet). 
[select * from ScriptTestTable]
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Error preparing SQL statement.
SQL error #1:Schema 'FAKE_USER' does not exist
 ;
    java.sql.SQLSyntaxErrorException: Schema 'FAKE_USER' does not exist
	at org.eclipse.birt.report.data.oda.jdbc.Statement.prepare(Statement.java:121)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.doPrepare(OdaQuery.java:240)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.prepare(OdaQuery.java:187)
	at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareOdaQuery(Connection.java:250)
	at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareStatement(Connection.java:171)
	at org.eclipse.birt.data.engine.executor.DataSource.prepareStatement(DataSource.java:277)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:287)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:565)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:347)
	at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:388)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:164)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:153)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:172)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:137)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:123)
	at org.eclipse.birt.data.engine.api.ScriptTest.createAndRunQuery(ScriptTest.java:140)
	at org.eclipse.birt.data.engine.api.ScriptTest.test2_UpdateDataSource(ScriptTest.java:79)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.sql.SQLSyntaxErrorException: Schema 'FAKE_USER' does not exist
	at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
	at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.<init>(Unknown Source)
	at org.apache.derby.jdbc.Driver42.newEmbedPreparedStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
	at org.eclipse.birt.report.data.oda.jdbc.Statement.prepare(Statement.java:119)
	... 65 more
Caused by: ERROR 42Y07: Schema 'FAKE_USER' does not exist
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.iapi.error.StandardException.newException(Unknown Source)
	at org.apache.derby.impl.sql.catalog.DataDictionaryImpl.getSchemaDescriptor(Unknown Source)
	at org.apache.derby.iapi.sql.StatementUtil.getSchemaDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.QueryTreeNode.getSchemaDescriptor(Unknown Source)
	at org.apache.derby.impl.sql.compile.TableName.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromBaseTable.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.FromList.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.SelectNode.bindNonVTITables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bindTables(Unknown Source)
	at org.apache.derby.impl.sql.compile.DMLStatementNode.bind(Unknown Source)
	at org.apache.derby.impl.sql.compile.CursorNode.bindStatement(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source)
	at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source)
	at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source)
	... 71 more

Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.birt.data.engine.api.ScriptTest
test5_UpdateProps(org.eclipse.birt.data.engine.api.ScriptTest)  Time elapsed: 0.051 s
test1_ReadDataSource(org.eclipse.birt.data.engine.api.ScriptTest)  Time elapsed: 0.049 s
test3_ReadDataSet(org.eclipse.birt.data.engine.api.ScriptTest)  Time elapsed: 0.069 s
test4_UpdateQueryText(org.eclipse.birt.data.engine.api.ScriptTest)  Time elapsed: 0.069 s
test2_UpdateDataSource(org.eclipse.birt.data.engine.api.ScriptTest)  Time elapsed: 0.053 s
Running org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.023 s - in org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest
testDataSetWithJVMCache(org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest)  Time elapsed: 0.009 s
testDataSetWithDteLevelCache(org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest)  Time elapsed: 60.007 s
testDataSetWithoutCache(org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest)  Time elapsed: 0.007 s
Running org.eclipse.birt.data.engine.api.ProgressiveViewingTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.birt.data.engine.api.ProgressiveViewingTest
testProgressiveViewing1(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.006 s
testProgressiveViewing2(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.006 s
testProgressiveViewing3(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.007 s
testProgressiveViewing4(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.005 s
testProgressiveViewing5(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.007 s
testProgressiveViewing6(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.006 s
testProgressiveViewing7(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.007 s
testProgressiveViewing8(org.eclipse.birt.data.engine.api.ProgressiveViewingTest)  Time elapsed: 0.007 s
Running org.eclipse.birt.data.engine.api.ScriptedDSTest
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
row.NUM2 value is:3    row.SQUARE2 value is:9.0    row.STR2 value is:row#3    row.ANY2 value is:true    
row.NUM2 value is:4    row.SQUARE2 value is:16.0    row.STR2 value is:row#4    row.ANY2 value is:true    
row.NUM2 value is:5    row.SQUARE2 value is:25.0    row.STR2 value is:row#5    row.ANY2 value is:false    
row.NUM2 value is:6    row.SQUARE2 value is:36.0    row.STR2 value is:row#6    row.ANY2 value is:false    
row.NUM2 value is:7    row.SQUARE2 value is:49.0    row.STR2 value is:row#7    row.ANY2 value is:false    
row.NUM2 value is:8    row.SQUARE2 value is:64.0    row.STR2 value is:row#8    row.ANY2 value is:false    
row.NUM2 value is:9    row.SQUARE2 value is:81.0    row.STR2 value is:row#9    row.ANY2 value is:false    
row.NUM2 value is:10    row.SQUARE2 value is:100.0    row.STR2 value is:row#10    row.ANY2 value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
row.NUM value is:10    row.SQUARE value is:100.0    row.STR value is:row#10    row.ANY value is:false    
row.NUM value is:9    row.SQUARE value is:81.0    row.STR value is:row#9    row.ANY value is:false    
row.NUM value is:8    row.SQUARE value is:64.0    row.STR value is:row#8    row.ANY value is:false    
row.NUM value is:7    row.SQUARE value is:49.0    row.STR value is:row#7    row.ANY value is:false    
row.NUM value is:6    row.SQUARE value is:36.0    row.STR value is:row#6    row.ANY value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
row.NUM value is:10    row.SQUARE value is:100.0    row.STR value is:row#10    row.ANY value is:false    
row.NUM value is:9    row.SQUARE value is:81.0    row.STR value is:row#9    row.ANY value is:false    
row.NUM value is:8    row.SQUARE value is:64.0    row.STR value is:row#8    row.ANY value is:false    
row.NUM value is:7    row.SQUARE value is:49.0    row.STR value is:row#7    row.ANY value is:false    
row.NUM value is:6    row.SQUARE value is:36.0    row.STR value is:row#6    row.ANY value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
row.NUM value is:10    row.SQUARE value is:100.0    row.STR value is:row#10    row.ANY value is:false    
row.NUM value is:9    row.SQUARE value is:81.0    row.STR value is:row#9    row.ANY value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
row.NUM value is:3    row.SQUARE value is:9.0    row.STR value is:row#3    row.ANY value is:true    
row.NUM value is:4    row.SQUARE value is:16.0    row.STR value is:row#4    row.ANY value is:true    
row.NUM value is:5    row.SQUARE value is:25.0    row.STR value is:row#5    row.ANY value is:false    
row.NUM value is:6    row.SQUARE value is:36.0    row.STR value is:row#6    row.ANY value is:false    
row.NUM value is:7    row.SQUARE value is:49.0    row.STR value is:row#7    row.ANY value is:false    
row.NUM value is:8    row.SQUARE value is:64.0    row.STR value is:row#8    row.ANY value is:false    
row.NUM value is:9    row.SQUARE value is:81.0    row.STR value is:row#9    row.ANY value is:false    
row.NUM value is:10    row.SQUARE value is:100.0    row.STR value is:row#10    row.ANY value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
Query row count:8

Group row count:3
row.NUM value is:3    row.SQUARE value is:9.0    row.STR value is:row#3    row.ANY value is:true    
row.NUM value is:4    row.SQUARE value is:16.0    row.STR value is:row#4    row.ANY value is:true    
row.NUM value is:5    row.SQUARE value is:25.0    row.STR value is:row#5    row.ANY value is:false    

Group row count:3
row.NUM value is:6    row.SQUARE value is:36.0    row.STR value is:row#6    row.ANY value is:false    
row.NUM value is:7    row.SQUARE value is:49.0    row.STR value is:row#7    row.ANY value is:false    
row.NUM value is:8    row.SQUARE value is:64.0    row.STR value is:row#8    row.ANY value is:false    

Group row count:2
row.NUM value is:9    row.SQUARE value is:81.0    row.STR value is:row#9    row.ANY value is:false    
row.NUM value is:10    row.SQUARE value is:100.0    row.STR value is:row#10    row.ANY value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
row.NUM value is:10    row.SQUARE value is:100.0    row.STR value is:row#10    row.ANY value is:false    
row.NUM value is:9    row.SQUARE value is:81.0    row.STR value is:row#9    row.ANY value is:false    
row.NUM value is:8    row.SQUARE value is:64.0    row.STR value is:row#8    row.ANY value is:false    
row.NUM value is:7    row.SQUARE value is:49.0    row.STR value is:row#7    row.ANY value is:false    
row.NUM value is:6    row.SQUARE value is:36.0    row.STR value is:row#6    row.ANY value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
@@EVENT:DataSource.beforeOpen
@@EVENT:DataSource.open
@@EVENT:DataSource.afterOpen
@@EVENT:DataSet.beforeOpen
@@EVENT:ScriptDataSet.open
@@EVENT:DataSet.afterOpen
row.NUM value is:3    row.SQUARE value is:9.0    row.STR value is:row#3    row.ANY value is:true    
row.NUM value is:4    row.SQUARE value is:16.0    row.STR value is:row#4    row.ANY value is:true    
row.NUM value is:5    row.SQUARE value is:25.0    row.STR value is:row#5    row.ANY value is:false    
row.NUM value is:6    row.SQUARE value is:36.0    row.STR value is:row#6    row.ANY value is:false    
row.NUM value is:7    row.SQUARE value is:49.0    row.STR value is:row#7    row.ANY value is:false    
row.NUM value is:8    row.SQUARE value is:64.0    row.STR value is:row#8    row.ANY value is:false    
row.NUM value is:9    row.SQUARE value is:81.0    row.STR value is:row#9    row.ANY value is:false    
row.NUM value is:10    row.SQUARE value is:100.0    row.STR value is:row#10    row.ANY value is:false    
@@EVENT:DataSet.beforeClose
@@EVENT:ScriptDataSet.close
@@EVENT:DataSet.afterClose
@@EVENT:DataSource.beforeClose
@@EVENT:DataSource.close
@@EVENT:DataSource.afterClose
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.7 s - in org.eclipse.birt.data.engine.api.ScriptedDSTest
testMultipleDataSource(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.014 s
testFetchWithAlias(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.013 s
testImportPackage(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 1.172 s
testFetchLimit1(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.008 s
testFetchLimit2(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.008 s
testFetchLimit3(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.008 s
testMaxRows(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.01 s
testDateTimeValues(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.407 s
testFetch1(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.01 s
testFetch2(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.009 s
testFetch3(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.008 s
testGetMetaDataStatic(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.007 s
testGlobalVariable(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.008 s
testGetMetaDataDynamic(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.008 s
testFetch1Dynamic(org.eclipse.birt.data.engine.api.ScriptedDSTest)  Time elapsed: 0.009 s
Running org.eclipse.birt.data.engine.api.StoredProcedureTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.api.StoredProcedureTest
org.eclipse.birt.data.engine.api.StoredProcedureTest skipped
Running org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
####### Temporary query result #######
3    China    Jiangshu    Nanjing    30    8    4    3    499.0    
13    China    Jiangshu    Nanjing    31    8    4    3    499.0    
14    China    Jiangshu    Nanjing    32    8    4    3    499.0    
11    UK    England    London    10    4    3    3    499.0    
17    UK    England    London    21    4    3    3    499.0    
18    UK    England    London    22    4    3    3    499.0    
8    US    California    Los Angeles    10    6    5    3    499.0    
15    US    California    Los Angeles    11    6    5    3    499.0    
16    US    California    Los Angeles    12    6    5    3    499.0    
####### Temporary query result #######
3    China    Jiangshu    Nanjing    30    8    4    3    499.0    
13    China    Jiangshu    Nanjing    31    8    4    3    499.0    
14    China    Jiangshu    Nanjing    32    8    4    3    499.0    
8    US    California    Los Angeles    10    6    5    3    499.0    
15    US    California    Los Angeles    11    6    5    3    499.0    
16    US    California    Los Angeles    12    6    5    3    499.0    
*****A new Report Start!*****
S:0 E:4 3    China    Jiangshu    Nanjing    30    8    4    3    499.0    
S:4 E:4 13    China    Jiangshu    Nanjing    31    8    4    3    499.0    
S:4 E:0 14    China    Jiangshu    Nanjing    32    8    4    3    499.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 11    UK    England    London    10    4    3    3    499.0    true    
S:4 E:4 17    UK    England    London    21    4    3    3    499.0    true    
S:4 E:1 18    UK    England    London    22    4    3    3    499.0    true    
S:1 E:3 9    US    California    Hollywood    20    6    5    1    499.0    false    
S:3 E:0 10    US    California    San Francisco    30    6    5    1    499.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 2    China    Beijing    Beijing    20    8    1    1    499.0    false    
S:2 E:4 3    China    Jiangshu    Nanjing    30    8    4    3    499.0    true    
S:4 E:4 13    China    Jiangshu    Nanjing    31    8    4    3    499.0    true    
S:4 E:3 14    China    Jiangshu    Nanjing    32    8    4    3    499.0    true    
S:3 E:2 4    China    Jiangshu    Suzhou    40    8    4    1    499.0    false    
S:2 E:2 1    China    Shanghai    Shanghai    10    8    1    1    499.0    false    
S:2 E:3 5    China    Sichuan    Chengdu    50    8    2    1    499.0    false    
S:3 E:0 6    China    Sichuan    Mianyang    60    8    2    1    499.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 1    China    Shanghai    Shanghai    10    8    1    1    10.0    true    
S:1 E:1 12    UK    Scotland    Edinburgh    20    4    1    1    20.0    true    
S:1 E:0 7    US    Colombia    Washington    70    6    1    1    70.0    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 2    China    Beijing    Beijing    20    8    1    1    20.0    false    
S:2 E:1 1    China    Shanghai    Shanghai    10    8    1    1    10.0    true    
S:1 E:0 12    UK    Scotland    Edinburgh    20    4    1    1    20.0    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 11    UK    England    London    10    4    3    3    73.0    false    
S:4 E:4 17    UK    England    London    21    4    3    3    73.0    false    
S:4 E:2 18    UK    England    London    22    4    3    3    73.0    false    
S:2 E:1 12    UK    Scotland    Edinburgh    20    4    1    1    73.0    false    
S:1 E:3 9    US    California    Hollywood    20    6    5    1    153.0    false    
S:3 E:2 10    US    California    San Francisco    30    6    5    1    153.0    false    
S:2 E:0 7    US    Colombia    Washington    70    6    1    1    153.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 18    UK    England    London    22    4    3    3    73.0    false    
S:1 E:2 10    US    California    San Francisco    30    6    5    1    153.0    false    
S:2 E:0 7    US    Colombia    Washington    70    6    1    1    153.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 14    China    Jiangshu    Nanjing    32    8    4    3    273.0    true    
S:2 E:0 5    China    Sichuan    Chengdu    50    8    2    1    273.0    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 9    US    California    Hollywood    20    6    5    1    83.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 9    US    California    Hollywood    20    6    5    1    83.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 2    China    Beijing    Beijing    20    8    1    1    499.0    
S:2 E:4 3    China    Jiangshu    Nanjing    30    8    4    3    499.0    
S:4 E:4 13    China    Jiangshu    Nanjing    31    8    4    3    499.0    
S:4 E:3 14    China    Jiangshu    Nanjing    32    8    4    3    499.0    
S:3 E:2 4    China    Jiangshu    Suzhou    40    8    4    1    499.0    
S:2 E:3 5    China    Sichuan    Chengdu    50    8    2    1    499.0    
S:3 E:1 6    China    Sichuan    Mianyang    60    8    2    1    499.0    
S:1 E:4 17    UK    England    London    21    4    3    3    499.0    
S:4 E:2 18    UK    England    London    22    4    3    3    499.0    
S:2 E:1 12    UK    Scotland    Edinburgh    20    4    1    1    499.0    
S:1 E:3 9    US    California    Hollywood    20    6    5    1    499.0    
S:3 E:4 15    US    California    Los Angeles    11    6    5    3    499.0    
S:4 E:3 16    US    California    Los Angeles    12    6    5    3    499.0    
S:3 E:2 10    US    California    San Francisco    30    6    5    1    499.0    
S:2 E:0 7    US    Colombia    Washington    70    6    1    1    499.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 3    China    Jiangshu    Nanjing    30    8    4    3    499.0    
S:4 E:4 13    China    Jiangshu    Nanjing    31    8    4    3    499.0    
S:4 E:1 14    China    Jiangshu    Nanjing    32    8    4    3    499.0    
S:1 E:4 11    UK    England    London    10    4    3    3    499.0    
S:4 E:4 17    UK    England    London    21    4    3    3    499.0    
S:4 E:1 18    UK    England    London    22    4    3    3    499.0    
S:1 E:4 8    US    California    Los Angeles    10    6    5    3    499.0    
S:4 E:4 15    US    California    Los Angeles    11    6    5    3    499.0    
S:4 E:0 16    US    California    Los Angeles    12    6    5    3    499.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 4    China    Jiangshu    Suzhou    40    8    4    1    499.0    false    
S:2 E:1 6    China    Sichuan    Mianyang    60    8    2    1    499.0    false    
S:1 E:3 9    US    California    Hollywood    20    6    5    1    499.0    false    
S:3 E:0 10    US    California    San Francisco    30    6    5    1    499.0    false    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:4 17    UK    England    London    21    4    3    3    499.0    true    
S:4 E:1 18    UK    England    London    22    4    3    3    499.0    true    
S:1 E:0 16    US    California    Los Angeles    12    6    5    3    499.0    true    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 7    US    Colombia    Washington    70    6    1    1    70.0    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:0 6    China    Sichuan    Mianyang    60    8    2    1    60.0    

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 s - in org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest
testIV1(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.096 s
testGroupFilter1(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.079 s
testGroupFilter2(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.068 s
testGroupFilter3(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.072 s
testGroupFilter4(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.075 s
testGroupFilter5(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.073 s
testGroupFilter6(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.088 s
testGroupFilter7(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.065 s
testGroupFilter8(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.046 s
testGroupFilter9(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.042 s
testRowFilter1(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.053 s
testRowFilter2(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.045 s
testRowFilter3(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.055 s
testRowFilter4(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.057 s
testRowFilter5(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.054 s
testRowFilter6(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.055 s
testRowFilter7(org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest)  Time elapsed: 0.064 s
Running org.eclipse.birt.data.engine.api.DataSetCacheTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  CHINA Beijing 2004-01-01 00:00:00.0 7000 4 7900.0
row result set:  CHINA Shanghai 2004-06-01 00:00:00.0 100 4 7900.0
row result set:  US Chicago 2004-03-02 00:00:00.0 700 4 7900.0
row result set:  US New York 2004-05-01 00:00:00.0 100 4 7900.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  CHINA Beijing 2004-01-01 00:00:00.0 7000 4 7900.0
row result set:  CHINA Shanghai 2004-06-01 00:00:00.0 100 4 7900.0
row result set:  US Chicago 2004-03-02 00:00:00.0 700 4 7900.0
row result set:  US New York 2004-05-01 00:00:00.0 100 4 7900.0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
row result set:  100 10000.0 row#100
row result set:  99 9801.0 row#99
row result set:  98 9604.0 row#98
row result set:  97 9409.0 row#97
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, 2004-01-01 00:00:00.0, 7000
US, New York, 2004-05-01 00:00:00.0, 100
CHINA, Shanghai, 2004-06-01 00:00:00.0, 100
US, Chicago, 2004-03-02 00:00:00.0, 700
US, New York, 2004-06-01 00:00:00.0, 100
CHINA, Shanghai, 2004-01-01 00:00:00.0, 100
CHINA, Beijing, 2004-06-05 00:00:00.0, 400
##reset cache size##
CHINA, Beijing, 2004-01-01 00:00:00.0, 7000
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, New York, US, New York
US, New York, US, New York
US, New York, US, New York
US, New York, US, New York
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, New York, US, New York
US, New York, US, New York
US, New York, US, New York
US, New York, US, New York
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Beijing, CHINA, Beijing
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
CHINA, Shanghai, CHINA, Shanghai
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, Chicago, US, Chicago
US, New York, US, New York
US, New York, US, New York
US, New York, US, New York
US, New York, US, New York
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 s - in org.eclipse.birt.data.engine.api.DataSetCacheTest
testEnableCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.038 s
testOdaCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.053 s
testOdaCache2(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.049 s
testScriptedCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.048 s
testClearCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.048 s
testUseCacheWithMemoryCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.058 s
testDisableCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.042 s
testSerializableJavaObjectCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.468 s
testUseCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.054 s
testJointDataSetCacheWithFilter(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.036 s
testJointDataSetCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.038 s
testAlwaysCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.031 s
testJointDataSetCacheWithGroup(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.043 s
testUnserializableJavaObjectCache(org.eclipse.birt.data.engine.api.DataSetCacheTest)  Time elapsed: 0.41 s
Running org.eclipse.birt.data.engine.api.UsesDetailFalseTest
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
---row data
0 (row0)
   ---sub query data
   row1   row2  aggr value(col0+col1)
    0     0        9.0
    0     0        9.0
    0     1        9.0
    0     1        9.0
    0     2        9.0
    0     2        9.0
    1     0        18.0
    1     0        18.0
    1     1        18.0
    1     1        18.0
    1     2        18.0
    1     2        18.0
    2     0        27.0
    2     0        27.0
    2     1        27.0
    2     1        27.0
    2     2        27.0
    2     2        27.0
0 (row0)
   ---sub query data
   row1   row2  aggr value(col0+col1)
    0     0        9.0
    0     0        9.0
    0     1        9.0
    0     1        9.0
    0     2        9.0
    0     2        9.0
    1     0        18.0
    1     0        18.0
    1     1        18.0
    1     1        18.0
    1     2        18.0
    1     2        18.0
    2     0        27.0
    2     0        27.0
    2     1        27.0
    2     1        27.0
    2     2        27.0
    2     2        27.0
1 (row0)
   ---sub query data
   row1   row2  aggr value(col0+col1)
    0     0        9.0
    0     0        9.0
    0     1        9.0
    0     1        9.0
    0     2        9.0
    0     2        9.0
    1     0        18.0
    1     0        18.0
    1     1        18.0
    1     1        18.0
    1     2        18.0
    1     2        18.0
    2     0        27.0
    2     0        27.0
    2     1        27.0
    2     1        27.0
    2     2        27.0
    2     2        27.0
1 (row0)
   ---sub query data
   row1   row2  aggr value(col0+col1)
    0     0        9.0
    0     0        9.0
    0     1        9.0
    0     1        9.0
    0     2        9.0
    0     2        9.0
    1     0        18.0
    1     0        18.0
    1     1        18.0
    1     1        18.0
    1     2        18.0
    1     2        18.0
    2     0        27.0
    2     0        27.0
    2     1        27.0
    2     1        27.0
    2     2        27.0
    2     2        27.0
2 (row0)
   ---sub query data
   row1   row2  aggr value(col0+col1)
    0     0        9.0
    0     0        9.0
    0     1        9.0
    0     1        9.0
    0     2        9.0
    0     2        9.0
    1     0        18.0
    1     0        18.0
    1     1        18.0
    1     1        18.0
    1     2        18.0
    1     2        18.0
    2     0        27.0
    2     0        27.0
    2     1        27.0
    2     1        27.0
    2     2        27.0
    2     2        27.0
2 (row0)
   ---sub query data
   row1   row2  aggr value(col0+col1)
    0     0        9.0
    0     0        9.0
    0     1        9.0
    0     1        9.0
    0     2        9.0
    0     2        9.0
    1     0        18.0
    1     0        18.0
    1     1        18.0
    1     1        18.0
    1     2        18.0
    1     2        18.0
    2     0        27.0
    2     0        27.0
    2     1        27.0
    2     1        27.0
    2     2        27.0
    2     2        27.0
---sum data (col0)
0.0
0.0
27.0
27.0
54.0
54.0
---starting group level data
0
2
1
2
1
2
---ending group level data
2
1
2
1
2
0
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.birt.data.engine.api.UsesDetailFalseTest
test(org.eclipse.birt.data.engine.api.UsesDetailFalseTest)  Time elapsed: 0.164 s
test2(org.eclipse.birt.data.engine.api.UsesDetailFalseTest)  Time elapsed: 0.239 s
Running org.eclipse.birt.data.engine.api.OutputParamManualTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.data.engine.api.OutputParamManualTest
testOutputParameter(org.eclipse.birt.data.engine.api.OutputParamManualTest) skipped
Running org.eclipse.birt.data.engine.aggregation.TotalTest
Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.birt.data.engine.aggregation.TotalTest
testTotalConcatenate(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalRunningSum(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalBottom(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0.001 s
testTotalMaxDate(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalMinDate(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalPercentRank(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalMedian(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalCount(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalFirst(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalPercentSum(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0.001 s
testTotalPercentile(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalRange(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalStdDev(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalMaxString(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalWeightedAva(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalMinString(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0.001 s
testTotalAve(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalMax(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalMin(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalSum(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalTop(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalRunningCount(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalLast(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0.001 s
testTotalMode(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalRank(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalTop2(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalQuartile(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalVariance(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalMovingAve(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
testTotalAveDate(org.eclipse.birt.data.engine.aggregation.TotalTest)  Time elapsed: 0 s
Running org.eclipse.birt.data.engine.aggregation.ProgressiveAggregationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.birt.data.engine.aggregation.ProgressiveAggregationTest
testEmptyResultSet(org.eclipse.birt.data.engine.aggregation.ProgressiveAggregationTest)  Time elapsed: 0.006 s
Running org.eclipse.birt.data.engine.aggregation.FinanceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.birt.data.engine.aggregation.FinanceTest
testIrr(org.eclipse.birt.data.engine.aggregation.FinanceTest)  Time elapsed: 0.002 s
testNpv(org.eclipse.birt.data.engine.aggregation.FinanceTest)  Time elapsed: 0 s
testMirr(org.eclipse.birt.data.engine.aggregation.FinanceTest)  Time elapsed: 0 s
testRunningNpv(org.eclipse.birt.data.engine.aggregation.FinanceTest)  Time elapsed: 0.001 s

Results:

Tests run: 1192, Failures: 0, Errors: 0, Skipped: 27

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests >----
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.tests 4.14.0-SNAPSHOT [146/288]
[INFO]   from data/org.eclipse.birt.report.data.oda.jdbc.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.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/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.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/data/org.eclipse.birt.report.data.oda.jdbc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/odajdbctests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/org.eclipse.birt.report.data.oda.jdbc.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.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/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.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/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/custom.profile, -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.tests/target/jacoco-it.exec, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/surefire.properties]
Running org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest
Jun 06, 2023 5:21:34 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jun 06, 2023 5:21:35 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager findDriver
INFO: Loaded JDBC driver class in class path: org.apache.derby.jdbc.EmbeddedDriver
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.732 s - in org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest
testSupportsNamedParameters(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 1.666 s
testDataSourceMetaData(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.002 s
testGetDataSourceMajorVersion(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.002 s
testSupportsMultipleOpenResults(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testGetSortMode(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testSupportsMultipleResultSets(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testSupportsInParameters(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.002 s
testGetDataSourceMinorVersion(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testGetDataSourceObjects(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testGetConnection(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testGetDataSourceProductVersion(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testGetDataSourceProductName(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testSupportsNamedResultSets(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.002 s
testSupportsOutParameters(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.001 s
testGetSQLStateType(org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest
Jun 06, 2023 5:21:36 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: -100 is not a valid log level.
Jun 06, 2023 5:21:36 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: -100 is not a valid log level.
Jun 06, 2023 5:21:36 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: -100 is not a valid log level.
Jun 06, 2023 5:21:36 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogHandler
WARNING: Cannot create FileHandler.
java.nio.file.NoSuchFileException: invalid directory?/invalid prefix?-20230606-172136.log.lck
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:181)
	at java.base/java.nio.channels.FileChannel.open(FileChannel.java:298)
	at java.base/java.nio.channels.FileChannel.open(FileChannel.java:357)
	at java.logging/java.util.logging.FileHandler.openFiles(FileHandler.java:512)
	at java.logging/java.util.logging.FileHandler.<init>(FileHandler.java:342)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogHandler(LogConfig.java:167)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogConfiguration(LogConfig.java:97)
	at org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver.setLogConfiguration(OdaJdbcDriver.java:105)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig(LogConfigurationTest.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:21:36 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: Cannot create log handler for package.
Jun 06, 2023 5:21:36 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: Cannot setup Formatter object.
java.lang.ClassNotFoundException: invalid formatter class! cannot be found by org.eclipse.birt.report.data.oda.jdbc_4.14.0.v202306061713
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogConfiguration(LogConfig.java:120)
	at org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver.setLogConfiguration(OdaJdbcDriver.java:105)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig(LogConfigurationTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:21:36 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: Cannot setup Formatter object.
java.lang.ClassNotFoundException: invalid formatter class! cannot be found by org.eclipse.birt.report.data.oda.jdbc_4.14.0.v202306061713
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:541)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:536)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:416)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:168)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogConfiguration(LogConfig.java:120)
	at org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver.setLogConfiguration(OdaJdbcDriver.java:105)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig(LogConfigurationTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest
testValidLogConfig(org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest)  Time elapsed: 0.002 s
testInvalidLogConfig(org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest)  Time elapsed: 0.149 s
testFileLogging(org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest)  Time elapsed: 0 s
Running org.eclipse.birt.report.data.oda.jdbc.StatementTest
execute is called
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.202 s - in org.eclipse.birt.report.data.oda.jdbc.StatementTest
testGetParameterMetaData(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.347 s
testClose(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.08 s
testSetIntintint(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.054 s
testClearInParameters(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.057 s
testPrepare(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.05 s
testExecuteQuery(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.055 s
testSetTimestampintTimestamp(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.055 s
testSetGetMaxRows(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.073 s
testSetDoubleintdouble(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.082 s
testSetStringintString(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.068 s
testSetBigDecimalintBigDecimal(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.071 s
testGetMetaData(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.074 s
testSetTimeintTime(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.065 s
testSetDateintDate(org.eclipse.birt.report.data.oda.jdbc.StatementTest)  Time elapsed: 0.067 s
Running org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest
execute is called
execute is called
execute is called
execute is called
execute is called
execute is called
execute is called
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest
testGetScale(org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest)  Time elapsed: 0.084 s
testGetParameterTypeName(org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest)  Time elapsed: 0.05 s
testGetParameterCount(org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest)  Time elapsed: 0.046 s
testGetPrecision(org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest)  Time elapsed: 0.048 s
testIsNullable(org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest)  Time elapsed: 0.052 s
testGetParameterMode(org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest)  Time elapsed: 0.046 s
testGetParameterType(org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest)  Time elapsed: 0.059 s
Running org.eclipse.birt.report.data.oda.jdbc.JDBCExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.report.data.oda.jdbc.JDBCExceptionTest
testJDBCException(org.eclipse.birt.report.data.oda.jdbc.JDBCExceptionTest)  Time elapsed: 0 s
Running org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest
testSetAppContext(org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest)  Time elapsed: 0.001 s
testGetConnection(org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest)  Time elapsed: 0 s
Running org.eclipse.birt.report.data.oda.jdbc.CallStatementTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.birt.report.data.oda.jdbc.CallStatementTest
org.eclipse.birt.report.data.oda.jdbc.CallStatementTest skipped
Running org.eclipse.birt.report.data.oda.jdbc.DBConfigTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.birt.report.data.oda.jdbc.DBConfigTest
testPoicyQulification(org.eclipse.birt.report.data.oda.jdbc.DBConfigTest)  Time elapsed: 0 s
Running org.eclipse.birt.report.data.oda.jdbc.ResultSetTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.eclipse.birt.report.data.oda.jdbc.ResultSetTest
testClose(org.eclipse.birt.report.data.oda.jdbc.ResultSetTest)  Time elapsed: 0.067 s
testSetMaxRows(org.eclipse.birt.report.data.oda.jdbc.ResultSetTest)  Time elapsed: 0.062 s
testFindColumn(org.eclipse.birt.report.data.oda.jdbc.ResultSetTest)  Time elapsed: 0.057 s
testResultValuesByColName(org.eclipse.birt.report.data.oda.jdbc.ResultSetTest)  Time elapsed: 0.058 s
testGetMetaData(org.eclipse.birt.report.data.oda.jdbc.ResultSetTest)  Time elapsed: 0.069 s
testResultValuesByIndex(org.eclipse.birt.report.data.oda.jdbc.ResultSetTest)  Time elapsed: 0.059 s
Running org.eclipse.birt.report.data.oda.jdbc.ConnectionTest
execute is called
execute is called
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.628 s - in org.eclipse.birt.report.data.oda.jdbc.ConnectionTest
testConnection(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.059 s
testClose(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.059 s
testOpen(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.145 s
testJndiConnection(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.074 s
testRollback(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.047 s
testCreateStatement(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.051 s
testCommit(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.081 s
testIsOpen(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.053 s
testGetMetaDataString(org.eclipse.birt.report.data.oda.jdbc.ConnectionTest)  Time elapsed: 0.057 s
Running org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest
i = 1
rsmd_ResultSet getColumnName  = COL0
i = 2
rsmd_ResultSet getColumnName  = COL1
i = 3
rsmd_ResultSet getColumnName  = COL2
i = 4
rsmd_ResultSet getColumnName  = COL3
i = 5
rsmd_ResultSet getColumnName  = COL4
i = 6
rsmd_ResultSet getColumnName  = COL5
i = 7
rsmd_ResultSet getColumnName  = COL6
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s - in org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest
testGetColumnType_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.059 s
testGetScale_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.059 s
testGetPrecision_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.064 s
testGetColumnTypeName_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.072 s
testGetColumnName_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.051 s
testGetColumnCount_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.038 s
testIsNullable_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.04 s
testGetPrecision_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.041 s
testGetColumnCount_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.043 s
testGetColumnDisplayLength_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.042 s
testGetColumnTypeName_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.049 s
testGetColumnName_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.049 s
testGetScale_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.051 s
testGetColumnLabel_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.05 s
testGetColumnType_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.059 s
testGetColumnLabel_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.056 s
testIsNullable_ResultSet(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.058 s
testGetColumnDisplayLength_Statment(org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest)  Time elapsed: 0.06 s

Results:

Tests run: 77, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[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.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco-it.exec
[INFO] Analyzed bundle 'org.eclipse.birt.report.data.oda.jdbc.tests' with 16 classes
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.tests >-------
[INFO] Building org.eclipse.birt.report.designer.tests 4.14.0-SNAPSHOT [147/288]
[INFO]   from UI/org.eclipse.birt.report.designer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.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/UI/org.eclipse.birt.report.designer.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.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/UI/org.eclipse.birt.report.designer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.tests ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/designertests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/target/org.eclipse.birt.report.designer.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.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/UI/org.eclipse.birt.report.designer.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.designer.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html.tests >--
[INFO] Building org.eclipse.birt.report.engine.emitter.html.tests 4.14.0-SNAPSHOT [148/288]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.html.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.html.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.html.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.emitter.html.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.html.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.emitter.html.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.html.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/emitterhtmltests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/org.eclipse.birt.report.engine.emitter.html.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.html.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.emitter.html.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.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.emitter.html.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/surefire.properties]
Running org.eclipse.birt.report.engine.emitter.html.AllTests
Jun 06, 2023 5:21:45 PM org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitter outputCSSStyles
WARNING: [HTMLReportEmitter] Report object is null.
Jun 06, 2023 5:21:46 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jun 06, 2023 5:21:46 PM 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
Jun 06, 2023 5:21:46 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin start
INFO: Sampledb plugin starts up. Current startCount=0
Jun 06, 2023 5:21:46 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin init
INFO: Creating Sampledb database at location /tmp/BIRTSampleDB_1686072106553_568f4faa
Jun 06, 2023 5:21:47 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:47 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:47 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:47 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/reportdocument is not closed.
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.201 s - in org.eclipse.birt.report.engine.emitter.html.AllTests
testBuildStyle(org.eclipse.birt.report.engine.emitter.html.AttributeBuilderTest)  Time elapsed: 0 s
testBuildPos(org.eclipse.birt.report.engine.emitter.html.AttributeBuilderTest)  Time elapsed: 0.009 s
testEndEmitter(org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitterTest)  Time elapsed: 0.061 s
testAllItems(org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest)  Time elapsed: 2.133 s
testDataItem(org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest)  Time elapsed: 0.178 s
testDefaultGroupIconPlace(org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest)  Time elapsed: 0.105 s
testDisplayGroupIcon(org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest)  Time elapsed: 0.199 s
testDataItemWithoutBookmark(org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest)  Time elapsed: 0.09 s
testDisplayGroupIconWithGroupKey(org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest)  Time elapsed: 0.101 s
testWrapTemplateTable(org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest)  Time elapsed: 0.021 s
testTableColumnWidth(org.eclipse.birt.report.engine.emitter.html.TableLayoutTest)  Time elapsed: 0.083 s
testScriptOutput(org.eclipse.birt.report.engine.emitter.html.ScriptTest)  Time elapsed: 0.01 s
testActionScript(org.eclipse.birt.report.engine.emitter.html.DrillThroughActionScriptTest)  Time elapsed: 0.049 s
testVisionOptimize(org.eclipse.birt.report.engine.emitter.html.HTMLEmitterOptimizeTest)  Time elapsed: 0.029 s
testPerformanceOptimize(org.eclipse.birt.report.engine.emitter.html.HTMLEmitterOptimizeTest)  Time elapsed: 0.028 s
testCSSStyleClass(org.eclipse.birt.report.engine.emitter.html.StyleTest)  Time elapsed: 0.041 s
testInlineStyle(org.eclipse.birt.report.engine.emitter.html.StyleTest)  Time elapsed: 0.013 s

Results:

Tests run: 17, Failures: 0, Errors: 0, Skipped: 0

Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin stop
INFO: Sampledb plugin stopping. Current startCount=1
Jun 06, 2023 5:21:48 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase
INFO: Removing Sampledb DB directory at location /tmp/BIRTSampleDB_1686072106553_568f4faa
[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.html.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests >--
[INFO] Building org.eclipse.birt.report.engine.emitter.pdf.tests 4.14.0-SNAPSHOT [149/288]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.pdf.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf.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.emitter.pdf.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pdf.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.emitter.pdf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/emitterpdf.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf.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.emitter.pdf.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript.tests >--
[INFO] Building org.eclipse.birt.report.engine.emitter.postscript.tests 4.14.0-SNAPSHOT [150/288]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.postscript.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.postscript.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.postscript.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.emitter.postscript.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.postscript.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.emitter.postscript.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.postscript.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/emitterpostscript.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/org.eclipse.birt.report.engine.emitter.postscript.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.postscript.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.emitter.postscript.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.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.emitter.postscript.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/surefire.properties]
Running org.eclipse.birt.report.engine.emitter.postscript.AllTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.birt.report.engine.emitter.postscript.AllTests
testRenderReport(org.eclipse.birt.report.engine.emitter.postscript.PostScriptRenderTest)  Time elapsed: 0.001 s

Results:

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.postscript.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel.tests >--
[INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.14.0-SNAPSHOT [151/288]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.prototype.excel.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.prototype.excel.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.emitter.prototype.excel.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.prototype.excel.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.emitter.prototype.excel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.prototype.excel.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/emitterexceltests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/org.eclipse.birt.report.engine.emitter.prototype.excel.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.prototype.excel.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.emitter.prototype.excel.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.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.emitter.prototype.excel.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/surefire.properties]
Running org.eclipse.birt.report.engine.emitter.prototype.excel.AllTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.birt.report.engine.emitter.prototype.excel.AllTests
testParse(org.eclipse.birt.report.engine.emitter.prototype.excel.DateSymbolTest)  Time elapsed: 0.098 s
testFormatNumberPattern(org.eclipse.birt.report.engine.emitter.prototype.excel.DateSymbolTest)  Time elapsed: 0 s
testStartSheet(org.eclipse.birt.report.engine.emitter.prototype.excel.ExcelWriterTest)  Time elapsed: 0.013 s

Results:

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests ---
[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.prototype.excel.tests ---
[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.prototype.excel.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.tests >--------
[INFO] Building org.eclipse.birt.report.engine.tests 4.14.0-SNAPSHOT  [152/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 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.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.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
Jun 06, 2023 5:22:03 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jun 06, 2023 5:22:03 PM 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
Jun 06, 2023 5:22:03 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin start
INFO: Sampledb plugin starts up. Current startCount=0
Jun 06, 2023 5:22:03 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin init
INFO: Creating Sampledb database at location /tmp/BIRTSampleDB_1686072123886_665b441e
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 
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 4ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_CN/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/truetype cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/tt cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ar/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ja/X11/fonts/TT cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/windows/fonts cost:0ms
Jun 06, 2023 5:22:05 PM 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:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TTF cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ja/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/TTF cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/windows/fonts cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/OTF cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/windows/fonts cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/WINNT/fonts cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/WINNT/fonts cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/OTF cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/WINNT/fonts cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_TW/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/default/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/WINNT/fonts cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/windows/fonts cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ko/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/truetype cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/WINNT/fonts cost:0ms
Jun 06, 2023 5:22:05 PM 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
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/windows/fonts cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ko/TrueType cost:0ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 1ms
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_pdf.xml cost 0ms
CUSTOMERNUMBER,CHECKNUMBER,PAYMENTDATE,now,now
103.00,hq336336,2012-10-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
103.00,jm555205,2011-06-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
103.00,om314933,2012-12-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
112.00,bo864823,2012-12-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
112.00,hq55022,2011-06-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
112.00,nd748579,2012-08-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
114.00,gg31455,2011-05-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
114.00,ma765515,2012-12-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
114.00,np603840,2011-05-31,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
114.00,nr27552,2012-03-10,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
119.00,db933704,2012-11-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
119.00,ln373447,2012-08-08,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
119.00,ng94694,2013-02-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
121.00,db889831,2011-02-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
121.00,fd317790,2011-10-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
121.00,ki831359,2012-11-04,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
121.00,ma302151,2012-11-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,ae215433,2013-03-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,bg255406,2012-08-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,cq287967,2011-04-11,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,et64396,2013-04-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,hi366474,2012-12-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,hr86578,2012-11-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,ki131716,2011-08-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,lf217299,2012-03-26,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
124.00,nt141748,2011-11-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
128.00,di925118,2011-01-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
128.00,fa465482,2011-10-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
128.00,fh668230,2012-03-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
128.00,ip383901,2012-11-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
129.00,dm826140,2012-12-08,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
129.00,id449593,2011-12-11,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
129.00,pi42991,2011-04-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
131.00,cl442705,2011-03-12,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
131.00,ma724562,2012-12-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
131.00,nb445135,2012-09-11,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,au364101,2011-07-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,db583216,2012-11-01,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,dl460618,2013-05-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,hj32686,2012-01-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,id10962,2012-12-31,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,in446258,2013-03-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,je105477,2013-03-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,jn355280,2011-10-26,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,jn722010,2011-02-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,kt52578,2011-12-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,mc46946,2012-07-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,mf629602,2012-08-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
141.00,nu627706,2012-05-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
144.00,ir846303,2012-12-12,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
144.00,la685678,2011-04-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
145.00,cn328545,2012-07-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
145.00,ed39322,2012-04-26,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
145.00,hr182688,2012-12-01,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
145.00,jj246391,2011-02-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
146.00,fp549817,2012-03-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
146.00,fu793410,2012-01-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
146.00,lj160635,2011-12-10,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
148.00,bi507030,2011-04-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
148.00,dd635282,2012-08-11,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
148.00,km172879,2011-12-26,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
148.00,me497970,2013-03-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
151.00,bf686658,2011-12-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
151.00,gb852215,2012-07-26,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
151.00,ip568906,2011-06-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
151.00,ki884577,2012-12-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
157.00,hi618861,2012-11-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
157.00,nn711988,2012-09-07,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
161.00,br352384,2012-11-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
161.00,br478494,2011-11-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
161.00,kg644125,2013-02-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
161.00,ni908214,2011-08-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
166.00,bq327613,2012-09-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
166.00,dc979307,2012-07-07,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
166.00,la318629,2012-02-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
167.00,ed743615,2012-09-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
167.00,gn228846,2011-12-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
171.00,gb878038,2012-03-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
171.00,il104425,2011-11-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
172.00,ad832091,2012-09-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
172.00,ce51751,2012-12-04,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
172.00,eh208589,2011-04-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
173.00,gp545698,2012-05-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
173.00,ig462397,2012-03-29,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
175.00,io448913,2011-11-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
175.00,pi15215,2012-07-10,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
177.00,au750837,2012-04-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
177.00,ci381435,2012-01-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
181.00,cm564612,2012-04-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
175.00,citi3434344,2013-05-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
209.00,boaf82044,2013-05-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
181.00,gq132144,2011-01-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
181.00,oh367219,2012-11-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
186.00,ae192287,2013-03-10,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
186.00,ak412714,2011-10-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
186.00,ka602407,2012-10-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
187.00,am968797,2012-11-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
187.00,bq39062,2012-12-08,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
187.00,kl124726,2011-03-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
189.00,bo711618,2012-10-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
189.00,nm916675,2012-03-01,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
198.00,fi192930,2012-12-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
198.00,hq920205,2011-07-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
198.00,is946883,2012-09-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
201.00,dp677013,2011-10-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
201.00,oo846801,2012-06-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
202.00,hi358554,2011-12-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
202.00,iq627690,2012-11-08,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
204.00,gc697638,2012-08-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
204.00,is150005,2012-09-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
205.00,gl756480,2011-12-04,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
205.00,ll562733,2011-09-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
205.00,nm739638,2013-02-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
209.00,ed520529,2012-06-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
209.00,ph785937,2012-05-04,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
211.00,bj535230,2011-12-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
216.00,bg407567,2011-05-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
216.00,ml780814,2012-12-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
216.00,mm342086,2011-12-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
219.00,bn17870,2013-03-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
219.00,br941480,2011-10-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
227.00,mq413968,2011-10-31,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
227.00,nu21326,2012-11-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
233.00,ii180006,2012-07-01,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
233.00,jg981190,2011-11-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
239.00,nq865547,2012-03-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
240.00,if245157,2012-11-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
240.00,jo719695,2012-03-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
242.00,af40894,2011-11-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
242.00,hr224331,2013-06-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
242.00,ki744716,2011-07-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
249.00,ij399820,2012-09-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
249.00,ne404084,2012-09-04,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
250.00,eq12267,2013-05-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
250.00,hd284647,2012-12-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
250.00,hn114306,2011-07-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
256.00,ep227123,2012-02-10,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
256.00,he84936,2012-10-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
259.00,eu280955,2012-11-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
259.00,gb361972,2011-12-07,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
260.00,io164641,2012-08-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
260.00,nh776924,2012-04-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
276.00,em979878,2013-02-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
276.00,km841847,2011-11-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
276.00,le432182,2011-09-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
276.00,oj819725,2013-04-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
278.00,bj483870,2012-12-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
278.00,gp636783,2011-03-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
278.00,ni983021,2011-11-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
282.00,ia793562,2011-08-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
282.00,jt819493,2012-08-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
282.00,od327378,2013-01-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
286.00,dr578578,2012-10-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
286.00,kh910279,2012-09-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
298.00,aj574927,2012-03-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
298.00,lf501133,2012-09-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
299.00,ad304085,2011-10-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
299.00,nr157385,2012-09-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
311.00,dg336041,2013-02-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
311.00,fa728475,2011-10-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
311.00,nq966143,2012-04-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
314.00,lq244073,2012-08-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
314.00,md809704,2012-03-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
319.00,hl685576,2012-11-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
319.00,om548174,2011-12-07,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
320.00,gj597719,2013-01-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
320.00,ho576374,2011-08-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
320.00,mu817160,2011-11-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
321.00,dj15149,2011-11-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
321.00,la556321,2013-03-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
323.00,al493079,2013-05-23,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
323.00,es347491,2012-06-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
323.00,hg738664,2011-07-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
323.00,pq803830,2012-12-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
324.00,dq409197,2012-12-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
324.00,fp443161,2011-07-07,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
324.00,hb150714,2011-11-23,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
328.00,en930356,2012-04-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
328.00,nr631421,2012-05-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
333.00,hl209210,2011-11-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
333.00,jk479662,2011-10-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
333.00,nf959653,2013-03-01,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
334.00,cs435306,2013-01-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
334.00,hh517378,2011-08-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
334.00,lf737277,2012-05-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
339.00,ap286625,2012-10-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
339.00,da98827,2011-11-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
344.00,af246722,2011-11-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
344.00,nj906924,2012-04-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
347.00,dg700707,2012-01-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
347.00,lg808674,2011-10-24,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
350.00,bq602907,2012-12-11,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
350.00,ci471510,2011-05-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
350.00,ob648482,2013-01-29,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
353.00,co351193,2013-01-10,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
353.00,ed878227,2011-07-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
353.00,gt878649,2011-05-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
353.00,hj618252,2013-06-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
357.00,ag240323,2011-12-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
357.00,nb291497,2012-05-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
362.00,fp170292,2012-07-11,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
362.00,og208861,2012-09-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
363.00,hl575273,2012-11-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
363.00,is232033,2011-01-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
363.00,pn238558,2011-12-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
379.00,ca762595,2013-02-12,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
379.00,fr499138,2011-09-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
379.00,gb890854,2012-08-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
381.00,bc726082,2012-12-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
381.00,cc475233,2011-04-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
381.00,gb117430,2013-02-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
381.00,ms154481,2011-08-22,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
382.00,cc871084,2011-05-12,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
382.00,ct821147,2012-08-01,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
382.00,ph29054,2012-11-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
385.00,bn347084,2011-12-02,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
385.00,cp804873,2012-11-19,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
385.00,ek785462,2011-03-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
386.00,do106109,2011-11-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
386.00,hg438769,2012-07-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
398.00,aj478695,2013-02-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
398.00,do787644,2012-06-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
398.00,kb54275,2012-11-29,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
406.00,hj217687,2012-01-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
406.00,na197101,2012-06-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
412.00,gh197075,2012-07-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
412.00,pj434867,2012-04-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
415.00,er54537,2012-09-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
424.00,kf480160,2012-12-07,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
424.00,lm271923,2011-04-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
424.00,oa595449,2011-10-31,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
447.00,ao757239,2011-09-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
447.00,er615123,2011-06-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
447.00,ou516561,2012-12-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
448.00,fs299615,2013-04-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
448.00,kr822727,2012-09-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
450.00,ef485824,2012-06-21,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
452.00,ed473873,2011-11-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
452.00,fn640986,2011-11-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
452.00,hg635467,2013-05-03,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
455.00,ha777606,2011-12-05,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
455.00,ir662429,2012-05-12,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
456.00,gj715659,2012-11-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
456.00,mo743231,2012-04-30,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
458.00,dd995006,2012-11-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
458.00,na377824,2012-02-06,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
458.00,oo606861,2011-06-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
462.00,ed203908,2013-04-15,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
462.00,gc60330,2011-11-08,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
462.00,pe176846,2012-11-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
471.00,ab661578,2012-07-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
471.00,co645196,2011-12-10,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
473.00,ll427009,2012-02-17,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
473.00,pc688499,2011-10-27,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
475.00,jp113227,2011-12-09,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
475.00,pb951268,2012-02-13,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
484.00,gk294076,2012-10-26,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
484.00,jh546765,2011-11-29,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
486.00,bl66528,2012-04-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
486.00,hs86661,2012-11-23,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
486.00,jb117768,2011-03-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
487.00,ah612904,2011-09-28,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
487.00,pt550181,2012-02-29,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
489.00,oc773849,2011-12-04,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
489.00,po860906,2012-01-31,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
495.00,bh167026,2011-12-26,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
495.00,fn155234,2012-05-14,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
496.00,eu531600,2013-05-25,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
496.00,mb342426,2011-07-16,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
496.00,mn89921,2012-12-31,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
233.00,bofa23232,2013-05-20,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
398.00,jpmr4544,2013-05-18,2023-06-06 22:22:05.005 +0500,"June 6, 2023"
406.00,bjmpr4545,2013-04-23,2023-06-06 22:22:05.005 +0500,"June 6, 2023"

Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log
WARNING: WARNING_LOG_RECORD
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log
WARNING: WARNING_LOG_RECORD
Jun 06, 2023 5:22:05 PM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log
WARNING: WARNING_LOG_RECORD
Jun 06, 2023 5:22:09 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString
WARNING: Invalid choice:test
Jun 06, 2023 5:22:09 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString
WARNING: Invalid choice:test
Jun 06, 2023 5:22:09 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString
WARNING: Invalid choice:test
Jun 06, 2023 5:22:09 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString
WARNING: Invalid choice:test
date:2023-06-06 17:22
date:2023-06-06 17:22
Jun 06, 2023 5:22:10 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportdocument.folder is not closed.
Jun 06, 2023 5:22:10 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement cancel
SEVERE: Cannot cancel the statement.
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaHelperException: Cannot cancel this query while it is not executing.
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaObject.newOdaException(OdaObject.java:548)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.cancel(OdaQuery.java:1591)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.cancel(PreparedStatement.java:801)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery$OdaQueryCanceller.cancel(DataSourceQuery.java:981)
	at org.eclipse.birt.data.engine.impl.CancelManager.doCancel(CancelManager.java:71)
	at org.eclipse.birt.data.engine.impl.DataEngineSession.cancel(DataEngineSession.java:308)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.cancel(DataEngineImpl.java:669)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.cancel(DataRequestSessionImpl.java:1727)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.cancel(ExecutionContext.java:1587)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.cancel(EngineTask.java:1130)
	at org.eclipse.birt.report.engine.api.impl.RunTask.cancel(RunTask.java:300)
	at org.eclipse.birt.report.engine.api.EngineTaskCancelTest$CancelPageHandler.onPage(EngineTaskCancelTest.java:118)
	at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder$AutoLayoutPageHandler.onPage(ReportDocumentBuilder.java:689)
	at org.eclipse.birt.report.engine.layout.CompositeLayoutPageHandler.onPage(CompositeLayoutPageHandler.java:32)
	at org.eclipse.birt.report.engine.layout.html.buffer.HTMLPageBuffer.pageBreakEvent(HTMLPageBuffer.java:273)
	at org.eclipse.birt.report.engine.layout.html.buffer.HTMLPageBuffer.endPage(HTMLPageBuffer.java:232)
	at org.eclipse.birt.report.engine.layout.html.buffer.HTMLPageBuffer.endContainer(HTMLPageBuffer.java:121)
	at org.eclipse.birt.report.engine.layout.html.buffer.TableBreakBuffer.endContainer(TableBreakBuffer.java:321)
	at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.end(HTMLPageLM.java:167)
	at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:97)
	at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:97)
	at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:233)
	at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:224)
	at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)
	at org.eclipse.birt.report.engine.api.EngineTaskCancelTest.testCancelInPageHandler(EngineTaskCancelTest.java:77)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:10 PM org.eclipse.birt.data.engine.executor.DataSource releaseConnection
WARNING: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
java.lang.NullPointerException: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
	at org.eclipse.birt.data.engine.executor.DataSource.releaseConnection(DataSource.java:113)
	at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:97)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.shutdown(DataEngineImpl.java:515)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.shutdown(DataRequestSessionImpl.java:501)
	at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.shutdown(AbstractDataEngine.java:317)
	at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.shutdown(DataGenerationEngine.java:130)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.closeDataEngine(ExecutionContext.java:797)
	at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:227)
	at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)
	at org.eclipse.birt.report.engine.api.EngineTaskCancelTest.testCancelInPageHandler(EngineTaskCancelTest.java:77)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:10 PM org.eclipse.birt.report.engine.api.impl.LoggerSettingManager releaseLogHandler
SEVERE: /tmp/12883855266332778/ReportEngine_2023_06_06_17_22_10.log does not exist.
Jun 06, 2023 5:22:10 PM org.eclipse.birt.report.engine.api.impl.EngineLogger setLogger
WARNING: the logger can't be the child of org.eclipse.birt
Jun 06, 2023 5:22:12 PM org.eclipse.birt.report.engine.api.HTMLServerImageHandler handleImage
SEVERE: imageURL or ImageDIR is not set!
Jun 06, 2023 5:22:12 PM org.eclipse.birt.report.engine.api.HTMLServerImageHandler handleImage
SEVERE: imageURL or ImageDIR is not set!
Jun 06, 2023 5:22:12 PM org.eclipse.birt.report.engine.api.HTMLServerImageHandler handleImage
SEVERE: imageURL or ImageDIR is not set!
start run document
sleep 500 to reopen...
sleep 500 to reopen...
sleep 500 to reopen...
sleep 500 to reopen...
sleep 500 to reopen...
sleep 500 to reopen...
sleep 500 to reopen...
sleep 500 to reopen...
end run document
render page 1 / 3
render page 1 / 3
render full document to PDF 
render full document to HTML 
render page 1 / 3
render page 1 / 3
render full document to HTML 
render full document to PDF 
render page 2 / 3
render page 2 / 3
render full document to PDF: succeed 
render full document to PDF: succeed 
render page 3 / 3
render page 3 / 3
render page 2 / 3
render page 2 / 3
render full document to PDF: succeed 
render page 3 / 3
render page 3 / 3
render full document to PDF: succeed 
Jun 06, 2023 5:22:15 PM org.eclipse.birt.report.engine.api.impl.EngineTask validateParameters
SEVERE: The type of parameter "p1" is expected as "integer", not "java.lang.String".
org.eclipse.birt.report.engine.api.impl.ParameterValidationException: The type of parameter "p1" is expected as "integer", not "java.lang.String".
	at org.eclipse.birt.report.engine.api.impl.EngineTask.validateParameterValueType(EngineTask.java:793)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.validateAbstractScalarParameter(EngineTask.java:734)
	at org.eclipse.birt.report.engine.api.impl.EngineTask$ParameterValidationVisitor.visitScalarParameter(EngineTask.java:615)
	at org.eclipse.birt.report.engine.api.impl.EngineTask$ParameterVisitor.visit(EngineTask.java:1258)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.doValidateParameters(EngineTask.java:604)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.validateParameters(EngineTask.java:588)
	at org.eclipse.birt.report.engine.api.ParameterValidationTest.testParameterValidation(ParameterValidationTest.java:53)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

1000 : 3    3    0.0
1000 : 6    6    0.0
1000 : 9    9    0.0
1000 : 12    11    -0.08333333333333333
1000 : 14    14    0.0
1000 : 17    26    0.5294117647058824
1000 : 20    29    0.45
1000 : 23    31    0.34782608695652173
1000 : 26    34    0.3076923076923077
1000 : 29    37    0.27586206896551724
1000 : 32    40    0.25
1000 : 35    43    0.22857142857142856
1000 : 38    46    0.21052631578947367
1000 : 41    49    0.1951219512195122
1000 : 43    52    0.20930232558139536
1000 : 46    55    0.1956521739130435
1000 : 49    58    0.1836734693877551
1000 : 52    61    0.17307692307692307
1000 : 54    89    0.6481481481481481
1000 : 57    91    0.5964912280701754
1000 : 60    94    0.5666666666666667
1000 : 63    97    0.5396825396825397
1000 : 65    100    0.5384615384615384
1000 : 68    103    0.5147058823529411
1000 : 71    106    0.49295774647887325
1000 : 74    108    0.4594594594594595
1000 : 77    110    0.42857142857142855
1000 : 79    113    0.43037974683544306
1000 : 82    115    0.4024390243902439
1000 : 85    118    0.38823529411764707
1000 : 87    121    0.39080459770114945
1000 : 90    124    0.37777777777777777
1000 : 92    127    0.3804347826086957
1000 : 95    147    0.5473684210526316
1000 : 98    149    0.5204081632653061
1000 : 102    151    0.4803921568627451
1000 : 105    154    0.4666666666666667
1000 : 108    157    0.4537037037037037
1000 : 110    160    0.45454545454545453
1000 : 113    169    0.49557522123893805
1000 : 115    172    0.4956521739130435
1000 : 118    174    0.4745762711864407
1000 : 121    176    0.45454545454545453
1000 : 124    179    0.4435483870967742
1000 : 126    182    0.4444444444444444
1000 : 128    185    0.4453125
1000 : 130    187    0.43846153846153846
1000 : 132    210    0.5909090909090909
1000 : 134    213    0.5895522388059702
1000 : 137    215    0.5693430656934306
1000 : 2    3    0.5
1000 : 4    6    0.5
1000 : 7    8    0.14285714285714285
1000 : 10    11    0.1
1000 : 12    13    0.08333333333333333
1000 : 14    15    0.07142857142857142
1000 : 17    17    0.0
1000 : 20    19    -0.05
1000 : 23    21    -0.08695652173913043
1000 : 26    23    -0.11538461538461539
1000 : 28    26    -0.07142857142857142
1000 : 30    29    -0.03333333333333333
1000 : 32    32    0.0
1000 : 34    46    0.35294117647058826
1000 : 37    48    0.2972972972972973
1000 : 40    50    0.25
1000 : 44    52    0.18181818181818182
1000 : 47    54    0.14893617021276595
1000 : 50    56    0.12
1000 : 52    58    0.11538461538461539
1000 : 55    61    0.10909090909090909
1000 : 57    64    0.12280701754385964
1000 : 61    66    0.08196721311475409
1000 : 64    69    0.078125
1000 : 66    72    0.09090909090909091
1000 : 68    75    0.10294117647058823
1000 : 70    78    0.11428571428571428
1000 : 73    80    0.0958904109589041
1000 : 75    83    0.10666666666666667
1000 : 77    86    0.11688311688311688
1000 : 95    88    -0.07368421052631578
1000 : 98    90    -0.08163265306122448
1000 : 101    92    -0.0891089108910891
1000 : 104    94    -0.09615384615384616
1000 : 106    97    -0.08490566037735849
1000 : 108    99    -0.08333333333333333
1000 : 111    101    -0.09009009009009009
1000 : 113    104    -0.07964601769911504
1000 : 115    106    -0.0782608695652174
1000 : 117    108    -0.07692307692307693
1000 : 120    110    -0.08333333333333333
1000 : 123    112    -0.08943089430894309
1000 : 125    115    -0.08
1000 : 127    118    -0.07086614173228346
1000 : 129    121    -0.06201550387596899
1000 : 131    123    -0.061068702290076333
1000 : 134    125    -0.06716417910447761
1000 : 136    127    -0.0661764705882353
1000 : 151    129    -0.1456953642384106
1000 : 153    131    -0.1437908496732026
10000 : 2    2    0.0
10000 : 5    4    -0.2
10000 : 7    6    -0.14285714285714285
10000 : 9    9    0.0
10000 : 11    11    0.0
10000 : 13    14    0.07692307692307693
10000 : 15    16    0.06666666666666667
10000 : 18    18    0.0
10000 : 20    21    0.05
10000 : 22    23    0.045454545454545456
10000 : 25    25    0.0
10000 : 27    27    0.0
10000 : 30    29    -0.03333333333333333
10000 : 32    31    -0.03125
10000 : 34    33    -0.029411764705882353
10000 : 37    35    -0.05405405405405406
10000 : 39    37    -0.05128205128205128
10000 : 51    39    -0.23529411764705882
10000 : 53    41    -0.22641509433962265
10000 : 55    43    -0.21818181818181817
10000 : 58    45    -0.22413793103448276
10000 : 60    47    -0.21666666666666667
10000 : 62    49    -0.20967741935483872
10000 : 64    51    -0.203125
10000 : 66    53    -0.19696969696969696
10000 : 68    55    -0.19117647058823528
10000 : 70    58    -0.17142857142857143
10000 : 72    60    -0.16666666666666666
10000 : 74    62    -0.16216216216216217
10000 : 77    64    -0.16883116883116883
10000 : 79    66    -0.16455696202531644
10000 : 81    68    -0.16049382716049382
10000 : 83    70    -0.1566265060240964
10000 : 85    72    -0.15294117647058825
10000 : 87    74    -0.14942528735632185
10000 : 89    77    -0.1348314606741573
10000 : 92    93    0.010869565217391304
10000 : 95    95    0.0
10000 : 97    97    0.0
10000 : 99    99    0.0
10000 : 101    101    0.0
10000 : 104    103    -0.009615384615384616
10000 : 106    105    -0.009433962264150943
10000 : 108    108    0.0
10000 : 110    110    0.0
10000 : 112    112    0.0
10000 : 114    114    0.0
10000 : 117    116    -0.008547008547008548
10000 : 119    118    -0.008403361344537815
10000 : 121    120    -0.008264462809917356
100000 : 2    2    0.0
100000 : 4    5    0.25
100000 : 6    7    0.16666666666666666
100000 : 8    10    0.25
100000 : 10    12    0.2
100000 : 12    14    0.16666666666666666
100000 : 14    22    0.5714285714285714
100000 : 16    24    0.5
100000 : 19    26    0.3684210526315789
100000 : 21    28    0.3333333333333333
100000 : 23    30    0.30434782608695654
100000 : 25    33    0.32
100000 : 30    40    0.3333333333333333
100000 : 36    55    0.5277777777777778
100000 : 49    62    0.2653061224489796
100000 : 52    64    0.23076923076923078
100000 : 54    66    0.2222222222222222
100000 : 56    68    0.21428571428571427
100000 : 58    70    0.20689655172413793
100000 : 60    72    0.2
100000 : 62    74    0.1935483870967742
100000 : 64    76    0.1875
100000 : 66    78    0.18181818181818182
100000 : 68    80    0.17647058823529413
100000 : 70    82    0.17142857142857143
100000 : 72    84    0.16666666666666666
100000 : 74    85    0.14864864864864866
100000 : 76    86    0.13157894736842105
100000 : 77    88    0.14285714285714285
100000 : 79    90    0.13924050632911392
100000 : 81    92    0.13580246913580246
100000 : 84    94    0.11904761904761904
100000 : 86    95    0.10465116279069768
100000 : 88    97    0.10227272727272728
100000 : 90    99    0.1
100000 : 92    102    0.10869565217391304
100000 : 94    104    0.10638297872340426
100000 : 96    106    0.10416666666666667
100000 : 98    108    0.10204081632653061
100000 : 100    109    0.09
100000 : 102    111    0.08823529411764706
100000 : 104    114    0.09615384615384616
100000 : 106    116    0.09433962264150944
100000 : 109    125    0.14678899082568808
100000 : 111    127    0.14414414414414414
100000 : 113    129    0.1415929203539823
100000 : 114    131    0.14912280701754385
100000 : 116    133    0.14655172413793102
100000 : 118    135    0.1440677966101695
100000 : 120    137    0.14166666666666666
Jun 06, 2023 5:22:16 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportdocument is not closed.
Jun 06, 2023 5:22:16 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 1ms
Jun 06, 2023 5:22:16 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 0ms
Jun 06, 2023 5:22:16 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 1ms
Jun 06, 2023 5:22:16 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 1ms
Jun 06, 2023 5:22:16 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 1ms
Jun 06, 2023 5:22:16 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 1ms
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportdocument is not closed.
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportdocument3 is not closed.
Help for ReportRunner

--mode/-m [run|render|runrender] [options] [rptdesign|rptdocument]
	The default mode is runrender.
To see options for run mode, use:
	--help/-h run
To see options for render mode, use:
	--help/-h render
To see options for runrender mode, use:
	--help/-h runrender
Print current message, use --help/-h
doTestSingleQGeneration().getReport():SingleDataSet.xml - report: org.eclipse.birt.report.engine.ir.Report@60fddff5
doTestSingleQPresentation().getReport():SingleDataSet.xml - report: org.eclipse.birt.report.engine.ir.Report@33337e92
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
WARNING: Not found choice: content type expr
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeText
WARNING: Invalid XML character:0x0
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.emitter.HTMLEncodeUtil encodeText
WARNING: Invalid XML character:0x0
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeAttr
WARNING: Invalid XML character:0x0
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeCdata
WARNING: Invalid XML character:0x0
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeText
WARNING: Invalid XML character:0x0
Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "/ThemesReportItems.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:81)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:293)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:257)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(ReportParser.java:136)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.getReportDesignHandle(ReportEngineHelper.java:211)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:223)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:156)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:137)
	at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:298)
	at org.eclipse.birt.report.engine.api.ReportEngine.openReportDesign(ReportEngine.java:147)
	at org.eclipse.birt.report.engine.emitter.HTMLClientInitializeTest.test(HTMLClientInitializeTest.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.executor.css.CssParser declaration
SEVERE: The css statement is:null
org.eclipse.birt.report.engine.executor.css.ParseException: Encountered "1p" at line 1, column 8.
Was expecting one of:
    <PERCENTAGE> ...
    <LENGTH> ...
    <ABSOLUTE_SIZE> ...
    <RELATIVE_SIZE> ...
    <COLOR> ...
    <BORDER_STYLE> ...
    <BORDER_WIDTH> ...
    
	at org.eclipse.birt.report.engine.executor.css.CssParser.generateParseException(CssParser.java:1638)
	at org.eclipse.birt.report.engine.executor.css.CssParser.jj_consume_token(CssParser.java:1563)
	at org.eclipse.birt.report.engine.executor.css.CssParser.shortHandBorder(CssParser.java:547)
	at org.eclipse.birt.report.engine.executor.css.CssParser.declaration(CssParser.java:231)
	at org.eclipse.birt.report.engine.executor.css.CssParser.parse(CssParser.java:99)
	at org.eclipse.birt.report.engine.executor.css.CssParserTest.testwithException(CssParserTest.java:124)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:17 PM org.eclipse.birt.report.engine.executor.css.CssParser declaration
SEVERE: The css statement is:null
org.eclipse.birt.report.engine.executor.css.ParseException: Encountered "1p" at line 1, column 8.
Was expecting one of:
    <PERCENTAGE> ...
    <LENGTH> ...
    <ABSOLUTE_SIZE> ...
    <RELATIVE_SIZE> ...
    <COLOR> ...
    <BORDER_STYLE> ...
    <BORDER_WIDTH> ...
    
	at org.eclipse.birt.report.engine.executor.css.CssParser.generateParseException(CssParser.java:1638)
	at org.eclipse.birt.report.engine.executor.css.CssParser.jj_consume_token(CssParser.java:1563)
	at org.eclipse.birt.report.engine.executor.css.CssParser.shortHandBorder(CssParser.java:547)
	at org.eclipse.birt.report.engine.executor.css.CssParser.declaration(CssParser.java:231)
	at org.eclipse.birt.report.engine.executor.css.CssParser.parse(CssParser.java:99)
	at org.eclipse.birt.report.engine.executor.css.CssParserTest.testwithException1(CssParserTest.java:116)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

load font config in bundleresource://156.fwk60497271/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig1.xml cost 1ms
load font config in bundleresource://156.fwk60497271/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig3.xml cost 1ms
load font config in bundleresource://156.fwk60497271/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig3.xml cost 1ms
load font config in bundleresource://156.fwk60497271/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfigParser.xml cost 0ms
load font config in bundleresource://156.fwk60497271/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig2.xml cost 14ms
load font config in bundleresource://156.fwk60497271/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfigCompatible.xml cost 1ms
load font config in bundleresource://156.fwk60497271/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig_character.xml cost 0ms
Jun 06, 2023 5:22:18 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 1ms
Jun 06, 2023 5:22:18 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 0ms
Jun 06, 2023 5:22:18 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_pdf.xml cost 0ms
Jun 06, 2023 5:22:18 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml
WARNING: Not found choice: dset.contentType
create TOC with 1000000 entries
file length:67701764
read TOC with 1000000 entries
<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="report-header"/>
    <group nodeId="__TOC_1" tocValue="">
        <entry nodeId="__TOC_1_0" tocValue="" hiddenFormats="html">
            <entry nodeId="__TOC_1_0_0" tocValue="detail1"/>
            <entry nodeId="__TOC_1_0_1" tocValue="detail2"/>
        </entry>
    </group>
</entry>

<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="report-header"/>
    <group nodeId="__TOC_1" tocValue="html">
        <entry nodeId="__TOC_1_0" tocValue="detail1"/>
        <entry nodeId="__TOC_1_1" tocValue="detail2"/>
    </group>
</entry>

<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="report-header"/>
    <group nodeId="__TOC_1" tocValue="" hiddenFormats="pdf">
        <entry nodeId="__TOC_1_0" tocValue="" hiddenFormats="html">
            <entry nodeId="__TOC_1_0_0" tocValue="detail1" hiddenFormats="html"/>
            <entry nodeId="__TOC_1_0_1" tocValue="detail2"/>
        </entry>
    </group>
</entry>

<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="report-header"/>
    <group nodeId="__TOC_1" tocValue="">
        <entry nodeId="__TOC_1_0" tocValue="" hiddenFormats="html">
            <entry nodeId="__TOC_1_0_1" tocValue="" hiddenFormats="pdf">
                <entry nodeId="__TOC_1_0_1_0" tocValue="label"/>
            </entry>
        </entry>
    </group>
</entry>

<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="report-header"/>
    <group nodeId="__TOC_1" tocValue="">
        <entry nodeId="__TOC_1_0" tocValue="" hiddenFormats="html">
            <entry nodeId="__TOC_1_0_1" tocValue="" hiddenFormats="pdf">
                <entry nodeId="__TOC_1_0_1_0" tocValue="label"/>
            </entry>
        </entry>
    </group>
</entry>

__TOC_0 < __TOC_1
__TOC_0 < __TOC_9
__TOC_0 < __TOC_10
__TOC_9 > __TOC_10
__TOC_10 < __TOC_11
__TOC_3 > __TOC_11
<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="report header"/>
    <entry nodeId="__TOC_1" tocValue="table">
        <group nodeId="__TOC_1_0" tocValue="">
            <entry nodeId="__TOC_1_0_0" tocValue="header"/>
            <group nodeId="__TOC_1_0_1" tocValue="">
                <entry nodeId="__TOC_1_0_1_0" tocValue="detail 1"/>
                <entry nodeId="__TOC_1_0_1_1" tocValue="detail 2"/>
            </group>
        </group>
        <group nodeId="__TOC_1_1" tocValue="">
            <entry nodeId="__TOC_1_1_0" tocValue="header 2"/>
            <group nodeId="__TOC_1_1_1" tocValue="">
                <entry nodeId="__TOC_1_1_1_0" tocValue="detail 3"/>
                <entry nodeId="__TOC_1_1_1_1" tocValue="detail 4"/>
            </group>
        </group>
    </entry>
</entry>

<toc nodeId="/">
    <toc nodeId="__TOC_0" displayText="report header"/>
    <toc nodeId="__TOC_1" displayText="table">
        <toc nodeId="__TOC_1_0" displayText="">
            <toc nodeId="__TOC_1_0_0" displayText="header"/>
            <toc nodeId="__TOC_1_0_1" displayText="">
                <toc nodeId="__TOC_1_0_1_0" displayText="detail 1"/>
                <toc nodeId="__TOC_1_0_1_1" displayText="detail 2"/>
            </toc>
        </toc>
        <toc nodeId="__TOC_1_1" displayText="">
            <toc nodeId="__TOC_1_1_0" displayText="header 2"/>
            <toc nodeId="__TOC_1_1_1" displayText="">
                <toc nodeId="__TOC_1_1_1_0" displayText="detail 3"/>
                <toc nodeId="__TOC_1_1_1_1" displayText="detail 4"/>
            </toc>
        </toc>
    </toc>
</toc>

<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="" hiddenFormats="html">
        <entry nodeId="__TOC_0_0" tocValue="chart 1"/>
        <entry nodeId="__TOC_0_1" tocValue="chart 2"/>
    </entry>
    <entry nodeId="__TOC_1" tocValue="chart 1" hiddenFormats="pdf,html"/>
    <entry nodeId="__TOC_2" tocValue="chart 2" hiddenFormats="pdf"/>
</entry>

<toc nodeId="/">
    <toc nodeId="__TOC_2" displayText="chart 2"/>
</toc>

<entry nodeId="/">
    <entry nodeId="__TOC_0" tocValue="report header"/>
    <entry nodeId="__TOC_1" tocValue="table">
        <entry nodeId="__TOC_1_0" tocValue="group 1">
            <entry nodeId="__TOC_1_0_0" tocValue="detail 1"/>
            <entry nodeId="__TOC_1_0_1" tocValue="detail 2"/>
        </entry>
        <entry nodeId="__TOC_1_1" tocValue="group 2">
            <entry nodeId="__TOC_1_1_0" tocValue="detail 3"/>
            <entry nodeId="__TOC_1_1_1" tocValue="detail 4"/>
        </entry>
    </entry>
    <entry nodeId="__TOC_2" tocValue="" hiddenFormats="pdf">
        <entry nodeId="__TOC_2_0" tocValue="chart 1"/>
        <entry nodeId="__TOC_2_1" tocValue="chart 2"/>
    </entry>
</entry>

<toc nodeId="/">
    <toc nodeId="__TOC_0" displayText="report header"/>
    <toc nodeId="__TOC_1" displayText="table">
        <toc nodeId="__TOC_1_0" displayText="group 1">
            <toc nodeId="__TOC_1_0_0" displayText="detail 1"/>
            <toc nodeId="__TOC_1_0_1" displayText="detail 2"/>
        </toc>
        <toc nodeId="__TOC_1_1" displayText="group 2">
            <toc nodeId="__TOC_1_1_0" displayText="detail 3"/>
            <toc nodeId="__TOC_1_1_1" displayText="detail 4"/>
        </toc>
    </toc>
    <toc nodeId="__TOC_2" displayText="">
        <toc nodeId="__TOC_2_0" displayText="chart 1"/>
        <toc nodeId="__TOC_2_1" displayText="chart 2"/>
    </toc>
</toc>

Tests run: 423, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.248 s - in org.eclipse.birt.report.engine.AllTests
testExecutionOptimize(org.eclipse.birt.report.engine.executor.optimize.ExecutionOptimizeTest)  Time elapsed: 0.375 s
testRandomCache(org.eclipse.birt.report.engine.internal.document.v2.ContentTreeCacheTest)  Time elapsed: 0 s
testSequenceCache(org.eclipse.birt.report.engine.internal.document.v2.ContentTreeCacheTest)  Time elapsed: 0 s
testFragment(org.eclipse.birt.report.engine.internal.executor.doc.FragmentTest)  Time elapsed: 0.001 s
testEdgeInsert(org.eclipse.birt.report.engine.internal.executor.doc.FragmentTest)  Time elapsed: 0 s
testSegment(org.eclipse.birt.report.engine.internal.executor.doc.SegmentTest)  Time elapsed: 0 s
testFragment(org.eclipse.birt.report.engine.internal.executor.doc.TreeFragmentTest)  Time elapsed: 0.001 s
testIterator(org.eclipse.birt.report.engine.internal.executor.load.PageSequenceIteratorTest)  Time elapsed: 0 s
testExternal(org.eclipse.birt.report.engine.internal.index.v2.IndexReadWriteTest)  Time elapsed: 0.099 s
testInline(org.eclipse.birt.report.engine.internal.index.v2.IndexReadWriteTest)  Time elapsed: 0.036 s
test1(org.eclipse.birt.report.engine.api.impl.LoggerSettingTest)  Time elapsed: 0.002 s
test2(org.eclipse.birt.report.engine.api.impl.LoggerSettingTest)  Time elapsed: 0 s
testprepareTotalExpression(org.eclipse.birt.report.engine.adapter.ExpressionUtilTest)  Time elapsed: 0.011 s
testV2_1_3(org.eclipse.birt.report.engine.api.document.DocumentIRTransferTest)  Time elapsed: 0.475 s
testV2_2_1(org.eclipse.birt.report.engine.api.document.DocumentIRTransferTest)  Time elapsed: 0.143 s
testV2_1_0(org.eclipse.birt.report.engine.api.document.ReportDocumentTest)  Time elapsed: 0.115 s
testV2_1_3(org.eclipse.birt.report.engine.api.document.ReportDocumentTest)  Time elapsed: 0.147 s
testV2_2_0(org.eclipse.birt.report.engine.api.document.ReportDocumentTest)  Time elapsed: 0.056 s
testV2_2_2(org.eclipse.birt.report.engine.api.document.ReportDocumentTest)  Time elapsed: 0.09 s
testV2_3_1(org.eclipse.birt.report.engine.api.document.ReportDocumentTest)  Time elapsed: 0.094 s
testExtractionWithFilters(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.807 s
testDataExtractionFromRsetName(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.145 s
testFilters(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.135 s
testDataExtractionWithSorts(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.091 s
testExtractionFromInstanceId(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.175 s
testDataExtractionWithSelectedColumns(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.05 s
testExtractionFromInstanceIdWithFilter(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.147 s
testExtractionWithDistinct(org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest)  Time elapsed: 0.067 s
testPreviewDatasetInReport(org.eclipse.birt.report.engine.api.impl.DatasetPreviewTaskTest)  Time elapsed: 0.04 s
testPreviewDatasetInLib(org.eclipse.birt.report.engine.api.impl.DatasetPreviewTaskTest)  Time elapsed: 0.02 s
testDateFormatterExtraction(org.eclipse.birt.report.engine.api.impl.DateFormatterTest)  Time elapsed: 0.543 s
testDefaultLogger(org.eclipse.birt.report.engine.api.impl.EngineLoggerTest)  Time elapsed: 0.004 s
testThreadLogger(org.eclipse.birt.report.engine.api.impl.EngineLoggerTest)  Time elapsed: 0.002 s
testUserLogger(org.eclipse.birt.report.engine.api.impl.EngineLoggerTest)  Time elapsed: 0.023 s
testFileLogger(org.eclipse.birt.report.engine.api.impl.EngineLoggerTest)  Time elapsed: 0.001 s
testDynamicFilterParameters(org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest)  Time elapsed: 0.024 s
testMultipleValues(org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest)  Time elapsed: 0.085 s
testParameterWithDataSet(org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest)  Time elapsed: 0.019 s
testSortByOnDatasetColumn(org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest)  Time elapsed: 0.011 s
testParameterInfo(org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest)  Time elapsed: 0.003 s
testMerge(org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest)  Time elapsed: 0 s
testGetPhysicalPageSequence(org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest)  Time elapsed: 0 s
testGetLogicalPageNumber(org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest)  Time elapsed: 0 s
testMergeWithMax(org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest)  Time elapsed: 0 s
testIncorrectPageNumberRange(org.eclipse.birt.report.engine.api.impl.PageSequenceParseTest)  Time elapsed: 0 s
testCorrectPageNumberRange(org.eclipse.birt.report.engine.api.impl.PageSequenceParseTest)  Time elapsed: 0 s
testCascadingParameterPromptText(org.eclipse.birt.report.engine.api.impl.ParameterPromptTextTest)  Time elapsed: 0.004 s
testPromptText(org.eclipse.birt.report.engine.api.impl.ParameterPromptTextTest)  Time elapsed: 0.001 s
testVersion0(org.eclipse.birt.report.engine.api.impl.ReportDocumentReaderTest)  Time elapsed: 0.001 s
testVersion1(org.eclipse.birt.report.engine.api.impl.ReportDocumentReaderTest)  Time elapsed: 0 s
testDesignStream(org.eclipse.birt.report.engine.api.impl.ReportDocumentTest)  Time elapsed: 0.011 s
testEmptyDocument(org.eclipse.birt.report.engine.api.impl.ReportDocumentTest)  Time elapsed: 0 s
testDocument(org.eclipse.birt.report.engine.api.impl.ReportDocumentTest)  Time elapsed: 0.04 s
testRun(org.eclipse.birt.report.engine.api.iv.IVTest)  Time elapsed: 1.059 s
testFilters(org.eclipse.birt.report.engine.api.iv.IVTest)  Time elapsed: 0.449 s
testMutipleRun(org.eclipse.birt.report.engine.api.iv.IVTest)  Time elapsed: 1.822 s
testRunWithParamters(org.eclipse.birt.report.engine.api.iv.IVTest)  Time elapsed: 0.079 s
testRunWithArchiveView(org.eclipse.birt.report.engine.api.iv.IVViewTest)  Time elapsed: 0.096 s
testDataItem(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.003 s
testRow(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.001 s
testGroup(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.002 s
testImage(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.002 s
testLabel(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.007 s
testStyle(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.005 s
testTable(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.002 s
testCell(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.001 s
testGrid(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0 s
testList(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0 s
testHideRule(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.005 s
testDynamicText(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.001 s
testTextItem(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0 s
testAddFunction(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.006 s
testDataSource(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.001 s
testSortCondition(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.001 s
testDataSet(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0 s
testHighLightRule(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.004 s
testFilterCondition(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0.001 s
testDataBinding(org.eclipse.birt.report.engine.api.script.element.ElementTest)  Time elapsed: 0 s
testDataSetInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0.002 s
testListInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0 s
testCellInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0.001 s
testScriptStyle(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0.001 s
testDataSourceInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0 s
testImageInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0 s
testGridInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0.001 s
testDataItemInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0 s
testLabelInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0 s
testRowInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0 s
testDynamicTextInstance(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0.001 s
testPageBreak(org.eclipse.birt.report.engine.api.script.instance.InstanceTest)  Time elapsed: 0 s
testWithoutRow(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0.002 s
testWithUnderscore(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testIndex(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testWithMultipleParts1(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testWithMultipleParts2(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testWithCapital(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testWithNumber(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testWithQuotes(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testWithMixed(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testWithoutQuotes(org.eclipse.birt.report.engine.api.script.RowDataTest)  Time elapsed: 0 s
testRender(org.eclipse.birt.report.engine.api.CachedImageHandlerTest)  Time elapsed: 0.097 s
testCancel(org.eclipse.birt.report.engine.api.CancelOnErrorTest)  Time elapsed: 0.016 s
testParse(org.eclipse.birt.report.engine.api.DataIDTest)  Time elapsed: 0 s
testEquals(org.eclipse.birt.report.engine.api.DataIDTest)  Time elapsed: 0.027 s
testParser(org.eclipse.birt.report.engine.api.DataSetIDTest)  Time elapsed: 0 s
testSubQuery(org.eclipse.birt.report.engine.api.DataSourceCompareTest)  Time elapsed: 0.377 s
testTable(org.eclipse.birt.report.engine.api.DataSourceCompareTest)  Time elapsed: 0.134 s
testLocalizedEngineException(org.eclipse.birt.report.engine.api.EngineExceptionTest)  Time elapsed: 0.001 s
testScriptCancel(org.eclipse.birt.report.engine.api.EngineTaskCancelTest)  Time elapsed: 0.016 s
testCancelInPageHandler(org.eclipse.birt.report.engine.api.EngineTaskCancelTest)  Time elapsed: 0.047 s
testMixedStatusHandler(org.eclipse.birt.report.engine.api.EngineTaskStatusTest)  Time elapsed: 0.028 s
testEngineStatusHandler(org.eclipse.birt.report.engine.api.EngineTaskStatusTest)  Time elapsed: 0.006 s
testTaskStatusHandler(org.eclipse.birt.report.engine.api.EngineTaskStatusTest)  Time elapsed: 0.006 s
testRollingLogger(org.eclipse.birt.report.engine.api.EngintTaskLoggerTest)  Time elapsed: 0.107 s
testLogger(org.eclipse.birt.report.engine.api.EngintTaskLoggerTest)  Time elapsed: 0.016 s
testGetParameterGroupDefn(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.003 s
testAllowNewValues(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.004 s
testGetAlignment(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.002 s
testGetParameterDefns(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.003 s
testGetSelectionList(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.003 s
testGetSelectionTree(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.067 s
testDisplayInFixedOrder(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.003 s
testGetDataType(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.002 s
testIsValueConcealed(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.002 s
testGetSelectionListType(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.002 s
testGetDisplayFormat(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.002 s
testGetControlType(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.003 s
testGetTypeName(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.002 s
testGetDefaultValue(org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest)  Time elapsed: 0.002 s
testGetGroupByName(org.eclipse.birt.report.engine.api.GetParameterGroupDefnTest)  Time elapsed: 0.002 s
testGetParameterDirectlyByName(org.eclipse.birt.report.engine.api.GetParameterGroupDefnTest)  Time elapsed: 0.002 s
testGetParameterOutofGroup(org.eclipse.birt.report.engine.api.GetParameterGroupDefnTest)  Time elapsed: 0.001 s
testGetURLHyperlink(org.eclipse.birt.report.engine.api.HTMLActionHandlerTest)  Time elapsed: 0.001 s
testAppendReportDesignName(org.eclipse.birt.report.engine.api.HTMLActionHandlerTest)  Time elapsed: 0 s
testGetURL(org.eclipse.birt.report.engine.api.HTMLActionHandlerTest)  Time elapsed: 0 s
testAppendFormat(org.eclipse.birt.report.engine.api.HTMLActionHandlerTest)  Time elapsed: 0 s
testOnFileImage(org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0.002 s
testOnDocImage(org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0.001 s
testoOnCustomImage(org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0.002 s
testOnDesignImage(org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0.001 s
testOnURLImage(org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 1.905 s
testOnFileImage(org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.002 s
testOnDocImage(org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.002 s
testoOnCustomImage(org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.002 s
testMultiTypesImage(org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.003 s
testOnDesignImage(org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.002 s
testOnURLImage(org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 1.02 s
testParse(org.eclipse.birt.report.engine.api.InstanceIDTest)  Time elapsed: 0 s
testMutipleThreadWithProgressive(org.eclipse.birt.report.engine.api.MutipleThreadRenderTest)  Time elapsed: 0.846 s
testMutipleThreadRenderShareDocument(org.eclipse.birt.report.engine.api.MutipleThreadRenderTest)  Time elapsed: 0.693 s
testHandlerOfRunAndRenderTask(org.eclipse.birt.report.engine.api.PageHandlerTest)  Time elapsed: 0.006 s
testHandlerOfRenderTask(org.eclipse.birt.report.engine.api.PageHandlerTest)  Time elapsed: 0.034 s
testHandlerOfRunTask(org.eclipse.birt.report.engine.api.PageHandlerTest)  Time elapsed: 0.007 s
testRun(org.eclipse.birt.report.engine.api.ParameterTest)  Time elapsed: 0.028 s
testParseToOther(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0 s
testParseToDate(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0.002 s
testBigDecimal(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0.003 s
testFloat(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0 s
testParseToString(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0 s
testDateFormat(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0.002 s
testStringFormat(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0 s
testOtherFormat(org.eclipse.birt.report.engine.api.ParameterConverterTest)  Time elapsed: 0.01 s
testParameterValidation(org.eclipse.birt.report.engine.api.ParameterValidationTest)  Time elapsed: 0.007 s
testProgressiveViewing(org.eclipse.birt.report.engine.api.ProgressiveViewingTest)  Time elapsed: 0.098 s
testRelativeHyperlink(org.eclipse.birt.report.engine.api.RelativeHyperlinkInReportDocumentTest)  Time elapsed: 0.025 s
testRenderPerformance(org.eclipse.birt.report.engine.api.RenderTaskTest)  Time elapsed: 1.175 s
testRenderOnTransientFile(org.eclipse.birt.report.engine.api.RenderTaskTest)  Time elapsed: 0.009 s
testCloseOnExitRenderOption(org.eclipse.birt.report.engine.api.RenderTaskTest)  Time elapsed: 0.324 s
testRender(org.eclipse.birt.report.engine.api.RenderTaskTest)  Time elapsed: 0.011 s
testRenderPDFFromDocument(org.eclipse.birt.report.engine.api.RenderTaskTest)  Time elapsed: 0.013 s
testGetPageCount(org.eclipse.birt.report.engine.api.RenderTaskTest)  Time elapsed: 0.035 s
testCreateFactoryObject(org.eclipse.birt.report.engine.api.ReportEngineFactoryTest)  Time elapsed: 0 s
testOpenReportDesign(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0.002 s
testGetEmitterInfo(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0.001 s
testCloseDocument(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0.012 s
testCreateGetParameterDefinitionTask(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0.002 s
testGetMIMEType(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0.001 s
testGetConfig(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0 s
testGetSupportedFormats(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0 s
testParameterDefinition(org.eclipse.birt.report.engine.api.ReportEngineTest)  Time elapsed: 0.002 s
testReportlet(org.eclipse.birt.report.engine.api.ReportletTest)  Time elapsed: 0.088 s
testRenderReportlet(org.eclipse.birt.report.engine.api.ReportletTest)  Time elapsed: 0.018 s
testDate(org.eclipse.birt.report.engine.api.ReportParameterConverterTest)  Time elapsed: 0.001 s
testGetImage(org.eclipse.birt.report.engine.api.ReportRunnableTest)  Time elapsed: 0.001 s
testGetDesignHandle(org.eclipse.birt.report.engine.api.ReportRunnableTest)  Time elapsed: 0.001 s
testRerenderTask(org.eclipse.birt.report.engine.api.ReportRunnableTest)  Time elapsed: 0.013 s
testRunner(org.eclipse.birt.report.engine.api.ReportRunnerTest)  Time elapsed: 0.002 s
testRun(org.eclipse.birt.report.engine.api.RunTaskTest)  Time elapsed: 0.068 s
testRunWithArchiveView(org.eclipse.birt.report.engine.api.RunTaskTest)  Time elapsed: 0.02 s
testRunAndRenderTask(org.eclipse.birt.report.engine.api.TimeZoneTest)  Time elapsed: 0.004 s
testRenderTask(org.eclipse.birt.report.engine.api.TimeZoneTest)  Time elapsed: 0.007 s
testReadWriter(org.eclipse.birt.report.engine.content.ReportContentReaderAndWriterTest)  Time elapsed: 0.001 s
testCssText(org.eclipse.birt.report.engine.css.dom.StyleDeclarationTest)  Time elapsed: 0 s
testFontFamilyCssText(org.eclipse.birt.report.engine.css.dom.StyleDeclarationTest)  Time elapsed: 0 s
testIn_word_set(org.eclipse.birt.report.engine.css.engine.PerfectHashTest)  Time elapsed: 0 s
testStyleParser(org.eclipse.birt.report.engine.css.CSSPaserTest)  Time elapsed: 0.001 s
testPropertyParser(org.eclipse.birt.report.engine.css.CSSPaserTest)  Time elapsed: 0 s
test(org.eclipse.birt.report.engine.data.dte.DataEngineTest)  Time elapsed: 0.088 s
testNamedExpression(org.eclipse.birt.report.engine.data.dte.NamedExpressionTest)  Time elapsed: 0.011 s
testQueryBuilder(org.eclipse.birt.report.engine.data.dte.ReportQueryBuilderTest)  Time elapsed: 0.018 s
testResultSet(org.eclipse.birt.report.engine.data.dte.ResultSetIndexTest)  Time elapsed: 0 s
testBookmark(org.eclipse.birt.report.engine.emitter.EmbeddedHyperlinkProcessorTest)  Time elapsed: 0 s
testDrillThrough(org.eclipse.birt.report.engine.emitter.EmbeddedHyperlinkProcessorTest)  Time elapsed: 0.002 s
testHyperlink(org.eclipse.birt.report.engine.emitter.EmbeddedHyperlinkProcessorTest)  Time elapsed: 0.001 s
testEncodeText(org.eclipse.birt.report.engine.emitter.HTMLEncodeUtilTest)  Time elapsed: 0 s
testGetEscapeStr(org.eclipse.birt.report.engine.emitter.HTMLWriterTest)  Time elapsed: 0 s
testStyleEscape(org.eclipse.birt.report.engine.emitter.HTMLWriterTest)  Time elapsed: 0 s
testWhiteSpace(org.eclipse.birt.report.engine.emitter.HTMLWriterTest)  Time elapsed: 0 s
testEncodeText(org.eclipse.birt.report.engine.emitter.XMLEncodeUtilTest)  Time elapsed: 0.019 s
testCharacterEncoding(org.eclipse.birt.report.engine.emitter.XMLWriterTest)  Time elapsed: 0 s
test(org.eclipse.birt.report.engine.emitter.XMLWriterTest)  Time elapsed: 0.001 s
test(org.eclipse.birt.report.engine.emitter.HTMLClientInitializeTest)  Time elapsed: 0.008 s
testConflictLayout(org.eclipse.birt.report.engine.executor.buffermgr.TableTest)  Time elapsed: 0 s
testEmptyCellLayout(org.eclipse.birt.report.engine.executor.buffermgr.TableTest)  Time elapsed: 0.001 s
testDropLayout(org.eclipse.birt.report.engine.executor.buffermgr.TableTest)  Time elapsed: 0 s
testFixedLayout(org.eclipse.birt.report.engine.executor.buffermgr.TableTest)  Time elapsed: 0 s
testSpanLayout(org.eclipse.birt.report.engine.executor.buffermgr.TableTest)  Time elapsed: 0 s
testFloatLayout(org.eclipse.birt.report.engine.executor.buffermgr.TableTest)  Time elapsed: 0 s
testBackground(org.eclipse.birt.report.engine.executor.css.CssParserTest)  Time elapsed: 0.011 s
testFont(org.eclipse.birt.report.engine.executor.css.CssParserTest)  Time elapsed: 0.001 s
testwithException(org.eclipse.birt.report.engine.executor.css.CssParserTest)  Time elapsed: 0 s
testwithException1(org.eclipse.birt.report.engine.executor.css.CssParserTest)  Time elapsed: 0.001 s
testBorderWidth(org.eclipse.birt.report.engine.executor.css.CssParserTest)  Time elapsed: 0 s
testFunctionAndHex(org.eclipse.birt.report.engine.executor.css.CssParserTest)  Time elapsed: 0 s
testExecute(org.eclipse.birt.report.engine.executor.css.HTMLProcessorTest)  Time elapsed: 0.001 s
testExecutor(org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest)  Time elapsed: 0.001 s
testFormatExpression(org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest)  Time elapsed: 0 s
testExpressionWithWhitespace(org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest)  Time elapsed: 0 s
testFormat(org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest)  Time elapsed: 0 s
testExcuteData1(org.eclipse.birt.report.engine.executor.DataItemExecutorTest)  Time elapsed: 0.003 s
testReleaseExecutor(org.eclipse.birt.report.engine.executor.ExecutorManagerTest)  Time elapsed: 0.002 s
testGetItemExecutor(org.eclipse.birt.report.engine.executor.ExecutorManagerTest)  Time elapsed: 0 s
testExcutegrid1(org.eclipse.birt.report.engine.executor.GridItemExecutorTest)  Time elapsed: 0.003 s
testImageExcute(org.eclipse.birt.report.engine.executor.ImageItemExecutorTest)  Time elapsed: 0.004 s
testExcute(org.eclipse.birt.report.engine.executor.LabelItemExecutorTest)  Time elapsed: 0.002 s
testExcuteList1(org.eclipse.birt.report.engine.executor.ListItemExecutorTest)  Time elapsed: 0.008 s
testPageBreakInterval(org.eclipse.birt.report.engine.executor.ListingElementExecutorTest)  Time elapsed: 0.201 s
testExcute(org.eclipse.birt.report.engine.executor.MultiLineItemExecutorTest)  Time elapsed: 0.003 s
testEmptyTable(org.eclipse.birt.report.engine.executor.TableItemExecutorTest)  Time elapsed: 0.007 s
testExcuteTable1(org.eclipse.birt.report.engine.executor.TableItemExecutorTest)  Time elapsed: 0.006 s
testText(org.eclipse.birt.report.engine.executor.TextItemExecutorTest)  Time elapsed: 0.004 s
testConstant(org.eclipse.birt.report.engine.i18n.EngineResourceHandleTest)  Time elapsed: 0 s
testCommandlineParser(org.eclipse.birt.report.engine.impl.ReportRunnerTest)  Time elapsed: 0.001 s
testExecution(org.eclipse.birt.report.engine.impl.ReportRunnerTest)  Time elapsed: 0 s
testReadWrite(org.eclipse.birt.report.engine.internal.document.v2.PageHintTest)  Time elapsed: 0.002 s
testReadeV0(org.eclipse.birt.report.engine.internal.document.v2.PageHintTest)  Time elapsed: 0.001 s
testReportContentStream(org.eclipse.birt.report.engine.internal.document.v2.ReportContentTest)  Time elapsed: 0 s
testReadWrite(org.eclipse.birt.report.engine.internal.document.OffsetIndexReaderWriterTest)  Time elapsed: 0 s
testHtmlPagination(org.eclipse.birt.report.engine.internal.executor.doc.ReportPageReaderTest)  Time elapsed: 0.043 s
testBookmark(org.eclipse.birt.report.engine.ir.ActionTest)  Time elapsed: 0 s
testConstant(org.eclipse.birt.report.engine.ir.ActionTest)  Time elapsed: 0 s
testDrillThrough(org.eclipse.birt.report.engine.ir.ActionTest)  Time elapsed: 0 s
testHyprrlink(org.eclipse.birt.report.engine.ir.ActionTest)  Time elapsed: 0 s
testAccessor(org.eclipse.birt.report.engine.ir.CellTest)  Time elapsed: 0 s
testAddContend(org.eclipse.birt.report.engine.ir.CellTest)  Time elapsed: 0.001 s
testBaseStyle(org.eclipse.birt.report.engine.ir.CellTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.CellTest)  Time elapsed: 0 s
testAccessor(org.eclipse.birt.report.engine.ir.ColumnTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.ColumnTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.ColumnTest)  Time elapsed: 0 s
testAccessor(org.eclipse.birt.report.engine.ir.DataItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.DataItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.DataItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.DataItemTest)  Time elapsed: 0 s
testValue(org.eclipse.birt.report.engine.ir.DimensionTypeTest)  Time elapsed: 0 s
testChoice(org.eclipse.birt.report.engine.ir.DimensionTypeTest)  Time elapsed: 0 s
testDrillThrough(org.eclipse.birt.report.engine.ir.DrillThroughActionDesignTest)  Time elapsed: 0 s
testExpression(org.eclipse.birt.report.engine.ir.DynamicTextItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.DynamicTextItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.DynamicTextItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.DynamicTextItemTest)  Time elapsed: 0 s
testIO(org.eclipse.birt.report.engine.ir.EngineIRIOTest)  Time elapsed: 0.048 s
testV1(org.eclipse.birt.report.engine.ir.EngineIRReaderTest)  Time elapsed: 0.012 s
testV2(org.eclipse.birt.report.engine.ir.EngineIRReaderTest)  Time elapsed: 0.033 s
testV3(org.eclipse.birt.report.engine.ir.EngineIRReaderTest)  Time elapsed: 0.021 s
testAddItem(org.eclipse.birt.report.engine.ir.FreeFormItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.FreeFormItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.FreeFormItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.FreeFormItemTest)  Time elapsed: 0 s
testAddContent(org.eclipse.birt.report.engine.ir.GraphicMasterPageTest)  Time elapsed: 0 s
testMasterPageAccessor(org.eclipse.birt.report.engine.ir.GraphicMasterPageTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.GraphicMasterPageTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.GraphicMasterPageTest)  Time elapsed: 0 s
testColumn(org.eclipse.birt.report.engine.ir.GridItemTest)  Time elapsed: 0 s
testAddRule(org.eclipse.birt.report.engine.ir.HighlightTest)  Time elapsed: 0 s
testUri(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testAltText(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testName(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testAction(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testExpression(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.ImageItemTest)  Time elapsed: 0 s
testAccessor(org.eclipse.birt.report.engine.ir.LabelItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.LabelItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.LabelItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.LabelItemTest)  Time elapsed: 0 s
testAddContent(org.eclipse.birt.report.engine.ir.ListBandTest)  Time elapsed: 0.001 s
testAccessor(org.eclipse.birt.report.engine.ir.ListGroupTest)  Time elapsed: 0 s
testBaseGroup(org.eclipse.birt.report.engine.ir.ListGroupTest)  Time elapsed: 0 s
testAccessor(org.eclipse.birt.report.engine.ir.ListItemTest)  Time elapsed: 0 s
testAddGroup(org.eclipse.birt.report.engine.ir.ListItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.ListItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.ListItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.ListItemTest)  Time elapsed: 0 s
testAccessor(org.eclipse.birt.report.engine.ir.MapRuleTest)  Time elapsed: 0 s
testBaseRule(org.eclipse.birt.report.engine.ir.MapRuleTest)  Time elapsed: 0 s
testAddRule(org.eclipse.birt.report.engine.ir.MapTest)  Time elapsed: 0 s
testSetGetPage(org.eclipse.birt.report.engine.ir.PageSequenceTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.PageSequenceTest)  Time elapsed: 0 s
testAddMasterPage(org.eclipse.birt.report.engine.ir.PageSetupTest)  Time elapsed: 0 s
testPageSequence(org.eclipse.birt.report.engine.ir.PageSetupTest)  Time elapsed: 0 s
testPageSetup(org.eclipse.birt.report.engine.ir.ReportTest)  Time elapsed: 0 s
testAddContent(org.eclipse.birt.report.engine.ir.ReportTest)  Time elapsed: 0 s
testAddCell(org.eclipse.birt.report.engine.ir.RowTypeTest)  Time elapsed: 0 s
testGetSet(org.eclipse.birt.report.engine.ir.RowTypeTest)  Time elapsed: 0 s
testAddFooter(org.eclipse.birt.report.engine.ir.SimpleMasterPageTest)  Time elapsed: 0.001 s
testAddHeader(org.eclipse.birt.report.engine.ir.SimpleMasterPageTest)  Time elapsed: 0 s
testMasterPageAccessor(org.eclipse.birt.report.engine.ir.SimpleMasterPageTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.SimpleMasterPageTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.SimpleMasterPageTest)  Time elapsed: 0 s
testAddRow(org.eclipse.birt.report.engine.ir.TableBandTest)  Time elapsed: 0 s
testAccessor(org.eclipse.birt.report.engine.ir.TableGroupTest)  Time elapsed: 0 s
testBaseGroup(org.eclipse.birt.report.engine.ir.TableGroupTest)  Time elapsed: 0 s
testColumn(org.eclipse.birt.report.engine.ir.TableItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.TableItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.TableItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.TableItemTest)  Time elapsed: 0 s
testStaticText(org.eclipse.birt.report.engine.ir.TextItemTest)  Time elapsed: 0 s
testBaseItem(org.eclipse.birt.report.engine.ir.TextItemTest)  Time elapsed: 0 s
testBaseStyle(org.eclipse.birt.report.engine.ir.TextItemTest)  Time elapsed: 0 s
testBaseElement(org.eclipse.birt.report.engine.ir.TextItemTest)  Time elapsed: 0 s
testBlockStacking(org.eclipse.birt.report.engine.layout.content.BlockStackingExecutorTest)  Time elapsed: 0.001 s
testListStacking(org.eclipse.birt.report.engine.layout.content.ListContainerExecutorTest)  Time elapsed: 0.001 s
testNoRepeatOfBigImage(org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest)  Time elapsed: 0 s
testNoRepeatOfSmallImage2(org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest)  Time elapsed: 0 s
testRepeatYOfSmallImage(org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest)  Time elapsed: 0 s
testRepeatXOfSmallImage(org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest)  Time elapsed: 0 s
testRepeatOfSmallImage(org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest)  Time elapsed: 0 s
testNoRepeatOfSmallImage(org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest)  Time elapsed: 0 s
testPageBreak2(org.eclipse.birt.report.engine.layout.html.HTMLLayoutTest)  Time elapsed: 0.018 s
testPageBreak(org.eclipse.birt.report.engine.layout.html.HTMLLayoutTest)  Time elapsed: 0.015 s
testMerge(org.eclipse.birt.report.engine.layout.pdf.font.CharSegmentTest)  Time elapsed: 0 s
testSort(org.eclipse.birt.report.engine.layout.pdf.font.CharSegmentTest)  Time elapsed: 0 s
testSearch(org.eclipse.birt.report.engine.layout.pdf.font.CharSegmentTest)  Time elapsed: 0 s
testFontMapWhenAllFontsDefined(org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest)  Time elapsed: 0.002 s
testFontMappingHandler(org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest)  Time elapsed: 0.016 s
testFontConfigParser(org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest)  Time elapsed: 0 s
testFontMapWhenAllFontsNotDefined(org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest)  Time elapsed: 0.014 s
testCompatibleParser(org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest)  Time elapsed: 0.002 s
testCharacterFontMapping(org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest)  Time elapsed: 0.001 s
testWordRecognize(org.eclipse.birt.report.engine.layout.pdf.hyphen.DefaultWordRecognizerTest)  Time elapsed: 0.002 s
testOversizedImageInGrid(org.eclipse.birt.report.engine.layout.pdf.PDFImageLMTest)  Time elapsed: 0.016 s
testMutipleLineBreakHeight(org.eclipse.birt.report.engine.layout.pdf.PDFLineAreaLMTest)  Time elapsed: 0.003 s
testFitToPageTrue(org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest)  Time elapsed: 0.026 s
testPageBreakInterval(org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest)  Time elapsed: 0.008 s
testPageBreakInterval2(org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest)  Time elapsed: 0.013 s
testPagebreakPaginationOnlyFalse(org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest)  Time elapsed: 0.046 s
testPageBreakWithPageOverflow(org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest)  Time elapsed: 0.085 s
testPagebreakPaginationOnlyTrue(org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest)  Time elapsed: 0.022 s
testFitToPageFalse(org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest)  Time elapsed: 0.047 s
testGroupPageBreakBeforeAways(org.eclipse.birt.report.engine.layout.pdf.PDFTableGroupLMTest)  Time elapsed: 0.011 s
testFixedTableLayout(org.eclipse.birt.report.engine.layout.pdf.PDFTableLMTest)  Time elapsed: 0.026 s
testBorder(org.eclipse.birt.report.engine.layout.pdf.PDFTableLMTest)  Time elapsed: 0.003 s
testTextWrap(org.eclipse.birt.report.engine.layout.pdf.PDFTextLMTest)  Time elapsed: 0.009 s
testHyphenation(org.eclipse.birt.report.engine.layout.pdf.PDFTextLMTest)  Time elapsed: 0.018 s
test(org.eclipse.birt.report.engine.layout.pdf.WordRecognizerWrapperTest)  Time elapsed: 0 s
testDataBasic(org.eclipse.birt.report.engine.parser.DataDesignTest)  Time elapsed: 0.003 s
testMultiBasic(org.eclipse.birt.report.engine.parser.DynamicTextItemDesignTest)  Time elapsed: 0.001 s
testReportItemDesign(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.002 s
testBookmark(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.001 s
testMap(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.001 s
testTOC(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.001 s
testCell(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.001 s
testUserProperty(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.002 s
testHighlight(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.001 s
testAction(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.002 s
testVisibility(org.eclipse.birt.report.engine.parser.EngineIRParserTest)  Time elapsed: 0.001 s
testFreeForm(org.eclipse.birt.report.engine.parser.FreeFormDesignTest)  Time elapsed: 0.006 s
testEmptyColumn(org.eclipse.birt.report.engine.parser.GridItemDesignTest)  Time elapsed: 0.002 s
testGridItemNesting(org.eclipse.birt.report.engine.parser.GridItemDesignTest)  Time elapsed: 0.003 s
testGridItem(org.eclipse.birt.report.engine.parser.GridItemDesignTest)  Time elapsed: 0.002 s
testHighlightDesign(org.eclipse.birt.report.engine.parser.HighlightTest)  Time elapsed: 0.001 s
testImageBasic(org.eclipse.birt.report.engine.parser.ImageItemDesignTest)  Time elapsed: 0.003 s
testLabelAction(org.eclipse.birt.report.engine.parser.LabelItemDesignTest)  Time elapsed: 0.002 s
testLabelItem(org.eclipse.birt.report.engine.parser.LabelItemDesignTest)  Time elapsed: 0.001 s
testListItem(org.eclipse.birt.report.engine.parser.ListDesignTest)  Time elapsed: 0.004 s
testMapDesign(org.eclipse.birt.report.engine.parser.MapDesignTest)  Time elapsed: 0.001 s
testMasterPage(org.eclipse.birt.report.engine.parser.PageSetupTest)  Time elapsed: 0.001 s
testSharedStyle(org.eclipse.birt.report.engine.parser.StyleDesignTest)  Time elapsed: 0.003 s
testSuppressDuplicate(org.eclipse.birt.report.engine.parser.SuppressDuplicateDataItemTest)  Time elapsed: 0.019 s
testTable(org.eclipse.birt.report.engine.parser.TableItemDesignTest)  Time elapsed: 0.004 s
testTextBasic(org.eclipse.birt.report.engine.parser.TextDesignTest)  Time elapsed: 0.002 s
testParseEmptyHTML(org.eclipse.birt.report.engine.parser.TextParserTest)  Time elapsed: 0 s
testParsePlainstream(org.eclipse.birt.report.engine.parser.TextParserTest)  Time elapsed: 0.003 s
testParseHTMLString(org.eclipse.birt.report.engine.parser.TextParserTest)  Time elapsed: 0 s
testParseHTMLStringAuto(org.eclipse.birt.report.engine.parser.TextParserTest)  Time elapsed: 0 s
testParseHTMLstream(org.eclipse.birt.report.engine.parser.TextParserTest)  Time elapsed: 0.002 s
testParsePlainTextString(org.eclipse.birt.report.engine.parser.TextParserTest)  Time elapsed: 0 s
testPaginate(org.eclipse.birt.report.engine.presentation.HtmlPaginateEmitterTest)  Time elapsed: 0 s
testReadWrite(org.eclipse.birt.report.engine.presentation.XMLContentReaderWriterTest)  Time elapsed: 0 s
test90378(org.eclipse.birt.report.engine.regression.Test_90378)  Time elapsed: 0.022 s
testHugeTOC(org.eclipse.birt.report.engine.toc.HugeTOCTest)  Time elapsed: 1.749 s
testHiddenFormat1(org.eclipse.birt.report.engine.toc.TOCBuilderTest)  Time elapsed: 0 s
testHiddenFormat2(org.eclipse.birt.report.engine.toc.TOCBuilderTest)  Time elapsed: 0 s
testHiddenFormat3(org.eclipse.birt.report.engine.toc.TOCBuilderTest)  Time elapsed: 0 s
testHiddenFormat4(org.eclipse.birt.report.engine.toc.TOCBuilderTest)  Time elapsed: 0.001 s
testCompare(org.eclipse.birt.report.engine.toc.TOCComparatorTest)  Time elapsed: 0 s
testHiddenFormat4(org.eclipse.birt.report.engine.toc.TOCReadWriteTest)  Time elapsed: 0 s
testStyle(org.eclipse.birt.report.engine.toc.TOCStyleTest)  Time elapsed: 0.01 s
testTOC(org.eclipse.birt.report.engine.toc.TOCTest)  Time elapsed: 0 s
testReadV1(org.eclipse.birt.report.engine.toc.TOCVersionTest)  Time elapsed: 0 s
testReadV2(org.eclipse.birt.report.engine.toc.TOCVersionTest)  Time elapsed: 0.001 s
testReadV3(org.eclipse.birt.report.engine.toc.TOCVersionTest)  Time elapsed: 0 s
testStrComp(org.eclipse.birt.report.engine.toc.TOCVersionTest)  Time elapsed: 0 s
testTocFind(org.eclipse.birt.report.engine.toc.TOCViewTest)  Time elapsed: 0 s
testTocViewWithEmptyGorup(org.eclipse.birt.report.engine.toc.TOCViewTest)  Time elapsed: 0.001 s
testTocViewWithFormat(org.eclipse.birt.report.engine.toc.TOCViewTest)  Time elapsed: 0 s
testTocViewNormal(org.eclipse.birt.report.engine.toc.TOCViewTest)  Time elapsed: 0 s
testIsRelativePath(org.eclipse.birt.report.engine.util.FileUtilTest)  Time elapsed: 0 s
testBorderDraw(org.eclipse.birt.report.engine.layout.emitter.TableBorderExTest)  Time elapsed: 0.002 s
testBorderDraw(org.eclipse.birt.report.engine.layout.emitter.TableBorderPDFTest)  Time elapsed: 0.001 s
testBorderDraw(org.eclipse.birt.report.engine.layout.emitter.TableBorderPSTest)  Time elapsed: 0 s

Results:

Tests run: 423, Failures: 0, Errors: 0, Skipped: 0

Jun 06, 2023 5:22:20 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin stop
INFO: Sampledb plugin stopping. Current startCount=1
Jun 06, 2023 5:22:20 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase
INFO: Removing Sampledb DB directory at location /tmp/BIRTSampleDB_1686072123886_665b441e
[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda.tests >--
[INFO] Building org.eclipse.birt.report.model.adapter.oda.tests 4.14.0-SNAPSHOT [153/288]
[INFO]   from model/org.eclipse.birt.report.model.adapter.oda.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.model.adapter.oda.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.adapter.oda.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/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.adapter.oda.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/model/org.eclipse.birt.report.model.adapter.oda.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.adapter.oda.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/modeladapterodatests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/org.eclipse.birt.report.model.adapter.oda.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.adapter.oda.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/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.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/model/org.eclipse.birt.report.model.adapter.oda.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.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/surefire.properties]
Running org.eclipse.birt.report.model.adapter.oda.AllTests
Jun 06, 2023 5:22:24 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "Library_2.xml" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:210)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:124)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:228)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:208)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:199)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.model.adapter.oda.util.BaseTestCase.saveAndOpenDesign(BaseTestCase.java:675)
	at org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest.testCreateDataSetReferDataSource(OdaDataSetAdapterTest.java:435)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:24 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject
WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@733fb462{#//}
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@623e0631{#//@parameters/@parameterDefinitions.0/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@d325518{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@3fcbc766{#//@parameters/@parameterDefinitions.2/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
org.eclipse.emf.common.util.DiagnosticException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@733fb462{#//}
	at org.eclipse.datatools.connectivity.oda.design.util.DesignUtil.validateObject(DesignUtil.java:114)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.testToROMDataSetParamWithReportParam(ReportParameterAdapterTest.java:151)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:24 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject
WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@733fb462{#//}
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@d325518{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@3fcbc766{#//@parameters/@parameterDefinitions.2/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
org.eclipse.emf.common.util.DiagnosticException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@733fb462{#//}
	at org.eclipse.datatools.connectivity.oda.design.util.DesignUtil.validateObject(DesignUtil.java:114)
	at org.eclipse.birt.report.model.adapter.oda.impl.DataSetAdapter.createDataSetHandle(DataSetAdapter.java:312)
	at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.createDataSetHandle(ModelOdaAdapter.java:90)
	at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.createDataSetHandle(ModelOdaAdapter.java:104)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.updateModel(ReportParameterAdapterTest.java:448)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.testToROMDataSetParamWithReportParam(ReportParameterAdapterTest.java:164)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:24 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject
WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@733fb462{#//}
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@d325518{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@3fcbc766{#//@parameters/@parameterDefinitions.2/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
org.eclipse.emf.common.util.DiagnosticException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@733fb462{#//}
	at org.eclipse.datatools.connectivity.oda.design.util.DesignUtil.validateObject(DesignUtil.java:114)
	at org.eclipse.birt.report.model.adapter.oda.impl.DataSetAdapter.updateDataSetHandle(DataSetAdapter.java:672)
	at org.eclipse.birt.report.model.adapter.oda.impl.DataSetAdapter.updateDataSetHandle(DataSetAdapter.java:348)
	at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:177)
	at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:191)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.updateModel(ReportParameterAdapterTest.java:450)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.testToROMDataSetParamWithReportParam(ReportParameterAdapterTest.java:164)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:24 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject
WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@4a216eb4{#//}
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@bb3ecfe{#//@parameters/@parameterDefinitions.0/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@582e9152{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@2fd39436{#//@parameters/@parameterDefinitions.2/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
org.eclipse.emf.common.util.DiagnosticException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@4a216eb4{#//}
	at org.eclipse.datatools.connectivity.oda.design.util.DesignUtil.validateObject(DesignUtil.java:114)
	at org.eclipse.birt.report.model.adapter.oda.impl.DataSetAdapter.createDataSetHandle(DataSetAdapter.java:312)
	at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.createDataSetHandle(ModelOdaAdapter.java:90)
	at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.createDataSetHandle(ModelOdaAdapter.java:104)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.updateModel(ReportParameterAdapterTest.java:448)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.testToROMDataSetParamWithReportParam(ReportParameterAdapterTest.java:187)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:24 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject
WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@4a216eb4{#//}
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@bb3ecfe{#//@parameters/@parameterDefinitions.0/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@582e9152{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@2fd39436{#//@parameters/@parameterDefinitions.2/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set
org.eclipse.emf.common.util.DiagnosticException: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@4a216eb4{#//}
	at org.eclipse.datatools.connectivity.oda.design.util.DesignUtil.validateObject(DesignUtil.java:114)
	at org.eclipse.birt.report.model.adapter.oda.impl.DataSetAdapter.updateDataSetHandle(DataSetAdapter.java:672)
	at org.eclipse.birt.report.model.adapter.oda.impl.DataSetAdapter.updateDataSetHandle(DataSetAdapter.java:348)
	at org.eclipse.birt.report.model.adapter.oda.impl.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:177)
	at org.eclipse.birt.report.model.adapter.oda.ModelOdaAdapter.updateDataSetHandle(ModelOdaAdapter.java:191)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.updateModel(ReportParameterAdapterTest.java:450)
	at org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.testToROMDataSetParamWithReportParam(ReportParameterAdapterTest.java:187)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 s - in org.eclipse.birt.report.model.adapter.oda.AllTests
testParameterValueUtil(org.eclipse.birt.report.model.adapter.oda.util.ParameterValueUtilTest)  Time elapsed: 0.001 s
testMergeParamDefnFromDesignToHandle(org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest)  Time elapsed: 0.496 s
testValuesConversion(org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest)  Time elapsed: 0.016 s
testDataTypeConversion(org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest)  Time elapsed: 0.012 s
testDataSetParamNames(org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest)  Time elapsed: 0.016 s
testDesignerState(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest)  Time elapsed: 0.022 s
testROMDataSetToODADataSet(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest)  Time elapsed: 0.004 s
testODADataSetToROMDataSet(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest)  Time elapsed: 0.007 s
testCreateDataSetReferDataSource(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest)  Time elapsed: 0.025 s
testUpdateROMDataSetWithODADataSet(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest)  Time elapsed: 0.015 s
testDesignerState(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest)  Time elapsed: 0.003 s
testODADataSourceToROMDataSource(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest)  Time elapsed: 0.003 s
testUpdateROMDataSourceWithODADataSource(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest)  Time elapsed: 0.005 s
testROMDataSourceToODADataSource(org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest)  Time elapsed: 0.002 s
testToODADataSetParamWithReportParam(org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest)  Time elapsed: 0.036 s
testToROMDataSetParamWithReportParam(org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest)  Time elapsed: 0.255 s
testToROMResultSetsWithBlobType(org.eclipse.birt.report.model.adapter.oda.api.ResultSetColumnAdapterTest)  Time elapsed: 0.006 s
testToODAResultSetsWithColumnHint(org.eclipse.birt.report.model.adapter.oda.api.ResultSetColumnAdapterTest)  Time elapsed: 0.005 s
testToROMResultSetsWithColumnHints(org.eclipse.birt.report.model.adapter.oda.api.ResultSetColumnAdapterTest)  Time elapsed: 0.048 s
testSortHintFromOdaToReport(org.eclipse.birt.report.model.adapter.oda.api.ResultSetCriteriaAdapterTest)  Time elapsed: 0.004 s
testEmptySortHintFromReportToOda(org.eclipse.birt.report.model.adapter.oda.api.ResultSetCriteriaAdapterTest)  Time elapsed: 0.001 s
testSortHintFromReportToOda(org.eclipse.birt.report.model.adapter.oda.api.ResultSetCriteriaAdapterTest)  Time elapsed: 0.002 s
testGetAmbiguousResultSets(org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest)  Time elapsed: 0.003 s
testGetAmbiguousParameters(org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest)  Time elapsed: 0.003 s
testUpdateDataSetHandle(org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest)  Time elapsed: 0.008 s
testUpdateResultSets(org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest)  Time elapsed: 0.005 s

Results:

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.adapter.oda.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt:org.eclipse.birt.report.model.testresources >----
[INFO] Building org.eclipse.birt.report.model.testresources 4.14.0-SNAPSHOT [154/288]
[INFO]   from model/org.eclipse.birt.report.model.testresources/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testresources ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.testresources ---
[INFO] Resolving class path of org.eclipse.birt.report.model.testresources...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.testresources ---
[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.testresources/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.testresources ---
[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.testresources/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.testresources ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.testresources ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.testresources ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.testresources ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testresources/target/org.eclipse.birt.report.model.testresources-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.testresources ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.testresources ---
[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.testresources/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.testresources ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.testresources ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.testresources ---
[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.testresources ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.testresources ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testresources/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt:org.eclipse.birt.report.modelextension.tests >----
[INFO] Building org.eclipse.birt.report.modelextension.tests 4.14.0-SNAPSHOT [155/288]
[INFO]   from model/org.eclipse.birt.report.modelextension.tests/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.modelextension.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.modelextension.tests ---
[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.modelextension.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.modelextension.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/model/org.eclipse.birt.report.modelextension.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.modelextension.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.modelextension.tests/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.modelextension.tests ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.modelextension.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.modelextension.tests/target/org.eclipse.birt.report.modelextension.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.modelextension.tests ---
[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.modelextension.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.modelextension.tests ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.modelextension.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.modelextension.tests/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.report.model.tests >--------
[INFO] Building org.eclipse.birt.report.model.tests 4.14.0-SNAPSHOT   [156/288]
[INFO]   from model/org.eclipse.birt.report.model.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.model.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.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/model/org.eclipse.birt.report.model.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.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/model/org.eclipse.birt.report.model.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.tests ---
[INFO] Compiling 273 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/target/org.eclipse.birt.report.model.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/modeltests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/target/org.eclipse.birt.report.model.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.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/model/org.eclipse.birt.report.model.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.model.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.report.tests.chart >--------
[INFO] Building org.eclipse.birt.report.tests.chart 4.14.0-SNAPSHOT   [157/288]
[INFO]   from testsuites/org.eclipse.birt.report.tests.chart/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.chart ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.chart ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.chart ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.chart ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.chart ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.chart ---
[INFO] Resolving class path of org.eclipse.birt.report.tests.chart...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.chart ---
[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.report.tests.chart/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.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/testsuites/org.eclipse.birt.report.tests.chart/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.chart ---
[INFO] Compiling 149 source files to /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.chart ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.chart ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.chart ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.chart ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/test-chart.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/org.eclipse.birt.report.tests.chart-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.chart ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.chart ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.chart ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.chart ---
[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.report.tests.chart/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.chart ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/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/testsuites/org.eclipse.birt.report.tests.chart/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -DtestOnCentos=false, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/surefire.properties]
Running org.eclipse.birt.report.tests.chart.AllTests
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_101039.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_101039.<init>(Regression_101039.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:32)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_101039.<init>(Regression_101039.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:32)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_101855.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_101855.<init>(Regression_101855.java:112)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:33)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_101855.<init>(Regression_101855.java:112)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:33)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_103787.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_103787.<init>(Regression_103787.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:34)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_103787.<init>(Regression_103787.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:34)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_104472.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_104472.<init>(Regression_104472.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:35)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_104472.<init>(Regression_104472.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:35)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_104627.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_104627.<init>(Regression_104627.java:108)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:36)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_104627.<init>(Regression_104627.java:108)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:36)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_106126.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_106126.<init>(Regression_106126.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:37)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_106126.<init>(Regression_106126.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:37)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_109641.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_109641.<init>(Regression_109641.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:38)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_109641.<init>(Regression_109641.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:38)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_113536.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_113536.<init>(Regression_113536.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:39)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_113536.<init>(Regression_113536.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:39)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_119411.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_119411.<init>(Regression_119411.java:121)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:40)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_119411.<init>(Regression_119411.java:121)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:40)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_119805.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_119805.<init>(Regression_119805.java:117)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:41)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_119805.<init>(Regression_119805.java:117)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:41)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_120557.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_120557.<init>(Regression_120557.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:42)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_120557.<init>(Regression_120557.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:42)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_120919.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_120919.<init>(Regression_120919.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:43)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_120919.<init>(Regression_120919.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:43)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_122396.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_122396.<init>(Regression_122396.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:48)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_122396.<init>(Regression_122396.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:48)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_122807.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_122807.<init>(Regression_122807.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:49)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_122807.<init>(Regression_122807.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:49)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_123202.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_123202.<init>(Regression_123202.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:50)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_123202.<init>(Regression_123202.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:50)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_123208.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_123208.<init>(Regression_123208.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:51)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_123208.<init>(Regression_123208.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:51)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_123554.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_123554.<init>(Regression_123554.java:118)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:52)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_123554.<init>(Regression_123554.java:118)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:52)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_143105.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_143105.<init>(Regression_143105.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:53)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_143105.<init>(Regression_143105.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:53)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_76910.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_76910.<init>(Regression_76910.java:112)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:54)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_76910.<init>(Regression_76910.java:112)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:54)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_76963.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_76963.<init>(Regression_76963.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:55)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_76963.<init>(Regression_76963.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:55)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_94138.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_94138.<init>(Regression_94138.java:120)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:57)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_94138.<init>(Regression_94138.java:120)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:57)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_98257.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_98257.<init>(Regression_98257.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:58)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_98257.<init>(Regression_98257.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:58)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_121828.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_121828.<init>(Regression_121828.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:63)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_121828.<init>(Regression_121828.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:63)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_121831.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_121831.<init>(Regression_121831.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:64)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_121831.<init>(Regression_121831.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:64)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_131285.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_131285.<init>(Regression_131285.java:118)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:67)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_131285.<init>(Regression_131285.java:118)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:67)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_109622_1.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_109622_1.<init>(Regression_109622_1.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:71)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_109622_1.<init>(Regression_109622_1.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:71)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_115433.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_115433.<init>(Regression_115433.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:72)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_115433.<init>(Regression_115433.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:72)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_131308.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_131308.<init>(Regression_131308.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:73)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_131308.<init>(Regression_131308.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:73)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_132783.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_132783.<init>(Regression_132783.java:121)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:74)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_132783.<init>(Regression_132783.java:121)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:74)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_133237.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_133237.<init>(Regression_133237.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:75)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_133237.<init>(Regression_133237.java:113)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:75)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_134309.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_134309.<init>(Regression_134309.java:122)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:76)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_134309.<init>(Regression_134309.java:122)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:76)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_134885.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_134885.<init>(Regression_134885.java:108)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:77)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_134885.<init>(Regression_134885.java:108)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:77)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_135814.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_135814.<init>(Regression_135814.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:78)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_135814.<init>(Regression_135814.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:78)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_136841.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_136841.<init>(Regression_136841.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:79)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_136841.<init>(Regression_136841.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:79)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_137166.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_137166.<init>(Regression_137166.java:115)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:80)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_137166.<init>(Regression_137166.java:115)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:80)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_142685.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_142685.<init>(Regression_142685.java:118)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:82)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_142685.<init>(Regression_142685.java:118)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:82)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_142689.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_142689.<init>(Regression_142689.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:83)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_142689.<init>(Regression_142689.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:83)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_148393.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_148393.<init>(Regression_148393.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:88)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_148393.<init>(Regression_148393.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:88)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_152127.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_152127.<init>(Regression_152127.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:89)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_152127.<init>(Regression_152127.java:114)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:89)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_144845.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_144845.<init>(Regression_144845.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:90)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_144845.<init>(Regression_144845.java:110)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:90)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_145473.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_145473.<init>(Regression_145473.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:91)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_145473.<init>(Regression_145473.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:91)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_146308.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_146308.<init>(Regression_146308.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:92)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_146308.<init>(Regression_146308.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:92)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_148308.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_148308.<init>(Regression_148308.java:112)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:93)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_148308.<init>(Regression_148308.java:112)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:93)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_149936.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_149936.<init>(Regression_149936.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:94)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_149936.<init>(Regression_149936.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:94)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_150240.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_150240.<init>(Regression_150240.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:95)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_150240.<init>(Regression_150240.java:116)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:95)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_150779_Count.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_150779_Count.<init>(Regression_150779_Count.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:96)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_150779_Count.<init>(Regression_150779_Count.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:96)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_152545.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_152545.<init>(Regression_152545.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:97)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_152545.<init>(Regression_152545.java:109)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:97)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_155185.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_155185.<init>(Regression_155185.java:103)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:98)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_155185.<init>(Regression_155185.java:103)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:98)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_151575.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_151575.<init>(Regression_151575.java:108)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:99)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_151575.<init>(Regression_151575.java:108)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:99)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
java.io.FileNotFoundException: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_157608.jpg (No such file or directory)
	at java.base/java.io.RandomAccessFile.open0(Native Method)
	at java.base/java.io.RandomAccessFile.open(RandomAccessFile.java:344)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:259)
	at java.base/java.io.RandomAccessFile.<init>(RandomAccessFile.java:213)
	at java.desktop/javax.imageio.stream.FileImageOutputStream.<init>(FileImageOutputStream.java:69)
	at java.desktop/com.sun.imageio.spi.FileImageOutputStreamSpi.createOutputStreamInstance(FileImageOutputStreamSpi.java:55)
	at java.desktop/javax.imageio.ImageIO.createImageOutputStream(ImageIO.java:421)
	at org.eclipse.birt.chart.util.SecurityUtil.newImageOutputStream(SecurityUtil.java:332)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:252)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_157608.<init>(Regression_157608.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:100)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
org.eclipse.birt.chart.exception.ChartException: Output has not been set!
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:259)
	at org.eclipse.birt.chart.factory.Generator.render(Generator.java:1083)
	at org.eclipse.birt.report.tests.chart.regression.Regression_157608.<init>(Regression_157608.java:111)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at junit.framework.TestSuite.createTest(TestSuite.java:59)
	at junit.framework.TestSuite.addTestMethod(TestSuite.java:296)
	at junit.framework.TestSuite.addTestsFromTestCase(TestSuite.java:139)
	at junit.framework.TestSuite.<init>(TestSuite.java:118)
	at junit.framework.TestSuite.addTestSuite(TestSuite.java:205)
	at org.eclipse.birt.report.tests.chart.regression.AllRegressionTests.suite(AllRegressionTests.java:100)
	at org.eclipse.birt.report.tests.chart.AllTests.suite(AllTests.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.internal.runners.SuiteMethod.testFromSuiteMethod(SuiteMethod.java:35)
	at org.junit.internal.runners.SuiteMethod.<init>(SuiteMethod.java:24)
	at org.junit.internal.builders.SuiteMethodBuilder.runnerForClass(SuiteMethodBuilder.java:11)
	at org.junit.internal.requests.ClassRequest$CustomSuiteMethodBuilder.runnerForClass(ClassRequest.java:51)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:37)
	at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:70)
	at org.junit.internal.requests.ClassRequest.createRunner(ClassRequest.java:28)
	at org.junit.internal.requests.MemoizingRequest.getRunner(MemoizingRequest.java:19)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:362)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.lang.IllegalStateException: Output has not been set!
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.writeOnThread(JPEGImageWriter.java:395)
	at java.desktop/com.sun.imageio.plugins.jpeg.JPEGImageWriter.write(JPEGImageWriter.java:384)
	at org.eclipse.birt.chart.device.image.JavaxImageIOWriter.after(JavaxImageIOWriter.java:256)
	... 53 more
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Reg_101039.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_101039.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Reg_101855.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_101855.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,3,1,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_103787.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_103787.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_104472.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_104472.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_104627.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_104627.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1|
|0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1|
|0,0,0,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_106126.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_106126.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_109641.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_109641.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_113536.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_113536.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Reg_119411.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_119411.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Reg_119805.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_119805.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_120557.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_120557.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_120919.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_120919.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_122396.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_122396.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_122807.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_122807.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_123202.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_123202.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_123208.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_123208.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Reg_123554.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_123554.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_143105.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_143105.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_76910.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_76910.jpg|0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_76963.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_76963.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Reg_94138.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_94138.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Reg_98257.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Reg_98257.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_121828.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_121828.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_121831.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_121831.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_131285.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_131285.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,1,1,1,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,0|
|0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_109622_1.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_109622_1.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_115433.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_115433.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_131308.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_131308.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_132783.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_132783.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_133237.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_133237.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,1,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_134309.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_134309.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|1,1,2,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,1,2,1,0,0,4,0,3,0,0,0,0,0,0,0,0,0,0|
|0,2,1,2,3,1,4,4,0,3,0,0,0,0,0,0,0,0,0,0|
|0,2,1,0,4,1,4,4,0,3,0,0,0,0,0,0,0,0,0,0|
|0,1,1,2,4,1,4,4,0,2,1,1,0,0,0,0,0,0,0,0|
|0,2,2,2,4,1,4,4,0,1,0,2,0,0,0,0,0,0,0,0|
|0,2,1,0,4,1,4,4,0,1,0,2,0,0,0,0,0,0,0,0|
|0,1,0,3,4,1,4,4,0,1,0,2,1,1,0,0,0,0,0,0|
|0,0,1,1,4,1,4,4,0,1,0,2,1,0,0,0,0,0,0,0|
|0,0,0,0,4,1,4,4,0,1,0,2,1,0,0,0,0,0,0,0|
|0,0,1,4,2,2,1,3,2,0,3,0,2,2,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,1,1,1,1,1,0,0,1,1,0,0,0,0,0,0|
|0,0,2,3,1,1,1,1,1,1,0,1,1,1,0,0,0,0,0,0|
|0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_134885.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_134885.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_135814.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_135814.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_136841.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_136841.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_137166.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_137166.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_142685.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_142685.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_142689.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_142689.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,2,0,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,2,0,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,2,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,2,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,2,1,0,1,0,1,0,0,0,0,0,1,1,0,0,0|
|0,0,2,0,2,1,0,1,0,1,0,0,0,0,0,1,1,0,0,0|
|0,0,2,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,2,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,2,0,2,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0|
|0,1,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_148393.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_148393.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_152127.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_152127.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_144845.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_144845.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_145473.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_145473.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_146308.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_146308.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_148308.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_148308.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_149936.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_149936.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,1,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_150240.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_150240.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_150779_Count.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_150779_Count.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_152545.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_152545.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_155185.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_155185.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,1,1,1,0,0,1,1,0,0,0,0,0,0,0|
|0,0,0,0,1,1,0,0,1,1,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0|
|0,0,1,1,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,0|
|0,1,1,0,1,0,0,0,0,2,1,0,1,0,0,0,0,0,0,0|
|0,1,0,0,1,1,0,0,3,1,2,1,1,0,0,0,0,0,0,0|
|0,0,0,0,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_151575.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_151575.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
Golden: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/src/org/eclipse/birt/report/tests/chart/regression/golden_linux/Regression_157608.jpgActual: /tmp/org.eclipse.birt.report.tests.chart.OUTPUT/org.eclipse.birt.report.tests.chart/regression/output/Regression_157608.jpg|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,2,0,0,1,2,0,0,0,0,0,0,0|
|0,0,0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0|
|1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
|0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0|
acceptance is not exist.
regression is not exist.
smoke is not exist.
Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.464 s - in org.eclipse.birt.report.tests.chart.AllTests
test_regression_101039(org.eclipse.birt.report.tests.chart.regression.Regression_101039)  Time elapsed: 1.525 s
test_regression_101855(org.eclipse.birt.report.tests.chart.regression.Regression_101855)  Time elapsed: 0.267 s
test_regression_103787(org.eclipse.birt.report.tests.chart.regression.Regression_103787)  Time elapsed: 0.338 s
test_regression_104472(org.eclipse.birt.report.tests.chart.regression.Regression_104472)  Time elapsed: 0.318 s
test_regression_104627(org.eclipse.birt.report.tests.chart.regression.Regression_104627)  Time elapsed: 0.253 s
test_regression_106126(org.eclipse.birt.report.tests.chart.regression.Regression_106126)  Time elapsed: 0.253 s
test_regression_109641(org.eclipse.birt.report.tests.chart.regression.Regression_109641)  Time elapsed: 0.267 s
test_regression_113536(org.eclipse.birt.report.tests.chart.regression.Regression_113536)  Time elapsed: 0.519 s
test_regression_119411(org.eclipse.birt.report.tests.chart.regression.Regression_119411)  Time elapsed: 0.325 s
test_regression_119805(org.eclipse.birt.report.tests.chart.regression.Regression_119805)  Time elapsed: 0.222 s
test_regression_120557(org.eclipse.birt.report.tests.chart.regression.Regression_120557)  Time elapsed: 0.261 s
test_regression_120919(org.eclipse.birt.report.tests.chart.regression.Regression_120919)  Time elapsed: 0.255 s
test_regression_122396(org.eclipse.birt.report.tests.chart.regression.Regression_122396)  Time elapsed: 0.333 s
test_regression_122807(org.eclipse.birt.report.tests.chart.regression.Regression_122807)  Time elapsed: 0.382 s
test_regression_123202(org.eclipse.birt.report.tests.chart.regression.Regression_123202)  Time elapsed: 0.23 s
test_regression_123208(org.eclipse.birt.report.tests.chart.regression.Regression_123208)  Time elapsed: 0.23 s
test_regression_123554(org.eclipse.birt.report.tests.chart.regression.Regression_123554)  Time elapsed: 0.234 s
test_regression_143105(org.eclipse.birt.report.tests.chart.regression.Regression_143105)  Time elapsed: 0.226 s
test_regression_76910(org.eclipse.birt.report.tests.chart.regression.Regression_76910)  Time elapsed: 0.235 s
test_regression_76963(org.eclipse.birt.report.tests.chart.regression.Regression_76963)  Time elapsed: 0.237 s
test_regression_94138(org.eclipse.birt.report.tests.chart.regression.Regression_94138)  Time elapsed: 0.24 s
test_regression_98257(org.eclipse.birt.report.tests.chart.regression.Regression_98257)  Time elapsed: 0.243 s
test_regression_121828(org.eclipse.birt.report.tests.chart.regression.Regression_121828)  Time elapsed: 0.234 s
test_regression_121831(org.eclipse.birt.report.tests.chart.regression.Regression_121831)  Time elapsed: 0.233 s
test_regression_131285(org.eclipse.birt.report.tests.chart.regression.Regression_131285)  Time elapsed: 0.326 s
test_regression_109622_1(org.eclipse.birt.report.tests.chart.regression.Regression_109622_1)  Time elapsed: 0.233 s
test_regression_115433(org.eclipse.birt.report.tests.chart.regression.Regression_115433)  Time elapsed: 0.224 s
test_regression_131308(org.eclipse.birt.report.tests.chart.regression.Regression_131308)  Time elapsed: 0.242 s
test_regression_132783(org.eclipse.birt.report.tests.chart.regression.Regression_132783)  Time elapsed: 0.232 s
test_regression_133237(org.eclipse.birt.report.tests.chart.regression.Regression_133237)  Time elapsed: 0.229 s
test_regression_134309(org.eclipse.birt.report.tests.chart.regression.Regression_134309)  Time elapsed: 0.233 s
test_regression_134885(org.eclipse.birt.report.tests.chart.regression.Regression_134885)  Time elapsed: 0.225 s
test_regression_135814(org.eclipse.birt.report.tests.chart.regression.Regression_135814)  Time elapsed: 0.23 s
test_regression_136841(org.eclipse.birt.report.tests.chart.regression.Regression_136841)  Time elapsed: 0.233 s
test_regression_137166(org.eclipse.birt.report.tests.chart.regression.Regression_137166)  Time elapsed: 0.224 s
test_regression_142685(org.eclipse.birt.report.tests.chart.regression.Regression_142685)  Time elapsed: 0.33 s
test_regression_142689(org.eclipse.birt.report.tests.chart.regression.Regression_142689)  Time elapsed: 0.236 s
test_regression_148393(org.eclipse.birt.report.tests.chart.regression.Regression_148393)  Time elapsed: 0.336 s
test_regression_152127(org.eclipse.birt.report.tests.chart.regression.Regression_152127)  Time elapsed: 0.35 s
test_regression_144845(org.eclipse.birt.report.tests.chart.regression.Regression_144845)  Time elapsed: 0.244 s
test_regression_145473(org.eclipse.birt.report.tests.chart.regression.Regression_145473)  Time elapsed: 0.241 s
test_regression_146308(org.eclipse.birt.report.tests.chart.regression.Regression_146308)  Time elapsed: 0.338 s
test_regression_148308(org.eclipse.birt.report.tests.chart.regression.Regression_148308)  Time elapsed: 0.219 s
test_regression_149936(org.eclipse.birt.report.tests.chart.regression.Regression_149936)  Time elapsed: 0.587 s
test_regression_150240(org.eclipse.birt.report.tests.chart.regression.Regression_150240)  Time elapsed: 0.34 s
test_regression_150779_Count(org.eclipse.birt.report.tests.chart.regression.Regression_150779_Count)  Time elapsed: 0.224 s
test_regression_152545(org.eclipse.birt.report.tests.chart.regression.Regression_152545)  Time elapsed: 0.237 s
test_regression_155185(org.eclipse.birt.report.tests.chart.regression.Regression_155185)  Time elapsed: 0.225 s
test_regression_151575(org.eclipse.birt.report.tests.chart.regression.Regression_151575)  Time elapsed: 0.23 s
test_regression_157608(org.eclipse.birt.report.tests.chart.regression.Regression_157608)  Time elapsed: 0.242 s
testMoveOutput(org.eclipse.birt.report.tests.chart.test.imageCompare)  Time elapsed: 0.011 s

Results:

Tests run: 51, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.tests.chart ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.tests.chart ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.tests.chart ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.testsuites:org.eclipse.birt.testsuites-parent >---
[INFO] Building org.eclipse.birt.testsuites-parent 4.14.0-SNAPSHOT    [158/288]
[INFO]   from testsuites/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.testsuites-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.testsuites-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/testsuites/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.testsuites-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.testsuites-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.testsuites-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.testsuites-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/testsuites/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.testsuites-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.testsuites-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.testsuites-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.tests.engine >--------
[INFO] Building org.eclipse.birt.report.tests.engine 4.14.0-SNAPSHOT  [159/288]
[INFO]   from testsuites/org.eclipse.birt.report.tests.engine/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.engine ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.engine ---
[INFO] Resolving class path of org.eclipse.birt.report.tests.engine...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.engine ---
[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.report.tests.engine/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.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/testsuites/org.eclipse.birt.report.tests.engine/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.engine ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.engine ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.engine ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/test-engine.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/org.eclipse.birt.report.tests.engine-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.engine ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.engine ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.engine ---
[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.report.tests.engine/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.engine ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/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/testsuites/org.eclipse.birt.report.tests.engine/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/surefire.properties]
Running org.eclipse.birt.report.tests.engine.AllTests
Jun 06, 2023 5:22:56 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jun 06, 2023 5:22:56 PM 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
Jun 06, 2023 5:22:56 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin start
INFO: Sampledb plugin starts up. Current startCount=0
Jun 06, 2023 5:22:56 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin init
INFO: Creating Sampledb database at location /tmp/BIRTSampleDB_1686072176359_49fdbe2b
Jun 06, 2023 5:22:56 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_table.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_subquery.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_subquery.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_subquery.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_nestquery.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_nestquery.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_nestquery.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/DataExtraction_table.rptdocument is not closed.
Default status
Default status is correct
LogDirctorynull
java.io.FileNotFoundException: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/classes/src/org/eclipse/birt/report/tests/engine/api/input/EmbedImage.txt (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.readImageFile(HTMLServerImageHandlerTest.java:191)
	at org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.testOnCustomImage(HTMLServerImageHandlerTest.java:148)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
java.io.FileNotFoundException: org.eclipse.birt.report.tests.engine/api/input/EmbedImage.txt (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.readImageFile(HTMLServerImageHandlerTest.java:191)
	at org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.testOnDesignImage(HTMLServerImageHandlerTest.java:83)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/IAutoTextContentTest.rptdocument is not closed.
Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "new_library_2.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:81)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:293)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:257)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(ReportParser.java:136)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.getReportDesignHandle(ReportEngineHelper.java:211)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:223)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:165)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:115)
	at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:265)
	at org.eclipse.birt.report.tests.engine.EngineCase.run(EngineCase.java:558)
	at org.eclipse.birt.report.tests.engine.api.IDataIteratorTest.testIDataIterator(IDataIteratorTest.java:53)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:22:57 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/IDataIteratorTest.rptdocument is not closed.
Jun 06, 2023 5:22:58 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/folderdocument_long_text is not closed.
Jun 06, 2023 5:23:02 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/folderdocument_pages9 is not closed.
Jun 06, 2023 5:23:02 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/folderdocument_chart is not closed.
Jun 06, 2023 5:23:02 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/folderdocument_master_page is not closed.
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/folderdocument_table_nest_pages is not closed.
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/folderdocument_case1 is not closed.
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/folderdocument_multiple_datasets is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/master_page/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/master_page/pdf/pageAll.pdf
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 3ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_CN/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/truetype cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/tt cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ar/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ja/X11/fonts/TT cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/windows/fonts cost:0ms
Jun 06, 2023 5:23:03 PM 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:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TTF cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ja/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/TTF cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/windows/fonts cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/OTF cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/windows/fonts cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/WINNT/fonts cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/WINNT/fonts cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/OTF cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/WINNT/fonts cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_TW/TrueType cost:1ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/default/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/WINNT/fonts cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/windows/fonts cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ko/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/truetype cost:1ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/WINNT/fonts cost:0ms
Jun 06, 2023 5:23:03 PM 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
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/windows/fonts cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ko/TrueType cost:0ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 1ms
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_pdf.xml cost 1ms
PDF error count = 0
Jun 06, 2023 5:23:03 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/master_page_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:09 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/oncreate-style-label/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/oncreate-style-label/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:10 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/oncreate-style-label_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/html/page2.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/pdf/page2.pdf
PDF error count = 0
Jun 06, 2023 5:23:12 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_datasets/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_datasets/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:12 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_datasets_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/long_text/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/long_text/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:12 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/long_text_reportdocument is not closed.
Jun 06, 2023 5:23:12 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 1ms
Jun 06, 2023 5:23:12 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 1ms
Jun 06, 2023 5:23:12 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_pdf.xml cost 1ms
Jun 06, 2023 5:23:13 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/iid_reportlet_complex.rptdocument is not closed.
Jun 06, 2023 5:23:13 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.RESOURCE/org.eclipse.birt.report.tests.engine/api/input/iid_reportlet_complex.rptdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/OrderReport/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/OrderReport/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:13 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/OrderReport_reportdocument is not closed.
Jun 06, 2023 5:23:13 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/iid_reportlet.rptdocument is not closed.
Jun 06, 2023 5:23:13 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.RESOURCE/org.eclipse.birt.report.tests.engine/api/input/iid_reportlet.rptdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/html/pagenull.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/pdf/pagenull.pdf
PDF error count = 0
Jun 06, 2023 5:23:18 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9_reportdocument is not closed.
Jun 06, 2023 5:23:18 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/items_bookmark_reportdocument is not closed.
Jun 06, 2023 5:23:18 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/area3dChart/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/area3dChart/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/area3dChart_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/report_from_library1/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/report_from_library1/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/report_from_library1_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/image_in_DB/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/image_in_DB/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/image_in_DB_reportdocument is not closed.
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/items_bookmark_reportdocument is not closed.
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/complex_report/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/complex_report/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/complex_report_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/table_nest_pages/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/table_nest_pages/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/table_nest_pages_reportdocument is not closed.
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/reportlet_bookmark_toc.rptdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage_reportdocument is not closed.
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/iid_reportlet.rptdocument is not closed.
Jun 06, 2023 5:23:19 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.RESOURCE/org.eclipse.birt.report.tests.engine/api/input/iid_reportlet.rptdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/iid_reportlet.rptdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.RESOURCE/org.eclipse.birt.report.tests.engine/api/input/iid_reportlet.rptdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/MeterChart/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/MeterChart/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/MeterChart_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/iid_reportlet_complex.rptdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.RESOURCE/org.eclipse.birt.report.tests.engine/api/input/iid_reportlet_complex.rptdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/javascript-support-data/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/javascript-support-data/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/javascript-support-data_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/case1/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/case1/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/case1_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/items_bookmark_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/items_bookmark_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/items_bookmark_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/multiple_masterpage_reportdocument is not closed.
Jun 06, 2023 5:23:20 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pdfbug_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/html/page.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/pdf/page.pdf
PDF error count = 0
Jun 06, 2023 5:23:25 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/html/page3,5.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/pdf/page3,5.pdf
PDF error count = 0
Jun 06, 2023 5:23:27 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/html/page2-8.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9/pdf/page2-8.pdf
PDF error count = 0
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/pages9_reportdocument is not closed.
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/reportlet_bookmark_toc.rptdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/smoke_data/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/smoke_data/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/smoke_data_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/chart/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/chart/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/chart_reportdocument is not closed.
HTML output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/table_pages/html/pageAll.html
PDF output filename = /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/table_pages/pdf/pageAll.pdf
PDF error count = 0
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/table_pages_reportdocument is not closed.
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngineHelper openReportDesign
SEVERE: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/org.eclipse.birt.report.tests.engine/api/input/RenderUnfinishedReportDoc.xml not found!
org.eclipse.birt.report.engine.api.EngineException: The design file org.eclipse.birt.report.tests.engine/api/input/RenderUnfinishedReportDoc.xml can not be found.
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:104)
	at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:265)
	at org.eclipse.birt.report.tests.engine.api.RenderUnfinishedReportDoc.testRender_unfinished_Document(RenderUnfinishedReportDoc.java:97)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/report_document is not closed.
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.ReportEngine destroy
WARNING: /tmp/org.eclipse.birt.report.tests.engine.OUTPUT/org.eclipse.birt.report.tests.engine/api/output/report_document is not closed.
scalar
true
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.Image getImageStream
SEVERE: aa.jpg (No such file or directory)
java.io.FileNotFoundException: aa.jpg (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at org.eclipse.birt.report.engine.api.impl.Image.getImageStream(Image.java:218)
	at org.eclipse.birt.report.engine.api.impl.Image.writeImage(Image.java:276)
	at org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler.saveImage(HTMLCompleteImageHandler.java:217)
	at org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler.handleImage(HTMLCompleteImageHandler.java:196)
	at org.eclipse.birt.report.engine.api.HTMLCompleteImageHandler.onFileImage(HTMLCompleteImageHandler.java:140)
	at org.eclipse.birt.report.engine.api.HTMLImageHandler.onFileImage(HTMLImageHandler.java:76)
	at org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitter.getImageURI(HTMLReportEmitter.java:3015)
	at org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitter.startImage(HTMLReportEmitter.java:2824)
	at org.eclipse.birt.report.engine.emitter.CompositeContentEmitter.startImage(CompositeContentEmitter.java:236)
	at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.startContent(ContentEmitterUtil.java:73)
	at org.eclipse.birt.report.engine.layout.html.buffer.DummyPageBuffer.startContent(DummyPageBuffer.java:108)
	at org.eclipse.birt.report.engine.layout.html.HTMLLeafItemLM.start(HTMLLeafItemLM.java:65)
	at org.eclipse.birt.report.engine.layout.html.HTMLAbstractLM.layout(HTMLAbstractLM.java:132)
	at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:66)
	at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)
	at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:97)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:145)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:69)
	at org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest.renderReport(ResourceLocatorTest.java:138)
	at org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest.testResourceImage(ResourceLocatorTest.java:76)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.api.impl.Image writeImage
SEVERE: image source aa.jpg is not found!
Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "resource_library.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:81)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:293)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:257)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(ReportParser.java:136)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.getReportDesignHandle(ReportEngineHelper.java:211)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:223)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:165)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:115)
	at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:265)
	at org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest.renderReport(ResourceLocatorTest.java:129)
	at org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest.testResourceLibrary(ResourceLocatorTest.java:104)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:23:30 PM org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor processExtendedContent
WARNING: unsupported image type:Unknown
Jun 06, 2023 5:23:38 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement cancel
SEVERE: Cannot cancel the statement.
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaHelperException: Cannot cancel this query while it is not executing.
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaObject.newOdaException(OdaObject.java:548)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.cancel(OdaQuery.java:1591)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.cancel(PreparedStatement.java:801)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery$OdaQueryCanceller.cancel(DataSourceQuery.java:981)
	at org.eclipse.birt.data.engine.impl.CancelManager.doCancel(CancelManager.java:71)
	at org.eclipse.birt.data.engine.impl.DataEngineSession.cancel(DataEngineSession.java:308)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.cancel(DataEngineImpl.java:669)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.cancel(DataRequestSessionImpl.java:1727)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.cancel(ExecutionContext.java:1587)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.cancel(EngineTask.java:1130)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cancel(RunAndRenderTask.java:159)
	at org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest$CancelTask.run(RunAndRenderTaskTest.java:160)

Jun 06, 2023 5:23:40 PM org.eclipse.birt.data.engine.executor.DataSource releaseConnection
WARNING: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
java.lang.NullPointerException: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
	at org.eclipse.birt.data.engine.executor.DataSource.releaseConnection(DataSource.java:113)
	at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:97)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.shutdown(DataEngineImpl.java:515)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.shutdown(DataRequestSessionImpl.java:501)
	at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.shutdown(AbstractDataEngine.java:317)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.closeDataEngine(ExecutionContext.java:797)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:150)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:69)
	at org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest.testCancelRunAndRenderTask(RunAndRenderTaskTest.java:112)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:23:40 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement cancel
SEVERE: Cannot cancel the statement.
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaHelperException: Cannot cancel this query while it is not executing.
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaObject.newOdaException(OdaObject.java:548)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.cancel(OdaQuery.java:1591)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.cancel(PreparedStatement.java:801)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery$OdaQueryCanceller.cancel(DataSourceQuery.java:981)
	at org.eclipse.birt.data.engine.impl.CancelManager.doCancel(CancelManager.java:71)
	at org.eclipse.birt.data.engine.impl.DataEngineSession.cancel(DataEngineSession.java:308)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.cancel(DataEngineImpl.java:669)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.cancel(DataRequestSessionImpl.java:1727)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.cancel(ExecutionContext.java:1587)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.cancel(EngineTask.java:1130)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.cancel(RunAndRenderTask.java:159)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.cancel(EngineTask.java:1139)
	at org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest$CancelWithFlagTask.run(RunAndRenderTaskTest.java:185)

Jun 06, 2023 5:23:42 PM org.eclipse.birt.data.engine.executor.DataSource releaseConnection
WARNING: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
java.lang.NullPointerException: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
	at org.eclipse.birt.data.engine.executor.DataSource.releaseConnection(DataSource.java:113)
	at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:97)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.shutdown(DataEngineImpl.java:515)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.shutdown(DataRequestSessionImpl.java:501)
	at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.shutdown(AbstractDataEngine.java:317)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.closeDataEngine(ExecutionContext.java:797)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:150)
	at org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:69)
	at org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest.testCancelRunAndRenderTask(RunAndRenderTaskTest.java:123)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.sampledb.SampleDBJDBCConnectionFactory getConnection
WARNING: Unexpected url: jdbc:classicmodels:sample
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: DriverClassLoader failed to load class: org.eclipse.birt.report.data.oda.sampledb.Driver
java.lang.ClassNotFoundException: org.eclipse.birt.report.data.oda.sampledb.Driver
	at org.eclipse.birt.core.framework.URLClassLoader.findClass1(URLClassLoader.java:155)
	at org.eclipse.birt.core.framework.URLClassLoader.findClass(URLClassLoader.java:133)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadExtraDriver(JDBCDriverManager.java:922)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.findDriver(JDBCDriverManager.java:759)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadAndRegisterDriver(JDBCDriverManager.java:856)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadAndRegisterDriver(JDBCDriverManager.java:835)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doConnect(JDBCDriverManager.java:265)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getConnection(JDBCDriverManager.java:222)
	at org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUrl(Connection.java:220)
	at org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connection.java:142)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConnection.open(OdaConnection.java:250)
	at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:160)
	at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:210)
	at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:199)
	at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:195)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:418)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:302)
	at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:388)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:164)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:153)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:172)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:594)
	at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:138)
	at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:74)
	at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:254)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1624)
	at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:73)
	at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:60)
	at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45)
	at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.execute(ReportItemEmitterExecutor.java:45)
	at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:41)
	at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:62)
	at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)
	at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:97)
	at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:233)
	at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:224)
	at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)
	at org.eclipse.birt.report.tests.engine.api.RunTaskTest.testGetErrors(RunTaskTest.java:198)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: refreshUrlsWhenFail: true
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: driverClassPath: null
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: Registered URLs: [file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/work/plugins/org.eclipse.birt.report.data.oda.jdbc_4.14.0.v202306061713/drivers/]
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager findDriver
WARNING: Failed to load JDBC driver class: org.eclipse.birt.report.data.oda.sampledb.Driver
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: DriverClassLoader failed to load class: org.eclipse.birt.report.data.oda.sampledb.Driver
java.lang.ClassNotFoundException: org.eclipse.birt.report.data.oda.sampledb.Driver
	at org.eclipse.birt.core.framework.URLClassLoader.findClass1(URLClassLoader.java:155)
	at org.eclipse.birt.core.framework.URLClassLoader.findClass(URLClassLoader.java:133)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:587)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:467)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadExtraDriver(JDBCDriverManager.java:922)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.findDriver(JDBCDriverManager.java:759)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadAndRegisterDriver(JDBCDriverManager.java:856)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.loadAndRegisterDriver(JDBCDriverManager.java:838)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doConnect(JDBCDriverManager.java:265)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getConnection(JDBCDriverManager.java:222)
	at org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUrl(Connection.java:220)
	at org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connection.java:142)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConnection.open(OdaConnection.java:250)
	at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:160)
	at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:210)
	at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:199)
	at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:195)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:418)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:302)
	at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:388)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:164)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:153)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:172)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:594)
	at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:138)
	at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:74)
	at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:254)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1624)
	at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:73)
	at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:60)
	at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45)
	at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.execute(ReportItemEmitterExecutor.java:45)
	at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:41)
	at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:62)
	at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)
	at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:97)
	at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:233)
	at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:224)
	at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)
	at org.eclipse.birt.report.tests.engine.api.RunTaskTest.testGetErrors(RunTaskTest.java:198)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: refreshUrlsWhenFail: true
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: driverClassPath: null
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver
SEVERE: Registered URLs: [file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/work/plugins/org.eclipse.birt.report.data.oda.jdbc_4.14.0.v202306061713/drivers/]
Jun 06, 2023 5:23:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager findDriver
WARNING: Failed to load JDBC driver class: org.eclipse.birt.report.data.oda.sampledb.Driver
Jun 06, 2023 5:23:49 PM org.eclipse.birt.data.engine.odaconsumer.ConnectionManager openConnection
SEVERE: Unable to open connection.
org.eclipse.birt.report.data.oda.jdbc.JDBCException: Failed to get connection.
SQL error #1:Classic Models Inc. Sample Database Driver does not recognize url: org.eclipse.birt.report.data.oda.sampledb.Driver
 ;
    java.sql.SQLException: Classic Models Inc. Sample Database Driver does not recognize url: org.eclipse.birt.report.data.oda.sampledb.Driver
	at org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUrl(Connection.java:226)
	at org.eclipse.birt.report.data.oda.jdbc.Connection.open(Connection.java:142)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaConnection.open(OdaConnection.java:250)
	at org.eclipse.birt.data.engine.odaconsumer.ConnectionManager.openConnection(ConnectionManager.java:160)
	at org.eclipse.birt.data.engine.executor.DataSource.newConnection(DataSource.java:210)
	at org.eclipse.birt.data.engine.executor.DataSource.open(DataSource.java:199)
	at org.eclipse.birt.data.engine.impl.DataSourceRuntime.openOdiDataSource(DataSourceRuntime.java:195)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.openDataSource(QueryExecutor.java:418)
	at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:302)
	at org.eclipse.birt.data.engine.impl.PreparedQuery.doPrepare(PreparedQuery.java:388)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.produceQueryResults(PreparedDataSourceQuery.java:164)
	at org.eclipse.birt.data.engine.impl.PreparedDataSourceQuery.execute(PreparedDataSourceQuery.java:153)
	at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery.execute(PreparedOdaDSQuery.java:172)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.execute(DataRequestSessionImpl.java:594)
	at org.eclipse.birt.report.engine.data.dte.DteDataEngine.doExecuteQuery(DteDataEngine.java:138)
	at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.doExecuteQuery(DataGenerationEngine.java:74)
	at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.execute(AbstractDataEngine.java:254)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.executeQuery(ExecutionContext.java:1624)
	at org.eclipse.birt.report.engine.executor.QueryItemExecutor.executeQuery(QueryItemExecutor.java:73)
	at org.eclipse.birt.report.engine.executor.TableItemExecutor.execute(TableItemExecutor.java:60)
	at org.eclipse.birt.report.engine.internal.executor.wrap.WrappedReportItemExecutor.execute(WrappedReportItemExecutor.java:45)
	at org.eclipse.birt.report.engine.internal.executor.emitter.ReportItemEmitterExecutor.execute(ReportItemEmitterExecutor.java:45)
	at org.eclipse.birt.report.engine.internal.executor.dup.SuppressDuplicateItemExecutor.execute(SuppressDuplicateItemExecutor.java:41)
	at org.eclipse.birt.report.engine.layout.html.HTMLBlockStackingLM.layoutNodes(HTMLBlockStackingLM.java:62)
	at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:92)
	at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:97)
	at org.eclipse.birt.report.engine.presentation.ReportDocumentBuilder.build(ReportDocumentBuilder.java:233)
	at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:224)
	at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)
	at org.eclipse.birt.report.tests.engine.api.RunTaskTest.testGetErrors(RunTaskTest.java:198)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: java.sql.SQLException: Classic Models Inc. Sample Database Driver does not recognize url: org.eclipse.birt.report.data.oda.sampledb.Driver
	at org.eclipse.birt.report.data.oda.sampledb.SampleDBJDBCConnectionFactory.getConnection(SampleDBJDBCConnectionFactory.java:49)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.doConnect(JDBCDriverManager.java:248)
	at org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager.getConnection(JDBCDriverManager.java:222)
	at org.eclipse.birt.report.data.oda.jdbc.Connection.connectByUrl(Connection.java:220)
	... 72 more

cancel started waitingcancel stop waitingJun 06, 2023 5:23:49 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement cancel
SEVERE: Cannot cancel the statement.
org.eclipse.datatools.connectivity.oda.consumer.helper.OdaHelperException: Cannot cancel this query while it is not executing.
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaObject.newOdaException(OdaObject.java:548)
	at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.cancel(OdaQuery.java:1591)
	at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.cancel(PreparedStatement.java:801)
	at org.eclipse.birt.data.engine.executor.DataSourceQuery$OdaQueryCanceller.cancel(DataSourceQuery.java:981)
	at org.eclipse.birt.data.engine.impl.CancelManager.doCancel(CancelManager.java:71)
	at org.eclipse.birt.data.engine.impl.DataEngineSession.cancel(DataEngineSession.java:308)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.cancel(DataEngineImpl.java:669)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.cancel(DataRequestSessionImpl.java:1727)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.cancel(ExecutionContext.java:1587)
	at org.eclipse.birt.report.engine.api.impl.EngineTask.cancel(EngineTask.java:1130)
	at org.eclipse.birt.report.engine.api.impl.RunTask.cancel(RunTask.java:300)
	at org.eclipse.birt.report.tests.engine.api.RunTaskTest$CancelTask.run(RunTaskTest.java:251)

cancel doneJun 06, 2023 5:23:51 PM org.eclipse.birt.data.engine.executor.DataSource releaseConnection
WARNING: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
java.lang.NullPointerException: Cannot invoke "org.eclipse.birt.data.engine.odaconsumer.Connection.close()" because "conn.odaConn" is null
	at org.eclipse.birt.data.engine.executor.DataSource.releaseConnection(DataSource.java:113)
	at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:97)
	at org.eclipse.birt.data.engine.impl.DataEngineImpl.shutdown(DataEngineImpl.java:515)
	at org.eclipse.birt.report.data.adapter.impl.DataRequestSessionImpl.shutdown(DataRequestSessionImpl.java:501)
	at org.eclipse.birt.report.engine.data.dte.AbstractDataEngine.shutdown(AbstractDataEngine.java:317)
	at org.eclipse.birt.report.engine.data.dte.DataGenerationEngine.shutdown(DataGenerationEngine.java:130)
	at org.eclipse.birt.report.engine.executor.ExecutionContext.closeDataEngine(ExecutionContext.java:797)
	at org.eclipse.birt.report.engine.api.impl.RunTask.doRun(RunTask.java:227)
	at org.eclipse.birt.report.engine.api.impl.RunTask.run(RunTask.java:85)
	at org.eclipse.birt.report.tests.engine.api.RunTaskTest.testCancel(RunTaskTest.java:126)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Tests run: 191, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 58.511 s - in org.eclipse.birt.report.tests.engine.AllTests
testDataExtractionWithFilter(org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest)  Time elapsed: 1.143 s
testDataExtractionFromIID_subquery(org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest)  Time elapsed: 0.145 s
testDataExtractionFromIID_nestquery(org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest)  Time elapsed: 0.093 s
testMethods(org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest)  Time elapsed: 0.029 s
testGetRowID(org.eclipse.birt.report.tests.engine.api.DataIDTest)  Time elapsed: 0.001 s
testToString(org.eclipse.birt.report.tests.engine.api.DataIDTest)  Time elapsed: 0 s
testGetDataSetID(org.eclipse.birt.report.tests.engine.api.DataIDTest)  Time elapsed: 0.001 s
testAppend(org.eclipse.birt.report.tests.engine.api.DataIDTest)  Time elapsed: 0 s
testDataIDFromReport(org.eclipse.birt.report.tests.engine.api.DataIDTest)  Time elapsed: 0.035 s
testGetParentID(org.eclipse.birt.report.tests.engine.api.DataSetIDTest)  Time elapsed: 0.001 s
testGetRowID(org.eclipse.birt.report.tests.engine.api.DataSetIDTest)  Time elapsed: 0.001 s
testGetDataSetName(org.eclipse.birt.report.tests.engine.api.DataSetIDTest)  Time elapsed: 0 s
testToString(org.eclipse.birt.report.tests.engine.api.DataSetIDTest)  Time elapsed: 0.001 s
testGetQueryName(org.eclipse.birt.report.tests.engine.api.DataSetIDTest)  Time elapsed: 0.025 s
testDataSetIDFromReport(org.eclipse.birt.report.tests.engine.api.DataSetIDTest)  Time elapsed: 0.016 s
testShowStatus(org.eclipse.birt.report.tests.engine.api.DefaultStatusHandlerTest)  Time elapsed: 0.001 s
testGetLogDirectory(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0 s
testGetResourceLocator(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0 s
testGetEmitterConfigs(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0.001 s
testSetEngineHome(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0 s
testSetLogConfig(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0 s
testGetConfigMap(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0 s
testGetScriptObjects(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0 s
testGetStatusHandler(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0 s
testGetMaxRowsPerQuery(org.eclipse.birt.report.tests.engine.api.EngineConfigTest)  Time elapsed: 0.001 s
testOnDocImage(org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0.001 s
testOnCustomImage(org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0.001 s
testOnDesignImage(org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0.001 s
testOnURLImage(org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest)  Time elapsed: 0 s
testGetImageHandler(org.eclipse.birt.report.tests.engine.api.HTMLEmitterConfigTest)  Time elapsed: 0 s
testGetActionHandler(org.eclipse.birt.report.tests.engine.api.HTMLEmitterConfigTest)  Time elapsed: 0 s
testGetBaseImageURL(org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest)  Time elapsed: 0 s
testGetSupportedImageFormats(org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest)  Time elapsed: 0 s
testGetBaseURL(org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest)  Time elapsed: 0 s
testGetImageDirectory(org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest)  Time elapsed: 0 s
testGetRenderOption(org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest)  Time elapsed: 0 s
testGetActionHandle(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.005 s
testGetHtmlTitle(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.003 s
testGetInstanceIDs(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetHtmlPagination(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetPageFooterFloatFlag(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetDisplayFilterIcon(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.003 s
testGetEmbeddable(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetDisplayGroupIcon(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetUserAgent(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetMasterPageContent(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetEnableMetadata(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testGetHtmlRtLFlag(org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest)  Time elapsed: 0.002 s
testOnDocImage(org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.001 s
testOnCustomImage(org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.003 s
testOnDesignImage(org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.003 s
testOnURLImage(org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest)  Time elapsed: 0.001 s
testSystemID(org.eclipse.birt.report.tests.engine.api.IActionTest)  Time elapsed: 0 s
testDrillthroughAction(org.eclipse.birt.report.tests.engine.api.IActionTest)  Time elapsed: 0.002 s
testHyperlinkAction(org.eclipse.birt.report.tests.engine.api.IActionTest)  Time elapsed: 0.001 s
testBookmarkAction(org.eclipse.birt.report.tests.engine.api.IActionTest)  Time elapsed: 0 s
testActionFromReport(org.eclipse.birt.report.tests.engine.api.IActionTest)  Time elapsed: 0.06 s
testAutoTextContentFromReport(org.eclipse.birt.report.tests.engine.api.IAutoTextContentTest)  Time elapsed: 0.025 s
testGetType(org.eclipse.birt.report.tests.engine.api.IAutoTextContentTest)  Time elapsed: 0.001 s
testBandType(org.eclipse.birt.report.tests.engine.api.IBandContentTest)  Time elapsed: 0 s
testBandFromReport(org.eclipse.birt.report.tests.engine.api.IBandContentTest)  Time elapsed: 0.017 s
testDisplayGroupIcon(org.eclipse.birt.report.tests.engine.api.ICellContentTest)  Time elapsed: 0 s
testColSpan(org.eclipse.birt.report.tests.engine.api.ICellContentTest)  Time elapsed: 0.001 s
testRowSpan(org.eclipse.birt.report.tests.engine.api.ICellContentTest)  Time elapsed: 0 s
testICellContentFromReport(org.eclipse.birt.report.tests.engine.api.ICellContentTest)  Time elapsed: 0.032 s
testColumn(org.eclipse.birt.report.tests.engine.api.ICellContentTest)  Time elapsed: 0 s
testIColumn(org.eclipse.birt.report.tests.engine.api.IColumnTest)  Time elapsed: 0.019 s
testBookmark(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testToc(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0.001 s
testWidth(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testName(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testStyleClass(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testGenerateBy(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testHelpText(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testHyperlinkAction(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testExtension(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testX(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0.001 s
testY(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testInstanceID(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testContent(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testAccept(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testHeight(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testReportContent(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testInlineStyle(org.eclipse.birt.report.tests.engine.api.IContentTest)  Time elapsed: 0 s
testIDataContentFromReport(org.eclipse.birt.report.tests.engine.api.IDataContentTest)  Time elapsed: 0.007 s
testLabelKey(org.eclipse.birt.report.tests.engine.api.IDataContentTest)  Time elapsed: 0 s
testValue(org.eclipse.birt.report.tests.engine.api.IDataContentTest)  Time elapsed: 0.001 s
testLabelText(org.eclipse.birt.report.tests.engine.api.IDataContentTest)  Time elapsed: 0 s
testIDataIterator(org.eclipse.birt.report.tests.engine.api.IDataIteratorTest)  Time elapsed: 0.077 s
testIElement(org.eclipse.birt.report.tests.engine.api.IElementTest)  Time elapsed: 0.014 s
testParent(org.eclipse.birt.report.tests.engine.api.IElementTest)  Time elapsed: 0.001 s
testIEmitterServices(org.eclipse.birt.report.tests.engine.api.IEmitterServicesTest)  Time elapsed: 0.007 s
testGetSelectionListForCascadingGroup(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.096 s
testGetParameterDefns(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.014 s
testGetSelectionListForCascadingMultiple(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.199 s
testGetSelectionList(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.062 s
testGetDefaultValues(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.006 s
testGetDefaultValue(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.005 s
testEvaluateQuery(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.004 s
testGetParameterDefn(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.016 s
testSetValue(org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest)  Time elapsed: 0.005 s
testHeaderRepeat(org.eclipse.birt.report.tests.engine.api.IGroupContentTest)  Time elapsed: 0 s
testGroupID(org.eclipse.birt.report.tests.engine.api.IGroupContentTest)  Time elapsed: 0 s
testFooter(org.eclipse.birt.report.tests.engine.api.IGroupContentTest)  Time elapsed: 0.001 s
testHeader(org.eclipse.birt.report.tests.engine.api.IGroupContentTest)  Time elapsed: 0 s
testGetSelectionListType_none(org.eclipse.birt.report.tests.engine.api.IScalarParameterDefnTest)  Time elapsed: 0.002 s
testallowNull(org.eclipse.birt.report.tests.engine.api.IScalarParameterDefnTest)  Time elapsed: 0.003 s
testallowBlank(org.eclipse.birt.report.tests.engine.api.IScalarParameterDefnTest)  Time elapsed: 0.002 s
testRenderFolderDocument_longtext(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.071 s
testDropDocumentFolder_content(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.049 s
testDropDocumentFolder_data(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.07 s
testRenderFolderDocument_multipages(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 3.901 s
testRenderFolderDocument_chart(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.741 s
testDropDocumentFolder_nonexist(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.05 s
testRenderFolderDocument_masterpage(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.029 s
testDropDocumentFolder_design(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.061 s
testRenderFolderDocument_nesttable(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.185 s
testRenderFolderDocument_simple(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.017 s
testDropDocumentFolder_blank(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.032 s
testRenderFolderDocument_multidatasets(org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest)  Time elapsed: 0.08 s
testsetOutputFileName(org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest)  Time elapsed: 0.001 s
testgetOutputSetting(org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest)  Time elapsed: 0 s
testsetOutputFormat(org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest)  Time elapsed: 0 s
testsetOutputStream(org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest)  Time elapsed: 0 s
testsetOption(org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest)  Time elapsed: 0 s
testgetOption(org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest)  Time elapsed: 0 s
testgetOutputFormat(org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest)  Time elapsed: 0 s
testRender_masterpage(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.239 s
testRenderPageRange_all(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 5.753 s
testRender_oncreate(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.82 s
testRenderPageRange_number(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 2.502 s
testRender_multiple_datasets(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.065 s
testRender_longtext(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.016 s
testRenderReportlet_complex_list(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.41 s
testRender_orderreport(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.547 s
testRenderReportlet_list(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.075 s
testRenderPageRange_null(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 4.865 s
testRenderBookmark_text(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.075 s
testRender_areachart(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.535 s
testRender_library(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.2 s
testRender_dynamic_image(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.025 s
testRenderBookmark_gridrow(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.096 s
testRender_complex(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.056 s
testRender_nesttable(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.11 s
testRenderReportlet_toc(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.105 s
testRender_multiple_masterpage(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.104 s
testRenderReportlet_chart(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.124 s
testRenderReportlet_table(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.082 s
testRender_meterchart(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.089 s
testRenderReportlet_complex_table(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.333 s
testRender_script(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.061 s
testRender_simple(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.019 s
testRenderBookmark_chart(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.162 s
testRenderBookmark_image(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.064 s
testRenderBookmark_label(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.084 s
testRenderPDFNPE(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.011 s
testRenderPageRange_blank(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 4.403 s
testRenderPageRange_comma(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 2.402 s
testRenderPageRange_dash1(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 2.393 s
testRenderReportlet_bookmark(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.048 s
testRender_data(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.03 s
testRender_chart(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.09 s
testRender_table(org.eclipse.birt.report.tests.engine.api.RenderTaskTest)  Time elapsed: 0.048 s
testRender_unfinished_Document(org.eclipse.birt.report.tests.engine.api.RenderUnfinishedReportDoc)  Time elapsed: 0.002 s
testReportDocument_abnormal(org.eclipse.birt.report.tests.engine.api.ReportDocumentTest)  Time elapsed: 0.044 s
testReportDocument(org.eclipse.birt.report.tests.engine.api.ReportDocumentTest)  Time elapsed: 0.025 s
testOpenReportDesign(org.eclipse.birt.report.tests.engine.api.ReportEngineTest)  Time elapsed: 0.002 s
testGetEmitterInfos(org.eclipse.birt.report.tests.engine.api.ReportEngineTest)  Time elapsed: 0 s
testCreateGetParameterDefinitionTask(org.eclipse.birt.report.tests.engine.api.ReportEngineTest)  Time elapsed: 0.002 s
testOpenReportDesign1(org.eclipse.birt.report.tests.engine.api.ReportEngineTest)  Time elapsed: 0.001 s
testGetConfig(org.eclipse.birt.report.tests.engine.api.ReportEngineTest)  Time elapsed: 0.001 s
testParse(org.eclipse.birt.report.tests.engine.api.ReportParameterConverterTest)  Time elapsed: 0.001 s
testFormat(org.eclipse.birt.report.tests.engine.api.ReportParameterConverterTest)  Time elapsed: 0 s
testResourceProperties(org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest)  Time elapsed: 0.006 s
testResourceImage(org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest)  Time elapsed: 0.006 s
testResourceLibrary(org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest)  Time elapsed: 0.048 s
testCancelRunAndRenderTask(org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest)  Time elapsed: 14.34 s
testRunAndRenderTask(org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest)  Time elapsed: 0.002 s
testRunTask_dynamicimage(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.017 s
testRunTask_meterchart(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.033 s
testRunTask_areachart(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.033 s
testRunTask_chart(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.028 s
testRunTask_pages(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 4.58 s
testRunTask_multidataset(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.051 s
testRunTask_longtext(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.011 s
testRunTask_complex(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.03 s
testRunTask_masterpage(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.014 s
testRunTask_nesttable(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.113 s
testGetErrors(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.071 s
testCancel(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 4.371 s
testRunTask_simple(org.eclipse.birt.report.tests.engine.api.RunTaskTest)  Time elapsed: 0.014 s

Results:

Tests run: 191, Failures: 0, Errors: 0, Skipped: 0

Jun 06, 2023 5:23:54 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin stop
INFO: Sampledb plugin stopping. Current startCount=1
Jun 06, 2023 5:23:54 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase
INFO: Removing Sampledb DB directory at location /tmp/BIRTSampleDB_1686072176359_49fdbe2b
[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.tests.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.tests.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.tests.engine ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.tests.engine.emitter.html >--
[INFO] Building org.eclipse.birt.report.tests.engine.emitter.html 4.14.0-SNAPSHOT [160/288]
[INFO]   from testsuites/org.eclipse.birt.report.tests.engine.emitter.html/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Resolving class path of org.eclipse.birt.report.tests.engine.emitter.html...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.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/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.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/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/test-classes
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/org.eclipse.birt.report.tests.engine.emitter.html-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.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/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.tests.engine.emitter.html ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.tests.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.tests.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.tests.engine.emitter.html ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine.emitter.html/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt:org.eclipse.birt.report.tests.model >--------
[INFO] Building org.eclipse.birt.report.tests.model 4.14.0-SNAPSHOT   [161/288]
[INFO]   from testsuites/org.eclipse.birt.report.tests.model/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.tests.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.model ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.model ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.model ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.model ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.tests.model ---
[INFO] Resolving class path of org.eclipse.birt.report.tests.model...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.tests.model ---
[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.report.tests.model/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.tests.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/testsuites/org.eclipse.birt.report.tests.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.tests.model ---
[INFO] Compiling 271 source files to /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.model ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.tests.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/org.eclipse.birt.report.tests.model-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.tests.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.tests.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/tests-model.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/org.eclipse.birt.report.tests.model-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.model ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.tests.model ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.tests.model ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.tests.model ---
[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.report.tests.model/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.tests.model ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/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/testsuites/org.eclipse.birt.report.tests.model/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/surefire.properties]
Running org.eclipse.birt.report.tests.model.AllTests
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_100759.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_102003.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_102725.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_102808.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_116425.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_116558.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_116563.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_116782.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_117427.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_117442.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_117676.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_119220.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_119386.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_119566.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_120292.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/DesignWithoutLibrary.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_121008_template.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_121022.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_121022.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_121352.xml
/tmp//org/eclipse/birt/report/tests/model/regression/output/Regression_121352_out.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_121495.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_121498.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_121844.xml
Regression_121864.xml
Regression_121864.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_121864.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_122077.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_122081.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_122213.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_122302.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_122606.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_122687.xml
backgroundColor
aqua
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_122879.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_123058.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Reg_128338.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Reg_128356.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Reg_130271.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Reg_130278.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_134213.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_134231.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_134954.xml
Jun 06, 2023 5:24:00 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "lib/regression_134954.xml" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:210)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:124)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:228)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:208)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:199)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:573)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:542)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:529)
	at org.eclipse.birt.report.tests.model.regression.Regression_134954.test_regression_134954(Regression_134954.java:79)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_135202.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_135265.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_135802.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_136283.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_136517.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_136519.xml
THIS BUG WAS NOT FIXED
THIS BUG WAS NOT FIXED
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/chart_listing.rptdesign
THIS BUG WAS NOT FIXED
THIS BUG WAS NOT FIXED
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/chart_listing.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_137170.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_137653.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_138827.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_138849.xml
actuate
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_139415.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_140287.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_141709.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_142137.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_142158.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_142432.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_142893.xml
v1
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_142928.xml
Jun 06, 2023 5:24:00 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "lib.xml" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:210)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:124)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:228)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:208)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:199)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:573)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:542)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:529)
	at org.eclipse.birt.report.tests.model.regression.Regression_142928.test_regression_142928(Regression_142928.java:58)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_142948and141927.xml
file://tmp/org.eclipse.birt.report.tests.model/org/eclipse/birt/report/tests/model/regression/input/Regression_142948and141927.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_143173.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_145465.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_145520.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_145658.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/test_version.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_146185.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_146481.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_146758.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/ScriptTest2.0.1.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_148755.xml
Template location: /tmp/org.eclipse.birt.report.tests.model/org/eclipse/birt/report/tests/model/regression/input/regression_148761_template.xml
File location: /tmp/org.eclipse.birt.report.tests.model/org/eclipse/birt/report/tests/model/regression/input/regression_148761.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_149618.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_149621.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_149621_1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_149783.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_150222.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_151960.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_152300.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_152694.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_152699.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_153040.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_153233.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_153378.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_154804.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_154828.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_154987.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_155167.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_155356.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_155509.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_155513.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_155848.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_155943.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_156020.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_156449.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_158113.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_159033.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Invoice_template.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_160419.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_160429.xml
0
1
2
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_161179.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_161179_1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_164273.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_164436.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_167527.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Reg_69139.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_73182.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_73708and73771.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_73708and73771.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_74253.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_74938.xml
Regression_74987.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_74987.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_75405.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_75680.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_76546.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_76818.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_76874.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_77837.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_77901.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_78837.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_77901.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_78837.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_79020.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_79040.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_79091.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/Regression_79135.xml
regression_94526.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_94526.xml
regression_96054_customers.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_96054_customers.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/customers.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_176145.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_187761.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_173242.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_180411.rptdesign
/tmp/org.eclipse.birt.report.tests.model/org/eclipse/birt/report/tests/model/regression/input/regression_180134.css
regression_180134.css is not exist
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_215762.rptdesign
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_234133.xml
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "regression_234133_1.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:210)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:124)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:228)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:208)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:199)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:573)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:592)
	at org.eclipse.birt.report.tests.model.regression.Regression_234133.test_regression_234133(Regression_234133.java:47)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "regression_234133_2.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:210)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:124)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:228)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:208)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:199)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:573)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:592)
	at org.eclipse.birt.report.tests.model.regression.Regression_234133.test_regression_234133(Regression_234133.java:47)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_236825.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_240813.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_241931.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_246198.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_246686.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/regression/input/regression_245341.xml
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "sub/regression_245341_lib.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:210)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:124)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:228)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:208)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:199)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:573)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:542)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:529)
	at org.eclipse.birt.report.tests.model.regression.Regression_245341.test_regression_117978(Regression_245341.java:41)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ColumnHandleTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DefaultSearchFileAlgorithm.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Improved_test3.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DesignIncludeLibraryTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DesignIncludeLibraryTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DesignIncludeLibraryTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DesignIncludeLibraryTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DynamicParameterTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DynamicParameterTest1.xml
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "true" for CSS2 property "show-if-blank" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "12pt" for CSS2 property "border-spacing" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "separate" for CSS2 property "border-collapse" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "bottom" for CSS2 property "caption-side" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "true" for CSS2 property "show-if-blank" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "12pt" for CSS2 property "border-spacing" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "separate" for CSS2 property "border-collapse" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "bottom" for CSS2 property "caption-side" is not supported.
Jun 06, 2023 5:24:04 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The style "STYLE2" is not supported.
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/DesignIncludeLibraryTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/inputStream_uri_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/JointDataSetHandleTest_2.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/JointDataSetHandleTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/JointDataSetHandleTest_1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Import_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Import_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Creat_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Creat_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Creat_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Creat_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Creat_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Library_Import_Test.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ModuleUtilTest_report.xml
Jun 06, 2023 5:24:05 PM org.eclipse.birt.report.model.parser.ModuleReader readModule
SEVERE: Line Number:15 Error Code:Error.XMLParserException.SAX_ERROR Exception:org.xml.sax.SAXParseException; lineNumber: 15; columnNumber: 2; The markup in the document preceding the root element must be well-formed. Message:SAX detected an error with the basic XML syntax of the file. 
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ModuleUtilTest_report.xml
Jun 06, 2023 5:24:05 PM org.eclipse.birt.report.model.parser.ModuleReader readModule
SEVERE: Line Number:15 Error Code:Error.XMLParserException.SAX_ERROR Exception:org.xml.sax.SAXParseException; lineNumber: 15; columnNumber: 2; The markup in the document preceding the root element must be well-formed. Message:SAX detected an error with the basic XML syntax of the file. 
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
Jun 06, 2023 5:24:05 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "LibA.xml" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:210)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:124)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:228)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:208)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:199)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:575)
	at org.eclipse.birt.report.tests.model.BaseTestCase.openDesign(BaseTestCase.java:542)
	at org.eclipse.birt.report.tests.model.api.MoveLibraryTest.testMoveLibrary(MoveLibraryTest.java:141)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/BlankReport.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ReportDesignHandleTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ReportDesignHandleTest_css.xml
Jun 06, 2023 5:24:05 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning
WARNING: The value "red" for CSS2 property "text-shadow" is not supported.
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ReportDesignHandleTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ReportItemHandleTest.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/Improved_test4.xml
ThemeTest1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ThemeTest1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ThemeTest2.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ThemeTest2.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ThemeTest2_1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/ThemeTest2_1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/TocSupportTest_1.xml
URL = file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/classes/org/eclipse/birt/report/tests/model/api/input/TocSupportTest.xml
Tests run: 308, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.35 s - in org.eclipse.birt.report.tests.model.AllTests
test_regression_100759(org.eclipse.birt.report.tests.model.regression.Regression_100759)  Time elapsed: 0.274 s
test_regression_101832(org.eclipse.birt.report.tests.model.regression.Regression_101832)  Time elapsed: 0.012 s
test_regression_102003(org.eclipse.birt.report.tests.model.regression.Regression_102003)  Time elapsed: 0.013 s
test_regression_102725(org.eclipse.birt.report.tests.model.regression.Regression_102725)  Time elapsed: 0.002 s
test_regression_102808(org.eclipse.birt.report.tests.model.regression.Regression_102808)  Time elapsed: 0.007 s
test_regression_112910(org.eclipse.birt.report.tests.model.regression.Regression_112910)  Time elapsed: 0.001 s
test_regression_116396(org.eclipse.birt.report.tests.model.regression.Regression_116396)  Time elapsed: 0.001 s
test_regression_116425(org.eclipse.birt.report.tests.model.regression.Regression_116425)  Time elapsed: 0.009 s
test_regression_116558(org.eclipse.birt.report.tests.model.regression.Regression_116558)  Time elapsed: 0.005 s
test_regression_116563(org.eclipse.birt.report.tests.model.regression.Regression_116563)  Time elapsed: 0.008 s
test_regression_116756(org.eclipse.birt.report.tests.model.regression.Regression_116756)  Time elapsed: 0.003 s
test_regression_116782(org.eclipse.birt.report.tests.model.regression.Regression_116782)  Time elapsed: 0.002 s
test_regression_116983(org.eclipse.birt.report.tests.model.regression.Regression_116983)  Time elapsed: 0.005 s
test_regression_117272(org.eclipse.birt.report.tests.model.regression.Regression_117272)  Time elapsed: 0 s
test_regression_117427(org.eclipse.birt.report.tests.model.regression.Regression_117427)  Time elapsed: 0.003 s
test_regression_117442(org.eclipse.birt.report.tests.model.regression.Regression_117442)  Time elapsed: 0.137 s
test_regression_117648(org.eclipse.birt.report.tests.model.regression.Regression_117648)  Time elapsed: 0.002 s
test_regression_117653(org.eclipse.birt.report.tests.model.regression.Regression_117653)  Time elapsed: 0 s
test_regression_117676(org.eclipse.birt.report.tests.model.regression.Regression_117676)  Time elapsed: 0.005 s
test_regression_117823(org.eclipse.birt.report.tests.model.regression.Regression_117823)  Time elapsed: 0 s
test_regression_117834(org.eclipse.birt.report.tests.model.regression.Regression_117834)  Time elapsed: 0.003 s
test_regression_117978(org.eclipse.birt.report.tests.model.regression.Regression_117978)  Time elapsed: 0.003 s
test_regression_118035(org.eclipse.birt.report.tests.model.regression.Regression_118035)  Time elapsed: 0 s
test_regression_118173(org.eclipse.birt.report.tests.model.regression.Regression_118173)  Time elapsed: 0.001 s
test_regression_118178(org.eclipse.birt.report.tests.model.regression.Regression_118178)  Time elapsed: 0 s
test_regression_118361(org.eclipse.birt.report.tests.model.regression.Regression_118361)  Time elapsed: 0.003 s
test_regression_118556(org.eclipse.birt.report.tests.model.regression.Regression_118556)  Time elapsed: 0.007 s
test_regression_118590(org.eclipse.birt.report.tests.model.regression.Regression_118590)  Time elapsed: 0.001 s
test_regression_119216(org.eclipse.birt.report.tests.model.regression.Regression_119216)  Time elapsed: 0 s
test_regression_119220(org.eclipse.birt.report.tests.model.regression.Regression_119220)  Time elapsed: 0.01 s
test_regression_119386(org.eclipse.birt.report.tests.model.regression.Regression_119386)  Time elapsed: 0.003 s
test_regression_119566(org.eclipse.birt.report.tests.model.regression.Regression_119566)  Time elapsed: 0.002 s
test_regression_120073(org.eclipse.birt.report.tests.model.regression.Regression_120073)  Time elapsed: 0.001 s
test_regression_120292(org.eclipse.birt.report.tests.model.regression.Regression_120292)  Time elapsed: 0.005 s
test_regression_120293(org.eclipse.birt.report.tests.model.regression.Regression_120293)  Time elapsed: 0.04 s
test_regression_121003(org.eclipse.birt.report.tests.model.regression.Regression_121003)  Time elapsed: 0.001 s
test_regression_121008(org.eclipse.birt.report.tests.model.regression.Regression_121008)  Time elapsed: 0.004 s
test_regression_121022(org.eclipse.birt.report.tests.model.regression.Regression_121022)  Time elapsed: 0.004 s
test_regression_121022(org.eclipse.birt.report.tests.model.regression.Regression_121022)  Time elapsed: 0.005 s
test_regression_121154(org.eclipse.birt.report.tests.model.regression.Regression_121154)  Time elapsed: 0 s
test_regression_121276(org.eclipse.birt.report.tests.model.regression.Regression_121276)  Time elapsed: 0.002 s
test_regression_121352(org.eclipse.birt.report.tests.model.regression.Regression_121352)  Time elapsed: 0.008 s
test_regression_121495(org.eclipse.birt.report.tests.model.regression.Regression_121495)  Time elapsed: 0.004 s
test_regression_121498(org.eclipse.birt.report.tests.model.regression.Regression_121498)  Time elapsed: 0.002 s
test_regression_121524(org.eclipse.birt.report.tests.model.regression.Regression_121524)  Time elapsed: 0.003 s
test_regression_121844(org.eclipse.birt.report.tests.model.regression.Regression_121844)  Time elapsed: 0.012 s
test_regression_121857(org.eclipse.birt.report.tests.model.regression.Regression_121857)  Time elapsed: 0 s
test_regression_121864(org.eclipse.birt.report.tests.model.regression.Regression_121864)  Time elapsed: 0.007 s
test_regression_122077(org.eclipse.birt.report.tests.model.regression.Regression_122077)  Time elapsed: 0.005 s
test_regression_122081(org.eclipse.birt.report.tests.model.regression.Regression_122081)  Time elapsed: 0.005 s
test_regression_122213(org.eclipse.birt.report.tests.model.regression.Regression_122213)  Time elapsed: 0.005 s
test_regression_122302(org.eclipse.birt.report.tests.model.regression.Regression_122302)  Time elapsed: 0.003 s
test_regression_122357(org.eclipse.birt.report.tests.model.regression.Regression_122357)  Time elapsed: 0.343 s
test_regression_122600(org.eclipse.birt.report.tests.model.regression.Regression_122600)  Time elapsed: 0 s
test_regression_122606(org.eclipse.birt.report.tests.model.regression.Regression_122606)  Time elapsed: 0.002 s
test_regression_122687(org.eclipse.birt.report.tests.model.regression.Regression_122687)  Time elapsed: 0.003 s
test_regression_122850(org.eclipse.birt.report.tests.model.regression.Regression_122850)  Time elapsed: 0.001 s
test_regression_122879(org.eclipse.birt.report.tests.model.regression.Regression_122879)  Time elapsed: 0.005 s
test_regression_123058(org.eclipse.birt.report.tests.model.regression.Regression_123058)  Time elapsed: 0.002 s
test_regression_123377(org.eclipse.birt.report.tests.model.regression.Regression_123377)  Time elapsed: 0.004 s
test_regression_128338(org.eclipse.birt.report.tests.model.regression.Regression_128338)  Time elapsed: 0.002 s
test_regression_128356(org.eclipse.birt.report.tests.model.regression.Regression_128356)  Time elapsed: 0.004 s
test_regression_130271(org.eclipse.birt.report.tests.model.regression.Regression_130271)  Time elapsed: 0.005 s
test_regression_130276(org.eclipse.birt.report.tests.model.regression.Regression_130276)  Time elapsed: 0.001 s
test_regression_130278(org.eclipse.birt.report.tests.model.regression.Regression_130278)  Time elapsed: 0.007 s
test_regression_131482(org.eclipse.birt.report.tests.model.regression.Regression_131482)  Time elapsed: 0.001 s
test_regression_131624(org.eclipse.birt.report.tests.model.regression.Regression_131624)  Time elapsed: 0 s
test_regression_132641(org.eclipse.birt.report.tests.model.regression.Regression_132641)  Time elapsed: 0.001 s
test_regression_132786(org.eclipse.birt.report.tests.model.regression.Regression_132786)  Time elapsed: 0.004 s
test_regression_132938(org.eclipse.birt.report.tests.model.regression.Regression_132938)  Time elapsed: 0.043 s
test_regression_134018(org.eclipse.birt.report.tests.model.regression.Regression_134018)  Time elapsed: 0.009 s
test_regression_134213(org.eclipse.birt.report.tests.model.regression.Regression_134213)  Time elapsed: 0.001 s
test_regression_134231(org.eclipse.birt.report.tests.model.regression.Regression_134231)  Time elapsed: 0.003 s
test_regression_134954(org.eclipse.birt.report.tests.model.regression.Regression_134954)  Time elapsed: 0.012 s
test_regression_135202(org.eclipse.birt.report.tests.model.regression.Regression_135202)  Time elapsed: 0.002 s
test_regression_135265(org.eclipse.birt.report.tests.model.regression.Regression_135265)  Time elapsed: 0.014 s
test_regression_135508(org.eclipse.birt.report.tests.model.regression.Regression_135508)  Time elapsed: 0 s
test_regression_135509(org.eclipse.birt.report.tests.model.regression.Regression_135509)  Time elapsed: 0.001 s
test_regression_135802(org.eclipse.birt.report.tests.model.regression.Regression_135802)  Time elapsed: 0.005 s
test_regression_136061(org.eclipse.birt.report.tests.model.regression.Regression_136061)  Time elapsed: 0 s
test_regression_136241(org.eclipse.birt.report.tests.model.regression.Regression_136241)  Time elapsed: 0.006 s
test_regression_136279(org.eclipse.birt.report.tests.model.regression.Regression_136279)  Time elapsed: 0 s
test_regression_136283(org.eclipse.birt.report.tests.model.regression.Regression_136283)  Time elapsed: 0.002 s
test_regression_136421(org.eclipse.birt.report.tests.model.regression.Regression_136421)  Time elapsed: 0 s
test_regression_136517(org.eclipse.birt.report.tests.model.regression.Regression_136517)  Time elapsed: 0.001 s
test_regression_136519(org.eclipse.birt.report.tests.model.regression.Regression_136519)  Time elapsed: 0.001 s
test_regression_136809(org.eclipse.birt.report.tests.model.regression.Regression_136809)  Time elapsed: 0 s
test_regression_136843(org.eclipse.birt.report.tests.model.regression.Regression_136843)  Time elapsed: 0.008 s
test_regression_137129(org.eclipse.birt.report.tests.model.regression.Regression_137129)  Time elapsed: 0 s
test_regression_137159(org.eclipse.birt.report.tests.model.regression.Regression_137159)  Time elapsed: 0 s
test_regression_136809(org.eclipse.birt.report.tests.model.regression.Regression_136809)  Time elapsed: 0.001 s
test_regression_136843(org.eclipse.birt.report.tests.model.regression.Regression_136843)  Time elapsed: 0.007 s
test_regression_137129(org.eclipse.birt.report.tests.model.regression.Regression_137129)  Time elapsed: 0 s
test_regression_137159(org.eclipse.birt.report.tests.model.regression.Regression_137159)  Time elapsed: 0 s
test_regression_137170(org.eclipse.birt.report.tests.model.regression.Regression_137170)  Time elapsed: 0.025 s
test_regression_137174(org.eclipse.birt.report.tests.model.regression.Regression_137174)  Time elapsed: 0.005 s
test_regression_137653(org.eclipse.birt.report.tests.model.regression.Regression_137653)  Time elapsed: 0.004 s
test_regression_138827(org.eclipse.birt.report.tests.model.regression.Regression_138827)  Time elapsed: 0.002 s
test_regression_138849(org.eclipse.birt.report.tests.model.regression.Regression_138849)  Time elapsed: 0.003 s
test_regression_139415(org.eclipse.birt.report.tests.model.regression.Regression_139415)  Time elapsed: 0.002 s
test_regression_140287(org.eclipse.birt.report.tests.model.regression.Regression_140287)  Time elapsed: 0.003 s
test_regression_141218(org.eclipse.birt.report.tests.model.regression.Regression_141218)  Time elapsed: 0.001 s
test_regression_141709(org.eclipse.birt.report.tests.model.regression.Regression_141709)  Time elapsed: 0.001 s
test_regression_142137(org.eclipse.birt.report.tests.model.regression.Regression_142137)  Time elapsed: 0.002 s
test_regression_142158(org.eclipse.birt.report.tests.model.regression.Regression_142158)  Time elapsed: 0.004 s
test_regression_142432(org.eclipse.birt.report.tests.model.regression.Regression_142432)  Time elapsed: 0.003 s
test_regression_142893(org.eclipse.birt.report.tests.model.regression.Regression_142893)  Time elapsed: 0.003 s
test_regression_142928(org.eclipse.birt.report.tests.model.regression.Regression_142928)  Time elapsed: 0.004 s
test_regression_142948and141927(org.eclipse.birt.report.tests.model.regression.Regression_142948and141927)  Time elapsed: 3.279 s
test_regression_143089(org.eclipse.birt.report.tests.model.regression.Regression_143089)  Time elapsed: 0.015 s
test_regression_143173(org.eclipse.birt.report.tests.model.regression.Regression_143173)  Time elapsed: 0.002 s
test_regression_145465(org.eclipse.birt.report.tests.model.regression.Regression_145465)  Time elapsed: 0.018 s
test_regression_145520(org.eclipse.birt.report.tests.model.regression.Regression_145520)  Time elapsed: 0.004 s
test_regression_145658(org.eclipse.birt.report.tests.model.regression.Regression_145658)  Time elapsed: 0.005 s
test_regression_145724(org.eclipse.birt.report.tests.model.regression.Regression_145724)  Time elapsed: 0.003 s
test_regression_145698(org.eclipse.birt.report.tests.model.regression.Regression_146185)  Time elapsed: 0.002 s
test_regression_146256(org.eclipse.birt.report.tests.model.regression.Regression_146256)  Time elapsed: 0.001 s
test_regression_146481(org.eclipse.birt.report.tests.model.regression.Regression_146481)  Time elapsed: 0.001 s
test_regression_146717(org.eclipse.birt.report.tests.model.regression.Regression_146717)  Time elapsed: 0.001 s
test_regression_146758(org.eclipse.birt.report.tests.model.regression.Regression_146758)  Time elapsed: 0.002 s
test_regression_146787(org.eclipse.birt.report.tests.model.regression.Regression_146787)  Time elapsed: 0 s
test_regression_148548(org.eclipse.birt.report.tests.model.regression.Regression_148548)  Time elapsed: 0.001 s
test_regression_148747(org.eclipse.birt.report.tests.model.regression.Regression_148747)  Time elapsed: 0.025 s
test_regression_148755(org.eclipse.birt.report.tests.model.regression.Regression_148755)  Time elapsed: 0.002 s
test_regression_148761(org.eclipse.birt.report.tests.model.regression.Regression_148761)  Time elapsed: 0.003 s
test_regression_149618(org.eclipse.birt.report.tests.model.regression.Regression_149618)  Time elapsed: 0.032 s
test_regression_149621(org.eclipse.birt.report.tests.model.regression.Regression_149621)  Time elapsed: 0.1 s
test_regression_149783(org.eclipse.birt.report.tests.model.regression.Regression_149783)  Time elapsed: 0.003 s
test_regression_149922(org.eclipse.birt.report.tests.model.regression.Regression_149922)  Time elapsed: 0.002 s
test_regression_150222(org.eclipse.birt.report.tests.model.regression.Regression_150222)  Time elapsed: 0.026 s
test_regression_150347(org.eclipse.birt.report.tests.model.regression.Regression_150347)  Time elapsed: 0.001 s
test_regression_150687(org.eclipse.birt.report.tests.model.regression.Regression_150687)  Time elapsed: 0 s
test_regression_150777(org.eclipse.birt.report.tests.model.regression.Regression_150777)  Time elapsed: 0 s
test_regression_151661(org.eclipse.birt.report.tests.model.regression.Regression_151661)  Time elapsed: 0.001 s
test_regression_151959(org.eclipse.birt.report.tests.model.regression.Regression_151959)  Time elapsed: 0.001 s
test_regression_151960(org.eclipse.birt.report.tests.model.regression.Regression_151960)  Time elapsed: 0.003 s
test_regression_152300(org.eclipse.birt.report.tests.model.regression.Regression_152300)  Time elapsed: 0.002 s
test_regression_152430(org.eclipse.birt.report.tests.model.regression.Regression_152430)  Time elapsed: 0.001 s
test_regression_152686(org.eclipse.birt.report.tests.model.regression.Regression_152686)  Time elapsed: 0.023 s
test_regression_152694(org.eclipse.birt.report.tests.model.regression.Regression_152694)  Time elapsed: 0 s
test_regression_152699(org.eclipse.birt.report.tests.model.regression.Regression_152699)  Time elapsed: 0.002 s
test_regression_112910(org.eclipse.birt.report.tests.model.regression.Regression_152704)  Time elapsed: 0.001 s
test_regression_152828(org.eclipse.birt.report.tests.model.regression.Regression_152828)  Time elapsed: 0 s
test_regression_152830(org.eclipse.birt.report.tests.model.regression.Regression_152830)  Time elapsed: 0 s
test_regression_153040(org.eclipse.birt.report.tests.model.regression.Regression_153040)  Time elapsed: 0.002 s
test_Regression_153220(org.eclipse.birt.report.tests.model.regression.Regression_153220)  Time elapsed: 0.01 s
test_regression_153233(org.eclipse.birt.report.tests.model.regression.Regression_153233)  Time elapsed: 0.049 s
test_regression_153378(org.eclipse.birt.report.tests.model.regression.Regression_153378)  Time elapsed: 0.003 s
test_regression_154327(org.eclipse.birt.report.tests.model.regression.Regression_154327)  Time elapsed: 0.001 s
test_Regression_154804(org.eclipse.birt.report.tests.model.regression.Regression_154804)  Time elapsed: 0.001 s
test_regression_154828(org.eclipse.birt.report.tests.model.regression.Regression_154828)  Time elapsed: 0.002 s
test_regression_154987(org.eclipse.birt.report.tests.model.regression.Regression_154987)  Time elapsed: 0.002 s
test_regression_155167(org.eclipse.birt.report.tests.model.regression.Regression_155167)  Time elapsed: 0.053 s
test_regression_155356(org.eclipse.birt.report.tests.model.regression.Regression_155356)  Time elapsed: 0.005 s
test_regression_155509(org.eclipse.birt.report.tests.model.regression.Regression_155509)  Time elapsed: 0.002 s
test_regression_155513(org.eclipse.birt.report.tests.model.regression.Regression_155513)  Time elapsed: 0.001 s
test_regression_155848(org.eclipse.birt.report.tests.model.regression.Regression_155848)  Time elapsed: 0.004 s
test_regression_155943(org.eclipse.birt.report.tests.model.regression.Regression_155943)  Time elapsed: 0.028 s
test_regression_156020(org.eclipse.birt.report.tests.model.regression.Regression_156020)  Time elapsed: 0.002 s
test_regression_156449(org.eclipse.birt.report.tests.model.regression.Regression_156449)  Time elapsed: 0.005 s
test_regression_156977(org.eclipse.birt.report.tests.model.regression.Regression_156977)  Time elapsed: 0 s
test_regression_157135(org.eclipse.birt.report.tests.model.regression.Regression_157135)  Time elapsed: 0.002 s
test_regression_158113(org.eclipse.birt.report.tests.model.regression.Regression_158113)  Time elapsed: 0.003 s
test_regression_159033(org.eclipse.birt.report.tests.model.regression.Regression_159033)  Time elapsed: 0.02 s
test_regression_159858(org.eclipse.birt.report.tests.model.regression.Regression_159858)  Time elapsed: 0.018 s
test_regression_160176(org.eclipse.birt.report.tests.model.regression.Regression_160176)  Time elapsed: 0.001 s
test_regression_160419(org.eclipse.birt.report.tests.model.regression.Regression_160419)  Time elapsed: 0.002 s
test_regression_160429(org.eclipse.birt.report.tests.model.regression.Regression_160429)  Time elapsed: 0.001 s
test_regression_160808(org.eclipse.birt.report.tests.model.regression.Regression_160808)  Time elapsed: 0 s
test_regression_160828(org.eclipse.birt.report.tests.model.regression.Regression_160828)  Time elapsed: 0.001 s
test_regression_160999(org.eclipse.birt.report.tests.model.regression.Regression_160999)  Time elapsed: 0.001 s
test_regression_161174(org.eclipse.birt.report.tests.model.regression.Regression_161174)  Time elapsed: 0 s
test_regression_161179_1(org.eclipse.birt.report.tests.model.regression.Regression_161179)  Time elapsed: 0.003 s
test_regression_161179_2(org.eclipse.birt.report.tests.model.regression.Regression_161179)  Time elapsed: 0.003 s
test_regression_161179(org.eclipse.birt.report.tests.model.regression.Regression_161179)  Time elapsed: 0.001 s
test_regression_161500(org.eclipse.birt.report.tests.model.regression.Regression_161500)  Time elapsed: 0 s
test_regression_162718(org.eclipse.birt.report.tests.model.regression.Regression_162718)  Time elapsed: 0 s
test_regression_164273(org.eclipse.birt.report.tests.model.regression.Regression_164273)  Time elapsed: 0.007 s
test_regression_164436(org.eclipse.birt.report.tests.model.regression.Regression_164436)  Time elapsed: 0.006 s
test_regression_167527(org.eclipse.birt.report.tests.model.regression.Regression_167527)  Time elapsed: 0.003 s
test_regression_69139(org.eclipse.birt.report.tests.model.regression.Regression_69139)  Time elapsed: 0.002 s
test_regression_73182(org.eclipse.birt.report.tests.model.regression.Regression_73182)  Time elapsed: 0.001 s
test_regression_73708(org.eclipse.birt.report.tests.model.regression.Regression_73708and73771)  Time elapsed: 0.001 s
test_regression_73771(org.eclipse.birt.report.tests.model.regression.Regression_73708and73771)  Time elapsed: 0.001 s
test_regression_74253(org.eclipse.birt.report.tests.model.regression.Regression_74253)  Time elapsed: 0.001 s
test_regression_74938(org.eclipse.birt.report.tests.model.regression.Regression_74938)  Time elapsed: 0.001 s
test_regression_74987(org.eclipse.birt.report.tests.model.regression.Regression_74987)  Time elapsed: 0.003 s
test_regression_75405(org.eclipse.birt.report.tests.model.regression.Regression_75405)  Time elapsed: 0.003 s
test_regression_75539(org.eclipse.birt.report.tests.model.regression.Regression_75539)  Time elapsed: 0.001 s
test_regression_75680and76063(org.eclipse.birt.report.tests.model.regression.Regression_75680and76063)  Time elapsed: 0.003 s
test_regression_76546(org.eclipse.birt.report.tests.model.regression.Regression_76546)  Time elapsed: 0.001 s
test_regression_76643(org.eclipse.birt.report.tests.model.regression.Regression_76643)  Time elapsed: 0 s
test_regression_76818(org.eclipse.birt.report.tests.model.regression.Regression_76818)  Time elapsed: 0.001 s
test_regression_76874(org.eclipse.birt.report.tests.model.regression.Regression_76874)  Time elapsed: 0.002 s
test_regression_77837(org.eclipse.birt.report.tests.model.regression.Regression_77837)  Time elapsed: 0.002 s
test_regression_77901(org.eclipse.birt.report.tests.model.regression.Regression_77901)  Time elapsed: 0.002 s
test_regression_78431(org.eclipse.birt.report.tests.model.regression.Regression_78431)  Time elapsed: 0 s
test_regression_78796(org.eclipse.birt.report.tests.model.regression.Regression_78796)  Time elapsed: 0 s
test_regression_78837(org.eclipse.birt.report.tests.model.regression.Regression_78837)  Time elapsed: 0.001 s
test_regression_77901(org.eclipse.birt.report.tests.model.regression.Regression_77901)  Time elapsed: 0.001 s
test_regression_78431(org.eclipse.birt.report.tests.model.regression.Regression_78431)  Time elapsed: 0 s
test_regression_78837(org.eclipse.birt.report.tests.model.regression.Regression_78837)  Time elapsed: 0.025 s
test_regression_78923(org.eclipse.birt.report.tests.model.regression.Regression_78923)  Time elapsed: 0 s
test_regression_78941(org.eclipse.birt.report.tests.model.regression.Regression_78941)  Time elapsed: 0 s
test_regression_79002(org.eclipse.birt.report.tests.model.regression.Regression_79002)  Time elapsed: 0 s
test_regression_79020(org.eclipse.birt.report.tests.model.regression.Regression_79020)  Time elapsed: 0.004 s
test_regression_79040(org.eclipse.birt.report.tests.model.regression.Regression_79040)  Time elapsed: 0.003 s
test_regression_79091(org.eclipse.birt.report.tests.model.regression.Regression_79091)  Time elapsed: 0.003 s
test_regression_79135(org.eclipse.birt.report.tests.model.regression.Regression_79135)  Time elapsed: 0.001 s
test_regression_79140(org.eclipse.birt.report.tests.model.regression.Regression_79140)  Time elapsed: 0 s
test_regression_91673(org.eclipse.birt.report.tests.model.regression.Regression_91673)  Time elapsed: 0.002 s
test_regression_94526(org.eclipse.birt.report.tests.model.regression.Regression_94526)  Time elapsed: 0.001 s
test_regression_96054(org.eclipse.birt.report.tests.model.regression.Regression_96054)  Time elapsed: 0.012 s
test_regression_96292(org.eclipse.birt.report.tests.model.regression.Regression_96292)  Time elapsed: 0.005 s
test_Regression_176145(org.eclipse.birt.report.tests.model.regression.Regression_176145)  Time elapsed: 0 s
test_Regression_191168(org.eclipse.birt.report.tests.model.regression.Regression_191168)  Time elapsed: 0 s
test_Regression_187761(org.eclipse.birt.report.tests.model.regression.Regression_187761)  Time elapsed: 0.001 s
test_Regression_173242(org.eclipse.birt.report.tests.model.regression.Regression_173242)  Time elapsed: 0.003 s
test_Regression_180411(org.eclipse.birt.report.tests.model.regression.Regression_180411)  Time elapsed: 0.006 s
test_Regression_180134(org.eclipse.birt.report.tests.model.regression.Regression_180134)  Time elapsed: 0.001 s
test_regression_225252(org.eclipse.birt.report.tests.model.regression.Regression_225252)  Time elapsed: 0 s
test_regression_226435(org.eclipse.birt.report.tests.model.regression.Regression_226435)  Time elapsed: 0.001 s
test_regression_215762(org.eclipse.birt.report.tests.model.regression.Regression_215762)  Time elapsed: 0.101 s
test_regression_234133(org.eclipse.birt.report.tests.model.regression.Regression_234133)  Time elapsed: 0.004 s
test_regression_236825(org.eclipse.birt.report.tests.model.regression.Regression_236825)  Time elapsed: 0.018 s
test_regression_240813(org.eclipse.birt.report.tests.model.regression.Regression_240813)  Time elapsed: 0.007 s
test_regression_241931(org.eclipse.birt.report.tests.model.regression.Regression_241931)  Time elapsed: 0.029 s
test_regression_245931(org.eclipse.birt.report.tests.model.regression.Regression_245931)  Time elapsed: 0 s
test_regression_246198(org.eclipse.birt.report.tests.model.regression.Regression_246198)  Time elapsed: 0.003 s
test_regression_246686(org.eclipse.birt.report.tests.model.regression.Regression_246686)  Time elapsed: 0.007 s
test_regression_117978(org.eclipse.birt.report.tests.model.regression.Regression_245341)  Time elapsed: 0.002 s
test_HandleStructure(org.eclipse.birt.report.tests.model.api.ActionHandleTest)  Time elapsed: 0 s
testTargetFileType(org.eclipse.birt.report.tests.model.api.ActionHandleTest)  Time elapsed: 0.001 s
testAddAndDeleteAutotext(org.eclipse.birt.report.tests.model.api.AutotextHandleTest)  Time elapsed: 0.001 s
testStyleOnAutotext(org.eclipse.birt.report.tests.model.api.AutotextHandleTest)  Time elapsed: 0.001 s
testGetColumnProperty(org.eclipse.birt.report.tests.model.api.ColumnHandleTest)  Time elapsed: 0.002 s
testFindFile(org.eclipse.birt.report.tests.model.api.DefaultSearchFileAlgorithmTest)  Time elapsed: 0.001 s
testcanContainSimpleMasterPage(org.eclipse.birt.report.tests.model.api.DesignElementHandleTest)  Time elapsed: 0.002 s
testcanContainGroupName(org.eclipse.birt.report.tests.model.api.DesignElementHandleTest)  Time elapsed: 0.002 s
testDesignIncludeLibrary(org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest)  Time elapsed: 0.096 s
testDuplicateDesign(org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest)  Time elapsed: 0.019 s
testDBRefer(org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest)  Time elapsed: 0.017 s
testNoLibrary(org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest)  Time elapsed: 0.007 s
testPropertiesOfDynamicParameter(org.eclipse.birt.report.tests.model.api.DynamicParameterTest)  Time elapsed: 0.008 s
testDrop(org.eclipse.birt.report.tests.model.api.EmbeddedImageHandleTest)  Time elapsed: 0.002 s
testParserForSupportedProperties(org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet1Test)  Time elapsed: 0.025 s
testParserForNoSupportedProperties(org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet1Test)  Time elapsed: 0.004 s
testImportExternalCssStyleSheet(org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet3Test)  Time elapsed: 0.004 s
testImportExternalCssStyleSheetWithFile(org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet3Test)  Time elapsed: 0.001 s
testImportDuplicatedStyles(org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet4Test)  Time elapsed: 0.008 s
testACL(org.eclipse.birt.report.tests.model.api.GroupHandleTest)  Time elapsed: 0.001 s
testIntervalRangeWithLocale(org.eclipse.birt.report.tests.model.api.GroupHandleTest)  Time elapsed: 0.003 s
testIntervalRange(org.eclipse.birt.report.tests.model.api.GroupHandleTest)  Time elapsed: 0.001 s
testIncludeLibraryRule1(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.032 s
testIncludeLibraryRule2(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.048 s
testIncludeLibraryRule3(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.011 s
testIncludeLibraryRule4(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.011 s
testIncludeLibraryRule5(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.012 s
testIncludeLibraryRule6(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.033 s
testIncludeLibraryRule7(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.057 s
testIncludeLibraryRule8(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.043 s
testIncludeLibraryRule9(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.048 s
testIncludeLibraryRule10(org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest)  Time elapsed: 0.067 s
testImportLibrary(org.eclipse.birt.report.tests.model.api.InputStreamURITest)  Time elapsed: 0.017 s
testParameter(org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest)  Time elapsed: 0.002 s
testJointCondition(org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest)  Time elapsed: 0.002 s
testJointDataSetType(org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest)  Time elapsed: 0.002 s
testFilter(org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest)  Time elapsed: 0.001 s
testAddinLibrary(org.eclipse.birt.report.tests.model.api.LibraryAddTest)  Time elapsed: 0.014 s
testRemoveLibrary(org.eclipse.birt.report.tests.model.api.LibraryAddTest)  Time elapsed: 0.013 s
testNoNameText(org.eclipse.birt.report.tests.model.api.LibraryCreateTest)  Time elapsed: 0.007 s
testCreatLibrary(org.eclipse.birt.report.tests.model.api.LibraryCreateTest)  Time elapsed: 0.018 s
testDuplicateLibrary(org.eclipse.birt.report.tests.model.api.LibraryCreateTest)  Time elapsed: 0.007 s
testNoNameStyle(org.eclipse.birt.report.tests.model.api.LibraryCreateTest)  Time elapsed: 0.006 s
testNoNameTable(org.eclipse.birt.report.tests.model.api.LibraryCreateTest)  Time elapsed: 0.007 s
testImportLibrary(org.eclipse.birt.report.tests.model.api.LibraryImportTest)  Time elapsed: 0.022 s
testIncludeLibrary(org.eclipse.birt.report.tests.model.api.LibraryIncludeLibraryTest)  Time elapsed: 0.011 s
testLibraryValidation(org.eclipse.birt.report.tests.model.api.ModuleUtilTest)  Time elapsed: 0.008 s
testReportValidation(org.eclipse.birt.report.tests.model.api.ModuleUtilTest)  Time elapsed: 0.003 s
testMoveLibrary(org.eclipse.birt.report.tests.model.api.MoveLibraryTest)  Time elapsed: 0.018 s
testCopyLibA(org.eclipse.birt.report.tests.model.api.MoveLibraryTest)  Time elapsed: 0.072 s
testOpendesign1(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.002 s
testOpendesign2(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.001 s
testOpendesign3(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.001 s
testOpendesign4(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.001 s
testOpendesign5(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.002 s
testOpendesign6(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.001 s
testOpendesign7(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.001 s
testOpendesign8(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.002 s
testOpendesign9(org.eclipse.birt.report.tests.model.api.OpenDesignTest)  Time elapsed: 0.002 s
testFindCssHandle(org.eclipse.birt.report.tests.model.api.ReportDesignHandleTest)  Time elapsed: 0.006 s
testReportDesignOtherMethods(org.eclipse.birt.report.tests.model.api.ReportDesignHandleTest)  Time elapsed: 0.003 s
testACL(org.eclipse.birt.report.tests.model.api.ReportItemHandleTest)  Time elapsed: 0.003 s
testcanContainSimpleMasterPage(org.eclipse.birt.report.tests.model.api.SlotHandleTest)  Time elapsed: 0.002 s
testcanContainGroupName(org.eclipse.birt.report.tests.model.api.SlotHandleTest)  Time elapsed: 0.001 s
testACL_table(org.eclipse.birt.report.tests.model.api.TableItemHandleTest)  Time elapsed: 0 s
testSuppressDuplicatesProp(org.eclipse.birt.report.tests.model.api.TableItemHandleTest)  Time elapsed: 0 s
testTemplate(org.eclipse.birt.report.tests.model.api.TemplateElementHandleTest)  Time elapsed: 0.001 s
testCopyPasteTheme(org.eclipse.birt.report.tests.model.api.ThemeTest)  Time elapsed: 0.003 s
testUsingTheme(org.eclipse.birt.report.tests.model.api.ThemeTest)  Time elapsed: 0.004 s
testDefineThemes(org.eclipse.birt.report.tests.model.api.ThemeTest)  Time elapsed: 0.001 s
testExportStyleToDefaultTheme(org.eclipse.birt.report.tests.model.api.ThemeTest)  Time elapsed: 0.002 s
testThemeSearchAlgorithm(org.eclipse.birt.report.tests.model.api.ThemeTest)  Time elapsed: 0.011 s
testLibraryUseTheme(org.eclipse.birt.report.tests.model.api.ThemeTest)  Time elapsed: 0.001 s
testGetAllToc(org.eclipse.birt.report.tests.model.api.TocSupportTest)  Time elapsed: 0.003 s
testTocProperty(org.eclipse.birt.report.tests.model.api.TocSupportTest)  Time elapsed: 0.001 s
testDoParse(org.eclipse.birt.report.tests.model.api.DimensionValueUtilTest)  Time elapsed: 0.002 s
testDoubleToString(org.eclipse.birt.report.tests.model.api.StringUtilTest)  Time elapsed: 0 s

Results:

Tests run: 308, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.tests.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.tests.model ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.tests.model ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt:org.eclipse.birt.tests >---------------
[INFO] Building org.eclipse.birt.tests 4.14.0-SNAPSHOT                [162/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5:compile (default-compile) @ 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:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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:2.7.5: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.tests.data >------------
[INFO] Building org.eclipse.birt.tests.data 4.14.0-SNAPSHOT           [163/288]
[INFO]   from testsuites/org.eclipse.birt.tests.data/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests.data ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.data ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests.data ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests.data ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests.data ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests.data ---
[INFO] Resolving class path of org.eclipse.birt.tests.data...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests.data ---
[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.data/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.tests.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/testsuites/org.eclipse.birt.tests.data/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.tests.data ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests.data ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.data ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.tests.data ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/DtEtests.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/org.eclipse.birt.tests.data-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.data ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests.data ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests.data ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests.data ---
[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.data/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.tests.data ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/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/testsuites/org.eclipse.birt.tests.data/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/surefire.properties]
Running org.eclipse.birt.tests.data.engine.AllTests
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Jun 06, 2023 5:24:12 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions
INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null
Jun 06, 2023 5:24:12 PM 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
Jun 06, 2023 5:24:12 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager findDriver
INFO: Loaded JDBC driver class in class path: org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:1 E:1 1    1    US    Chicago    2004-03-02 00:00:00.0    700    
S:1 E:0 2    2    CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:1 0    0    US    New York    2004-05-01 00:00:00.0    100    
S:1 E:1 1    1    CHINA    Shanghai    2004-06-01 00:00:00.0    100    
S:1 E:0 2    2    US    New York    2004-06-01 00:00:00.0    100    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    Beijing    2004-01-01 00:00:00.0    7000    
S:3 E:0 CHINA    Beijing    2004-06-05 00:00:00.0    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:2 CHINA    7000    
S:2 E:2 CHINA    100    
S:2 E:2 CHINA    100    
S:2 E:1 CHINA    400    
S:1 E:2 US    100    
S:2 E:2 US    700    
S:2 E:2 US    100    
S:2 E:0 US    400    

Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
CHINA7000US700CHINA400US400US100Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver
*****A new Report Start!*****
S:0 E:3 CHINA    7000    7600.0    
S:3 E:3 CHINA    100    7600.0    
S:3 E:3 CHINA    100    7600.0    
S:3 E:1 CHINA    400    7600.0    
S:1 E:3 US    100    1300.0    
S:3 E:3 US    700    1300.0    
S:3 E:3 US    100    1300.0    
S:3 E:0 US    400    1300.0    

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.106 s - in org.eclipse.birt.tests.data.engine.AllTests
test_InvalidValueFilterGroup(org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest)  Time elapsed: 2.424 s
test_FilteWithTopN(org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest)  Time elapsed: 0.109 s
test_FilterWithBottomN(org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest)  Time elapsed: 0.09 s
test_FilterGroup(org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest)  Time elapsed: 0.084 s
test_MultiPassFilterGroup(org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest)  Time elapsed: 0.055 s
test_NegativeValueFilterGroup(org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest)  Time elapsed: 0.065 s
test_sortOnGroupKey(org.eclipse.birt.tests.data.engine.api.MultiPass_SortTest)  Time elapsed: 0.045 s
test_sortGroup(org.eclipse.birt.tests.data.engine.api.MultiPass_SortTest)  Time elapsed: 0.059 s
test_SortOnAggregationExpression(org.eclipse.birt.tests.data.engine.api.MultiPass_SortTest)  Time elapsed: 0.058 s
test_RunningAggregationExpression(org.eclipse.birt.tests.data.engine.api.MultiPassTest)  Time elapsed: 0.077 s

Results:

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.tests.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.tests.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.tests.data ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.tests >----------
[INFO] Building org.eclipse.birt.tests 4.14.0-SNAPSHOT                [164/288]
[INFO]   from features/org.eclipse.birt.tests.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.tests.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests ---
[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.tests.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.tests ---
[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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] 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.tests.feature/target/jacoco-it.exec
[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/features/org.eclipse.birt.tests.feature/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.nl-parent >-----------
[INFO] Building org.eclipse.birt.nl-parent 4.14.0-SNAPSHOT            [165/288]
[INFO]   from nl/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.nl-parent ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.nl-parent ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.nl-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/nl/target/jacoco.exec
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.nl-parent ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 324 files from /home/jenkins/agent/workspace/birt-master/nl to /home/jenkins/agent/workspace/birt-master/nl
[INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/birt-master/nl to /home/jenkins/agent/workspace/birt-master/nl
[INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/birt-master/nl to /home/jenkins/agent/workspace/birt-master/nl
[INFO] [native2ascii] Converting 108 files from /home/jenkins/agent/workspace/birt-master/nl to /home/jenkins/agent/workspace/birt-master/nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.nl-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.nl-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.nl-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.nl-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/nl/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.nl-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.nl-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.nl-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.device.extension.nl1 >---
[INFO] Building org.eclipse.birt.chart.device.extension.nl1 4.14.0-SNAPSHOT [166/288]
[INFO]   from nl/org.eclipse.birt.chart.device.extension.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.device.extension.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.device.extension.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.extension.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.extension.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.extension.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl/target/org.eclipse.birt.chart.device.extension.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.extension.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.extension.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.extension.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.extension.nl/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.chart.device.svg.nl1 >------
[INFO] Building org.eclipse.birt.chart.device.svg.nl1 4.14.0-SNAPSHOT [167/288]
[INFO]   from nl/org.eclipse.birt.chart.device.svg.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.device.svg.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.svg.nl1 ---
[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/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.svg.nl1 ---
[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/nl/org.eclipse.birt.chart.device.svg.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.svg.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.svg.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.svg.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl/target/org.eclipse.birt.chart.device.svg.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.svg.nl1 ---
[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/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.svg.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.svg.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.svg.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.svg.nl/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.chart.device.swt.nl1 >------
[INFO] Building org.eclipse.birt.chart.device.swt.nl1 4.14.0-SNAPSHOT [168/288]
[INFO]   from nl/org.eclipse.birt.chart.device.swt.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.device.swt.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.swt.nl1 ---
[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/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.swt.nl1 ---
[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/nl/org.eclipse.birt.chart.device.swt.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.device.swt.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.swt.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.swt.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl/target/org.eclipse.birt.chart.device.swt.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.swt.nl1 ---
[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/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.device.swt.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.device.swt.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.swt.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.device.swt.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.engine.extension.nl1 >---
[INFO] Building org.eclipse.birt.chart.engine.extension.nl1 4.14.0-SNAPSHOT [169/288]
[INFO]   from nl/org.eclipse.birt.chart.engine.extension.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.engine.extension.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.engine.extension.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl/target/org.eclipse.birt.chart.engine.extension.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine.extension.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.extension.nl/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.chart.engine.nl1 >--------
[INFO] Building org.eclipse.birt.chart.engine.nl1 4.14.0-SNAPSHOT     [170/288]
[INFO]   from nl/org.eclipse.birt.chart.engine.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.engine.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.nl1 ---
[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/nl/org.eclipse.birt.chart.engine.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine.nl1 ---
[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/nl/org.eclipse.birt.chart.engine.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.engine.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl/target/org.eclipse.birt.chart.engine.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.nl1 ---
[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/nl/org.eclipse.birt.chart.engine.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.engine.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.engine.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.examples.core.nl1 >----
[INFO] Building org.eclipse.birt.chart.examples.core.nl1 4.14.0-SNAPSHOT [171/288]
[INFO]   from nl/org.eclipse.birt.chart.examples.core.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.examples.core.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.core.nl1 ---
[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/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples.core.nl1 ---
[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/nl/org.eclipse.birt.chart.examples.core.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.core.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.core.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl/target/org.eclipse.birt.chart.examples.core.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.core.nl1 ---
[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/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.core.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples.core.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.core.nl/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.chart.examples.nl1 >-------
[INFO] Building org.eclipse.birt.chart.examples.nl1 4.14.0-SNAPSHOT   [172/288]
[INFO]   from nl/org.eclipse.birt.chart.examples.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.examples.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.nl1 ---
[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/nl/org.eclipse.birt.chart.examples.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples.nl1 ---
[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/nl/org.eclipse.birt.chart.examples.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 15 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl
[INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl
[INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl
[INFO] [native2ascii] Converting 5 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.examples.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl/target/org.eclipse.birt.chart.examples.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.nl1 ---
[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/nl/org.eclipse.birt.chart.examples.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.examples.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.examples.nl/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.nl1 >------
[INFO] Building org.eclipse.birt.chart.reportitem.nl1 4.14.0-SNAPSHOT [173/288]
[INFO]   from nl/org.eclipse.birt.chart.reportitem.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.reportitem.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.nl1 ---
[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/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem.nl1 ---
[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/nl/org.eclipse.birt.chart.reportitem.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl/target/org.eclipse.birt.chart.reportitem.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.nl1 ---
[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/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.reportitem.ui.nl1 >----
[INFO] Building org.eclipse.birt.chart.reportitem.ui.nl1 4.14.0-SNAPSHOT [174/288]
[INFO]   from nl/org.eclipse.birt.chart.reportitem.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.reportitem.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.reportitem.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/org.eclipse.birt.chart.reportitem.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.reportitem.ui.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.chart.ui.extension.nl1 >-----
[INFO] Building org.eclipse.birt.chart.ui.extension.nl1 4.14.0-SNAPSHOT [175/288]
[INFO]   from nl/org.eclipse.birt.chart.ui.extension.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.ui.extension.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.ui.extension.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl/target/org.eclipse.birt.chart.ui.extension.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[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/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui.extension.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.extension.nl/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.nl:org.eclipse.birt.chart.ui.nl1 >----------
[INFO] Building org.eclipse.birt.chart.ui.nl1 4.14.0-SNAPSHOT         [176/288]
[INFO]   from nl/org.eclipse.birt.chart.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl/target/org.eclipse.birt.chart.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.ui.nl/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.core.nl1 >------------
[INFO] Building org.eclipse.birt.core.nl1 4.14.0-SNAPSHOT             [177/288]
[INFO]   from nl/org.eclipse.birt.core.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.core.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.nl1 ---
[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/nl/org.eclipse.birt.core.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.nl1 ---
[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/nl/org.eclipse.birt.core.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl/target/org.eclipse.birt.core.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.nl1 ---
[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/nl/org.eclipse.birt.core.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.nl/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.core.script.function.nl1 >----
[INFO] Building org.eclipse.birt.core.script.function.nl1 4.14.0-SNAPSHOT [178/288]
[INFO]   from nl/org.eclipse.birt.core.script.function.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.core.script.function.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.script.function.nl1 ---
[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/nl/org.eclipse.birt.core.script.function.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.script.function.nl1 ---
[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/nl/org.eclipse.birt.core.script.function.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.script.function.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.script.function.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl/target/org.eclipse.birt.core.script.function.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.script.function.nl1 ---
[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/nl/org.eclipse.birt.core.script.function.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.script.function.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.script.function.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.script.function.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.script.function.nl/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt.nl:org.eclipse.birt.core.ui.nl1 >----------
[INFO] Building org.eclipse.birt.core.ui.nl1 4.14.0-SNAPSHOT          [179/288]
[INFO]   from nl/org.eclipse.birt.core.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.core.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.ui.nl1 ---
[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/nl/org.eclipse.birt.core.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.ui.nl1 ---
[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/nl/org.eclipse.birt.core.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.core.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl/target/org.eclipse.birt.core.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.ui.nl1 ---
[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/nl/org.eclipse.birt.core.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.core.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.ui.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.core.ui.nl/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.aggregation.nl1 >------
[INFO] Building org.eclipse.birt.data.aggregation.nl1 4.14.0-SNAPSHOT [180/288]
[INFO]   from nl/org.eclipse.birt.data.aggregation.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.data.aggregation.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.aggregation.nl1 ---
[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/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.aggregation.nl1 ---
[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/nl/org.eclipse.birt.data.aggregation.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.aggregation.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.aggregation.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.aggregation.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl/target/org.eclipse.birt.data.aggregation.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.aggregation.nl1 ---
[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/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.aggregation.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.aggregation.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.aggregation.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.aggregation.nl/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.nl:org.eclipse.birt.data.nl1 >------------
[INFO] Building org.eclipse.birt.data.nl1 4.14.0-SNAPSHOT             [181/288]
[INFO]   from nl/org.eclipse.birt.data.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.data.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.nl1 ---
[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/nl/org.eclipse.birt.data.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.nl1 ---
[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/nl/org.eclipse.birt.data.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl/target/org.eclipse.birt.data.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.nl1 ---
[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/nl/org.eclipse.birt.data.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.nl/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.nl1 >------
[INFO] Building org.eclipse.birt.data.oda.mongodb.nl1 4.14.0-SNAPSHOT [182/288]
[INFO]   from nl/org.eclipse.birt.data.oda.mongodb.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[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/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[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/nl/org.eclipse.birt.data.oda.mongodb.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl/target/org.eclipse.birt.data.oda.mongodb.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[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/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.mongodb.ui.nl1 >----
[INFO] Building org.eclipse.birt.data.oda.mongodb.ui.nl1 4.14.0-SNAPSHOT [183/288]
[INFO]   from nl/org.eclipse.birt.data.oda.mongodb.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[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/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[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/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/org.eclipse.birt.data.oda.mongodb.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[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/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.mongodb.ui.nl/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.nl1 >-------
[INFO] Building org.eclipse.birt.data.oda.pojo.nl1 4.14.0-SNAPSHOT    [184/288]
[INFO]   from nl/org.eclipse.birt.data.oda.pojo.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[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/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[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/nl/org.eclipse.birt.data.oda.pojo.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl/target/org.eclipse.birt.data.oda.pojo.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[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/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.nl/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.data.oda.pojo.ui.nl1 >------
[INFO] Building org.eclipse.birt.data.oda.pojo.ui.nl1 4.14.0-SNAPSHOT [185/288]
[INFO]   from nl/org.eclipse.birt.data.oda.pojo.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[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/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[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/nl/org.eclipse.birt.data.oda.pojo.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/org.eclipse.birt.data.oda.pojo.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[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/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.data.oda.pojo.ui.nl/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.nl:org.eclipse.birt.resources.nl1 >---------
[INFO] Building org.eclipse.birt.resources.nl1 4.14.0-SNAPSHOT        [186/288]
[INFO]   from nl/org.eclipse.birt.resources.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.resources.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.resources.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.resources.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.resources.nl1 ---
[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/nl/org.eclipse.birt.resources.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.resources.nl1 ---
[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/nl/org.eclipse.birt.resources.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.resources.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.resources.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.resources.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.resources.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.resources.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.resources.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.resources.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl/target/org.eclipse.birt.resources.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.resources.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.resources.nl1 ---
[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/nl/org.eclipse.birt.resources.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.resources.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.resources.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.resources.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.resources.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.resources.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.resources.nl/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.nl1 >----
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.nl1 4.14.0-SNAPSHOT [187/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.jdbc.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/org.eclipse.birt.report.data.oda.jdbc.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.ui.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.14.0-SNAPSHOT [188/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.sampledb.nl1 4.14.0-SNAPSHOT [189/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.sampledb.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.sampledb.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/org.eclipse.birt.report.data.oda.sampledb.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.sampledb.ui.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.14.0-SNAPSHOT [190/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/org.eclipse.birt.report.data.oda.sampledb.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.sampledb.ui.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.nl1 >----
[INFO] Building org.eclipse.birt.report.data.oda.xml.nl1 4.14.0-SNAPSHOT [191/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.xml.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.xml.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl/target/org.eclipse.birt.report.data.oda.xml.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.xml.ui.nl1 >---
[INFO] Building org.eclipse.birt.report.data.oda.xml.ui.nl1 4.14.0-SNAPSHOT [192/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.xml.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/org.eclipse.birt.report.data.oda.xml.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.xml.ui.nl/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt.nl:org.eclipse.birt.report.debug.core.nl1 >-----
[INFO] Building org.eclipse.birt.report.debug.core.nl1 4.14.0-SNAPSHOT [193/288]
[INFO]   from nl/org.eclipse.birt.report.debug.core.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.debug.core.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.core.nl1 ---
[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/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.core.nl1 ---
[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/nl/org.eclipse.birt.report.debug.core.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.core.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.core.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl/target/org.eclipse.birt.report.debug.core.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.core.nl1 ---
[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/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.core.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.core.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.core.nl/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.report.debug.ui.nl1 >------
[INFO] Building org.eclipse.birt.report.debug.ui.nl1 4.14.0-SNAPSHOT  [194/288]
[INFO]   from nl/org.eclipse.birt.report.debug.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.debug.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.ui.nl1 ---
[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/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.ui.nl1 ---
[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/nl/org.eclipse.birt.report.debug.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.debug.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl/target/org.eclipse.birt.report.debug.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.ui.nl1 ---
[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/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.debug.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.debug.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.debug.ui.nl/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.designer.core.nl1 >----
[INFO] Building org.eclipse.birt.report.designer.core.nl1 4.14.0-SNAPSHOT [195/288]
[INFO]   from nl/org.eclipse.birt.report.designer.core.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.core.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.core.nl1 ---
[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/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.core.nl1 ---
[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/nl/org.eclipse.birt.report.designer.core.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.core.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.core.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl/target/org.eclipse.birt.report.designer.core.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.core.nl1 ---
[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/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.core.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.core.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.core.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.schematic.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.14.0-SNAPSHOT [196/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.schematic.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/org.eclipse.birt.report.designer.ui.editors.schematic.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.schematic.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.ide.nl1 >---
[INFO] Building org.eclipse.birt.report.designer.ui.ide.nl1 4.14.0-SNAPSHOT [197/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.ide.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.ide.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.ide.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/org.eclipse.birt.report.designer.ui.ide.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.ide.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.ide.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.explorer.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.14.0-SNAPSHOT [198/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.explorer.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/org.eclipse.birt.report.designer.ui.lib.explorer.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.explorer.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.lib.nl1 >---
[INFO] Building org.eclipse.birt.report.designer.ui.lib.nl1 4.14.0-SNAPSHOT [199/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.lib.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.lib.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/org.eclipse.birt.report.designer.ui.lib.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.lib.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.nl1 >-----
[INFO] Building org.eclipse.birt.report.designer.ui.nl1 4.14.0-SNAPSHOT [200/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl/target/org.eclipse.birt.report.designer.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.nl/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.report.engine.nl1 >-------
[INFO] Building org.eclipse.birt.report.engine.nl1 4.14.0-SNAPSHOT    [201/288]
[INFO]   from nl/org.eclipse.birt.report.engine.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.nl1 ---
[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/nl/org.eclipse.birt.report.engine.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.nl1 ---
[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/nl/org.eclipse.birt.report.engine.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl/target/org.eclipse.birt.report.engine.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.nl1 ---
[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/nl/org.eclipse.birt.report.engine.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.nl/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.nl:org.eclipse.birt.report.model.nl1 >--------
[INFO] Building org.eclipse.birt.report.model.nl1 4.14.0-SNAPSHOT     [202/288]
[INFO]   from nl/org.eclipse.birt.report.model.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.model.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.nl1 ---
[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/nl/org.eclipse.birt.report.model.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.nl1 ---
[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/nl/org.eclipse.birt.report.model.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 12 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl
[INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl
[INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl
[INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.model.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl/target/org.eclipse.birt.report.model.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.nl1 ---
[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/nl/org.eclipse.birt.report.model.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.model.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.model.nl/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.nl:org.eclipse.birt.report.viewers.nl1 >-------
[INFO] Building org.eclipse.birt.report.viewers.nl1 4.14.0-SNAPSHOT   [203/288]
[INFO]   from nl/org.eclipse.birt.report.viewer.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.viewers.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewers.nl1 ---
[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/nl/org.eclipse.birt.report.viewer.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.viewers.nl1 ---
[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/nl/org.eclipse.birt.report.viewer.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.viewers.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewers.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl/target/org.eclipse.birt.report.viewers.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewers.nl1 ---
[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/nl/org.eclipse.birt.report.viewer.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.viewers.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.viewers.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.viewer.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.core.nl1 >--
[INFO] Building org.eclipse.birt.report.item.crosstab.core.nl1 4.14.0-SNAPSHOT [204/288]
[INFO]   from nl/org.eclipse.birt.report.item.crosstab.core.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[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/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[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/nl/org.eclipse.birt.report.item.crosstab.core.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/org.eclipse.birt.report.item.crosstab.core.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[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/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.core.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.item.crosstab.ui.nl1 >--
[INFO] Building org.eclipse.birt.report.item.crosstab.ui.nl1 4.14.0-SNAPSHOT [205/288]
[INFO]   from nl/org.eclipse.birt.report.item.crosstab.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[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/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[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/nl/org.eclipse.birt.report.item.crosstab.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/org.eclipse.birt.report.item.crosstab.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[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/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.item.crosstab.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.14.0-SNAPSHOT [206/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.views.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.views.nl1 4.14.0-SNAPSHOT [207/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.views.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.views.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.views.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl/target/org.eclipse.birt.report.designer.ui.views.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.views.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.views.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.report.data.adapter.nl1 >----
[INFO] Building org.eclipse.birt.report.data.adapter.nl1 4.14.0-SNAPSHOT [208/288]
[INFO]   from nl/org.eclipse.birt.report.data.adapter.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.adapter.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.adapter.nl1 ---
[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/nl/org.eclipse.birt.report.data.adapter.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.adapter.nl1 ---
[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/nl/org.eclipse.birt.report.data.adapter.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.adapter.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.adapter.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.adapter.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl/target/org.eclipse.birt.report.data.adapter.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.adapter.nl1 ---
[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/nl/org.eclipse.birt.report.data.adapter.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.adapter.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.adapter.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.adapter.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.adapter.nl/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.14.0-SNAPSHOT [209/288]
[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:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5: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:2.7.5: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
[INFO] 
[INFO] --- tycho-ds:2.7.5: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:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-source:2.7.5: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.14.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:2.7.5: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.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] 
[INFO] --- tycho-p2:2.7.5: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] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview ---
[INFO] Tests are skipped.
[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.nl:org.eclipse.birt.report.designer.ui.preview.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.preview.nl1 4.14.0-SNAPSHOT [210/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.preview.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.preview.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/org.eclipse.birt.report.designer.ui.preview.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.preview.web.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.preview.web.nl1 4.14.0-SNAPSHOT [211/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.preview.web.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.web.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/org.eclipse.birt.report.designer.ui.preview.web.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.preview.web.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.cubebuilder.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.14.0-SNAPSHOT [212/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.cubebuilder.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/org.eclipse.birt.report.designer.ui.cubebuilder.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.cubebuilder.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.csv.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.14.0-SNAPSHOT [213/288]
[INFO]   from nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[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/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[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/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/org.eclipse.birt.report.engine.dataextraction.csv.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[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/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.csv.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editor.script.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.editor.script.nl1 4.14.0-SNAPSHOT [214/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.editor.script.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.script.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/org.eclipse.birt.report.designer.ui.editor.script.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editor.script.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.14.0-SNAPSHOT [215/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.14.0-SNAPSHOT [216/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.14.0-SNAPSHOT [217/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/build.properties: bin.includes value(s) [plugin.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.editors.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.editors.nl1 4.14.0-SNAPSHOT [218/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.editors.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editors.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/org.eclipse.birt.report.designer.ui.editors.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.editors.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.dataextraction.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.dataextraction.nl1 4.14.0-SNAPSHOT [219/288]
[INFO]   from nl/org.eclipse.birt.report.engine.dataextraction.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[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/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[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/nl/org.eclipse.birt.report.engine.dataextraction.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/org.eclipse.birt.report.engine.dataextraction.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[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/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.dataextraction.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.excel.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.14.0-SNAPSHOT [220/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.excel.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/org.eclipse.birt.report.engine.emitter.config.excel.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.excel.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pdf.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.14.0-SNAPSHOT [221/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pdf.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/org.eclipse.birt.report.engine.emitter.config.pdf.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pdf.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.html.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.html.nl1 4.14.0-SNAPSHOT [222/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.html.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.html.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/org.eclipse.birt.report.engine.emitter.config.html.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.html.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.nl1 4.14.0-SNAPSHOT [223/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/org.eclipse.birt.report.engine.emitter.config.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.ppt.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.14.0-SNAPSHOT [224/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ppt.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/org.eclipse.birt.report.engine.emitter.config.ppt.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.ppt.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.postscript.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.14.0-SNAPSHOT [225/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.postscript.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/org.eclipse.birt.report.engine.emitter.config.postscript.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.postscript.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.wpml.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.14.0-SNAPSHOT [226/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.wpml.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/org.eclipse.birt.report.engine.emitter.config.wpml.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.wpml.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.bidi.utils.nl1 >---
[INFO] Building org.eclipse.birt.report.data.bidi.utils.nl1 4.14.0-SNAPSHOT [227/288]
[INFO]   from nl/org.eclipse.birt.report.data.bidi.utils.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[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/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[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/nl/org.eclipse.birt.report.data.bidi.utils.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/org.eclipse.birt.report.data.bidi.utils.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[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/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.bidi.utils.nl/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.nl1 >----
[INFO] Building org.eclipse.birt.report.data.oda.hive.nl1 4.14.0-SNAPSHOT [228/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.hive.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.hive.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl
[INFO] [native2ascii] Converting 1 file from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl/target/org.eclipse.birt.report.data.oda.hive.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.hive.ui.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.hive.ui.nl1 4.14.0-SNAPSHOT [229/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.hive.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/org.eclipse.birt.report.data.oda.hive.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.hive.ui.nl/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.nl1 >---
[INFO] Building org.eclipse.birt.report.data.oda.excel.nl1 4.14.0-SNAPSHOT [230/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.excel.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.excel.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl/target/org.eclipse.birt.report.data.oda.excel.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.data.oda.excel.ui.nl1 >--
[INFO] Building org.eclipse.birt.report.data.oda.excel.ui.nl1 4.14.0-SNAPSHOT [231/288]
[INFO]   from nl/org.eclipse.birt.report.data.oda.excel.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/org.eclipse.birt.report.data.oda.excel.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[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/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.data.oda.excel.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.docx.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.14.0-SNAPSHOT [232/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.docx.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/org.eclipse.birt.report.engine.emitter.config.docx.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.docx.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.engine.emitter.config.pptx.nl1 >--
[INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.14.0-SNAPSHOT [233/288]
[INFO]   from nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pptx.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/org.eclipse.birt.report.engine.emitter.config.pptx.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[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/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.engine.emitter.config.pptx.nl/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.nl >------------
[INFO] Building org.eclipse.birt.nl 4.14.0-SNAPSHOT                   [234/288]
[INFO]   from features/org.eclipse.birt.nl.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.nl ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.nl.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.nl ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.nl ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.nl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.nl ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.nl ---
[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.nl.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.nl ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.nl ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.nl ---
[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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.nl ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.nl ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.nl.feature/target/org.eclipse.birt.nl-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.nl ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.nl ---
[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.nl.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.nl.feature/target/jacoco.exec
[INFO] 
[INFO] ---------------------< org.eclipse.birt:birt-epp >----------------------
[INFO] Building birt-epp 4.14.0-SNAPSHOT                              [235/288]
[INFO]   from build/birt-packages/birt-epp/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-epp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-epp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-epp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-epp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-epp ---
[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-epp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-epp ---
[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-epp/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-epp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-epp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-epp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-epp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-epp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (308.6kB)
[INFO] Fetching com.google.guava_31.1.0.jre.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.82MB)
[INFO] Fetching com.google.guava.failureaccess_1.0.1.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (4.51kB)
[INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.53MB)
[INFO] Fetching com.google.protobuf_2.4.1.v20220404-1934.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (478.08kB)
[INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (14.23MB)
[INFO] Fetching jakarta.el_4.0.0.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (99.79kB)
[INFO] Fetching jakarta.servlet_5.0.0.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (336.67kB)
[INFO] Fetching jakarta.servlet.jsp_3.0.0.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (87.1kB)
[INFO] Fetching junit-jupiter-api_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (202.89kB)
[INFO] Fetching junit-platform-commons_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (100.58kB)
[INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (7.47kB)
[INFO] Fetching junit-jupiter-engine_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (240.88kB)
[INFO] Fetching junit-platform-engine_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (184.79kB)
[INFO] Fetching junit-platform-launcher_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (165.27kB)
[INFO] Fetching junit-jupiter-migrationsupport_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (27.04kB)
[INFO] Fetching junit-jupiter-params_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (566.02kB)
[INFO] Fetching junit-platform-runner_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (16.19kB)
[INFO] Fetching junit-platform-suite-api_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (20.73kB)
[INFO] Fetching junit-platform-suite-commons_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (14.94kB)
[INFO] Fetching junit-platform-suite-engine_1.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (23.55kB)
[INFO] Fetching junit-vintage-engine_5.9.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (65.33kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.14.v20230516-1249.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.02MB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.16.v20221207-1049.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (356.05kB)
[INFO] Fetching org.apache.wsil4j_1.0.0.v20180522-1857.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (81.16kB)
[INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (198.12kB)
[INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (6.65kB)
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (15.55kB)
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (25.39kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (24.12kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (22.78kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (69.92kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (845.5kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (41.77kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (23.44kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (37.26kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.informix_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (21.13kB)
[INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (45.45kB)
[INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.datatools.enablement.mysql.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (27.14kB)
[INFO] Fetching org.eclipse.datatools.enablement.mysql_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (80.61kB)
[INFO] Fetching org.eclipse.datatools.enablement.oracle.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (43.45kB)
[INFO] Fetching org.eclipse.datatools.enablement.oracle_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (20.13kB)
[INFO] Fetching org.eclipse.datatools.enablement.postgresql.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (18.49kB)
[INFO] Fetching org.eclipse.datatools.enablement.postgresql_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (37.86kB)
[INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (20.33kB)
[INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (25.24kB)
[INFO] Fetching org.eclipse.orbit.mongodb.source_3.2.2.v20181004-1955.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.08MB)
[INFO] Fetching com.github.librepdf.openpdf.source_1.3.30.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.58MB)
[INFO] Fetching org.apache.derby.source_10.11.1.1_v201605202053.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (7.12MB)
[INFO] Fetching org.apache.poi.source_4.1.1.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (2.44MB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB)
[INFO] Fetching org.apache.felix.scr.source_2.2.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (264.12kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.core.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.template.ui_3.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (58.3kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.designer.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.75kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (301.47kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (293.75kB)
[INFO] Fetching org.eclipse.datatools.sqltools.data.core_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (84.59kB)
[INFO] Fetching org.eclipse.jdt_3.19.100.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (44.73kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (16.9kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.8.0.v20230413-1556.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (393.84kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.4.0.v20230323-1537.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (41.69kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.8.0.v20230323-1537.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (73.78kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.2.0.v20230323-1537.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (14.43kB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1800.v20230601-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (7.77MB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (28.39kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (27.02kB)
[INFO] Fetching org.eclipse.jdt_3.19.100.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (21.51kB)
[INFO] Fetching org.eclipse.jem.beaninfo_2.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (244.33kB)
[INFO] Fetching org.eclipse.jem.proxy_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (665.33kB)
[INFO] Fetching org.eclipse.jem.beaninfo.vm_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (46.3kB)
[INFO] Fetching org.eclipse.jem.beaninfo.vm.common_2.1.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (28.31kB)
[INFO] Fetching org.eclipse.json_1.1.100.v201901071922.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (57.57kB)
[INFO] Fetching org.eclipse.jst.common.annotations.ui_1.1.300.v202007170603.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (41.37kB)
[INFO] Fetching org.eclipse.jst.common.fproj.enablement.jdt_3.29.0.v202301170743.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.12kB)
[INFO] Fetching org.eclipse.jst.ejb.ui_1.1.912.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (460.4kB)
[INFO] Fetching org.eclipse.jst.j2ee.webservice_1.1.800.v202204231553.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (264.21kB)
[INFO] Fetching org.eclipse.jst.jee.ejb_1.0.500.v201903222025.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (61.96kB)
[INFO] Fetching org.eclipse.jst.enterprise_core.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.43kB)
[INFO] Fetching org.eclipse.jst.ws_1.0.1000.v202104210249.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (123.49kB)
[INFO] Fetching org.eclipse.jst.j2ee.webservice.ui_1.1.801.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (58.93kB)
[INFO] Fetching org.eclipse.jst.ws.ui_1.1.1.v202103201626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (61.58kB)
[INFO] Fetching org.eclipse.jst.ws.uddiregistry_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (43.52kB)
[INFO] Fetching org.eclipse.jst.ws.creation.ui_1.0.1001.v202103201626.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (227.95kB)
[INFO] Fetching org.eclipse.jst.ws.consumption.ui_1.1.1100.v202111210735.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (789.07kB)
[INFO] Fetching org.eclipse.jst.ws.consumption_1.0.1600.v202302070757.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (267.56kB)
[INFO] Fetching org.eclipse.jst.j2ee.infopop_1.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (20.35kB)
[INFO] Fetching org.eclipse.jst.jsp.ui.infopop_1.0.200.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (15.56kB)
[INFO] Fetching org.eclipse.jst.servlet.ui.infopop_1.0.500.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (18.37kB)
[INFO] Fetching org.eclipse.jst.ws.axis.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.43kB)
[INFO] Fetching org.eclipse.jst.ws.consumption.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (17.25kB)
[INFO] Fetching org.eclipse.jst.ws.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (13.15kB)
[INFO] Fetching org.eclipse.jst.ws.creation.ejb.ui_1.0.300.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (16.08kB)
[INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.ui_1.2.1.v202301170822.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (119.89kB)
[INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.emitter_1.1.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (37.34kB)
[INFO] Fetching org.eclipse.jst.j2ee.ejb.annotations.xdoclet_1.2.401.v202204060243.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (149.39kB)
[INFO] Fetching org.eclipse.jst.j2ee.xdoclet.runtime_1.2.0.v202101081429.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (51.08kB)
[INFO] Fetching org.eclipse.jst.ejb.ui.infopop_1.0.300.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.4kB)
[INFO] Fetching org.eclipse.jst.ws.jaxrs.core_1.0.851.v202101130222.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (158.34kB)
[INFO] Fetching org.eclipse.jst.ws.jaxrs.ui_1.0.801.v201906251834.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (74.92kB)
[INFO] Fetching org.eclipse.jst.ws.axis.consumption.core_1.0.600.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (72.3kB)
[INFO] Fetching org.eclipse.jst.ws.axis.consumption.ui_1.0.1000.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (97.91kB)
[INFO] Fetching org.eclipse.jst.ws.axis.creation.ui_1.0.1100.v202111210735.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (115.21kB)
[INFO] Fetching org.eclipse.jst.enterprise_ui.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (21kB)
[INFO] Fetching org.eclipse.jst.ejb.doc.user_1.1.301.v201903222024.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (116.56kB)
[INFO] Fetching org.eclipse.jst.j2ee.doc.user_1.1.400.v202101072335.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (255.97kB)
[INFO] Fetching org.eclipse.jst.ws.axis.ui.doc.user_1.1.200.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (44.63kB)
[INFO] Fetching org.eclipse.jst.ws.consumption.ui.doc.user_1.0.700.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (535.09kB)
[INFO] Fetching org.eclipse.jst.ws.doc.user_1.0.700.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (130.45kB)
[INFO] Fetching org.eclipse.jst.enterprise_userdoc.feature_3.23.0.v202107101916.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.45kB)
[INFO] Fetching org.eclipse.jst.jee.web_1.0.1100.v202301180642.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (44.88kB)
[INFO] Fetching org.eclipse.jst.jsf.doc.user_1.5.0.v201902121810.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (2.63MB)
[INFO] Fetching org.eclipse.jst.standard.schemas_1.2.500.v202302261818.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (683kB)
[INFO] Fetching org.eclipse.jst.web_core.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.64kB)
[INFO] Fetching org.eclipse.wst.jsdt.web.support.jsp_1.1.200.v202210260359.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.jst.web_js_support.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.74kB)
[INFO] Fetching org.eclipse.jst.web_ui.feature_3.29.0.v202302070745.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.54kB)
[INFO] Fetching org.eclipse.jst.web_userdoc.feature_3.6.1.v201908261515.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.42kB)
[INFO] Fetching org.eclipse.wst.command.env_1.0.600.v202007142057.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (84.37kB)
[INFO] Fetching org.eclipse.wst.command.env.core_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (64.4kB)
[INFO] Fetching org.eclipse.wst.wsdl_1.3.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (443.13kB)
[INFO] Fetching org.eclipse.wst.ws_1.1.600.v202007222105.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (246kB)
[INFO] Fetching org.eclipse.wst.ws.parser_1.1.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (57.08kB)
[INFO] Fetching org.eclipse.wst.command.env.ui_1.2.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (126kB)
[INFO] Fetching org.eclipse.wst.ws.explorer_1.1.0.v202204231557.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (1.84MB)
[INFO] Fetching org.eclipse.wst.ws.ui_1.2.0.v201910301957.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (29kB)
[INFO] Fetching org.eclipse.wst.wsdl.validation_1.3.100.v202205160247.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (196.73kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.3.0.v20230501-1515.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (934.41kB)
[INFO] Fetching org.objectweb.asm_9.5.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (119.01kB)
[INFO] Fetching org.objectweb.asm.tree_9.5.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (50.73kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.2.0.v20230128-1746.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (13.37kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.3.0.v20230331-2213.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (509.95kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.2000.v20230601-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (7.69MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.3.0.v20230331-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (142.22kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.3.0.v20230331-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (60.58kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (206.92kB)
[INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (14.72kB)
[INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (28.45kB)
[INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (42.33kB)
[INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (27.08kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.7.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (24.03kB)
[INFO] Fetching org.eclipse.pde.runtime_3.8.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (211.03kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.8.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (583.3kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (114.39kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (452.46kB)
[INFO] Fetching org.eclipse.ui.trace_1.3.0.v20230515-0022.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (61.22kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.2.0.v20230331-0919.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (90.67kB)
[INFO] Fetching org.eclipse.pde_3.15.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (21.15kB)
[INFO] Fetching org.eclipse.wst.internet.monitor.ui_1.0.800.v202007170127.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (142.7kB)
[INFO] Fetching org.eclipse.wst.jsdt.core_2.0.500.v202211200038.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (3.73MB)
[INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (58.42kB)
[INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.600.v202211200038.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (8.33MB)
[INFO] Fetching org.eclipse.wst.jsdt.web.core_1.1.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (164.09kB)
[INFO] Fetching org.eclipse.wst.jsdt.web.ui_1.2.400.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (235.82kB)
[INFO] Fetching org.eclipse.wst.json.bower.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.05kB)
[INFO] Fetching org.eclipse.wst.json.bower.ui_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (24.85kB)
[INFO] Fetching org.eclipse.wst.json.core_1.1.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (285.52kB)
[INFO] Fetching org.eclipse.wst.json.ui_1.0.700.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (245.24kB)
[INFO] Fetching org.eclipse.wst.json.eslint.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.03kB)
[INFO] Fetching org.eclipse.wst.json.eslint.ui_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (17.54kB)
[INFO] Fetching org.eclipse.wst.json.jshint.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.04kB)
[INFO] Fetching org.eclipse.wst.json.jshint.ui_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (17.52kB)
[INFO] Fetching org.eclipse.wst.json.npm.core_1.0.100.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (13.98kB)
[INFO] Fetching org.eclipse.wst.json.npm.ui_1.0.200.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.wst.json.schemaprocessor_1.0.300.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (15.92kB)
[INFO] Fetching org.eclipse.wst.json_core.feature_1.1.8.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.66kB)
[INFO] Fetching org.eclipse.wst.json_ui.feature_1.1.10.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.67kB)
[INFO] Fetching org.eclipse.wst.server_core.feature_3.4.0.v202301110442.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.46kB)
[INFO] Fetching org.eclipse.wst.server.ui.infopop_1.1.200.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (18.08kB)
[INFO] Fetching org.eclipse.wst.server_ui.feature_3.3.1500.v202302190008.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.55kB)
[INFO] Fetching org.eclipse.wst.server.ui.doc.user_1.1.600.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (144.59kB)
[INFO] Fetching org.eclipse.wst.server_userdoc.feature_3.3.300.v201901310132.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (32.43kB)
[INFO] Fetching org.eclipse.wst.web_core.feature_3.29.0.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.79kB)
[INFO] Fetching org.eclipse.wst.web_js_support.feature_3.22.0.v202211200019.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (21.12kB)
[INFO] Fetching org.eclipse.wst.html.ui.infopop_1.0.201.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (14.98kB)
[INFO] Fetching org.eclipse.wst.web.ui.infopop_1.0.300.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.78kB)
[INFO] Fetching org.eclipse.wst.web_ui.feature_3.29.0.v202301190221.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (21.35kB)
[INFO] Fetching org.eclipse.wst.doc.user_1.2.0.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (776.04kB)
[INFO] Fetching org.eclipse.wst.webtools.doc.user_1.0.500.v201903222120.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (126.77kB)
[INFO] Fetching org.eclipse.wst.web_userdoc.feature_3.18.0.v202004271556.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.72kB)
[INFO] Fetching org.eclipse.wst.ws.service.policy_1.0.450.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (60.77kB)
[INFO] Fetching org.eclipse.wst.ws.service.policy.ui_1.0.500.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (82.88kB)
[INFO] Fetching org.eclipse.wst.wsi_1.1.400.v202205160247.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (881.22kB)
[INFO] Fetching org.eclipse.wst.ws_core.feature_3.26.0.v202205160314.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.78kB)
[INFO] Fetching org.eclipse.wst.command.env.infopop_1.0.200.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.15kB)
[INFO] Fetching org.eclipse.wst.ws.infopop_1.0.400.v201903050508.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.wst.wsdl.ui_1.3.100.v202004082216.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (914.81kB)
[INFO] Fetching org.eclipse.wst.wsi.ui_1.1.100.v202007221938.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (82.17kB)
[INFO] Fetching org.eclipse.wst.ws_ui.feature_3.9.100.v202004082157.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.56kB)
[INFO] Fetching org.eclipse.wst.wsdl.ui.doc.user_1.0.850.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (90.43kB)
[INFO] Fetching org.eclipse.wst.wsi.ui.doc.user_1.0.750.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (52.91kB)
[INFO] Fetching org.eclipse.wst.command.env.doc.user_1.5.400.v201903222115.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/plugins/ (40.32kB)
[INFO] Fetching org.eclipse.wst.ws_userdoc.feature_3.1.501.v201909051708.jar from https://download.eclipse.org/webtools/downloads/drops/R3.29.0/R-3.29.0-20230303230236/repository/features/ (33.53kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.6.0.v20230328-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (21.22kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.4.0.v20230328-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (60.73kB)
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-epp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-epp ---
[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:2.7.5:archive-repository (default-archive-repository) @ birt-epp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-epp/target/birt-epp-4.14.0-202306061713.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-epp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-epp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-epp ---
[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-epp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-epp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-epp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-epp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-epp/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.rcp >------
[INFO] Building org.eclipse.birt.report.designer.ui.rcp 4.14.0-SNAPSHOT [236/288]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.rcp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.rcp...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.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.rcp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.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.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.rcp/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.rcp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.rcp/target/org.eclipse.birt.report.designer.ui.rcp-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.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.rcp/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.rcp ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.rcp ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.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.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.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.rcp/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.rcp >-----------
[INFO] Building org.eclipse.birt.rcp 4.14.0-SNAPSHOT                  [237/288]
[INFO]   from features/org.eclipse.birt.rcp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.rcp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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/features/org.eclipse.birt.rcp.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.feature/target/org.eclipse.birt.rcp-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.rcp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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/features/org.eclipse.birt.rcp.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.feature/target/jacoco.exec
[INFO] 
[INFO] ------------------< org.eclipse.birt:birt-report-rcp >------------------
[INFO] Building birt-report-rcp 4.14.0-SNAPSHOT                       [238/288]
[INFO]   from build/birt-packages/birt-report-rcp/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-rcp ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-rcp ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-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/build/birt-packages/birt-report-rcp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-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/build/birt-packages/birt-report-rcp/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-rcp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-rcp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.eclipse.equinox.executable_3.8.2100.v20230415-0944.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (435.93kB)
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-rcp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-rcp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-rcp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching 17.0.7&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/17/updates/release/ (63B)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (112.29MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (28.97MB of 112.29MB at 28.97MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (58.48MB of 112.29MB at 29.24MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (87.63MB of 112.29MB at 29.21MB/s)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (302.99kB)
[INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (77.95kB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (38.76kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (198.71kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (57.69kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (844.43kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (909.51kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (262.89kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (29.78kB)
[INFO] Fetching org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.85MB)
[INFO] Fetching org.apache.lucene.core_9.4.2.v20221211-0752.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.69MB)
[INFO] Fetching org.apache.lucene.analysis-smartcn_9.4.2.v20221211-0752.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.compare.win32_1.3.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (46.18kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.10.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (81.83kB)
[INFO] Fetching org.eclipse.datatools.common.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (50.51kB)
[INFO] Fetching org.eclipse.datatools.common.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.79kB)
[INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (84kB)
[INFO] Fetching org.eclipse.datatools.connectivity.doc.user.contexts_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (22.62kB)
[INFO] Fetching org.eclipse.datatools.connectivity.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.83kB)
[INFO] Fetching org.eclipse.datatools.connectivity.oda.flatfile.ui_3.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (109.02kB)
[INFO] Fetching org.eclipse.datatools.enablement.apache.derby.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.85kB)
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (32.32kB)
[INFO] Fetching org.eclipse.datatools.enablement.hsqldb.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.iseries.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (36.81kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.luw.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (44.07kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.db2.zseries.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.informix.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (31.33kB)
[INFO] Fetching org.eclipse.datatools.enablement.ibm.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.94kB)
[INFO] Fetching org.eclipse.datatools.enablement.ingres_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (115.48kB)
[INFO] Fetching org.eclipse.datatools.enablement.ingres.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.25kB)
[INFO] Fetching org.eclipse.datatools.enablement.ingres.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (190.33kB)
[INFO] Fetching org.eclipse.datatools.enablement.ingres.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.87kB)
[INFO] Fetching org.eclipse.datatools.sqltools.routineeditor.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (171.8kB)
[INFO] Fetching org.eclipse.datatools.enablement.jdt.classpath_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (28.57kB)
[INFO] Fetching org.eclipse.datatools.enablement.jdt.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.75kB)
[INFO] Fetching org.eclipse.datatools.enablement.msft.sqlserver.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (49.14kB)
[INFO] Fetching org.eclipse.datatools.enablement.msft.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.83kB)
[INFO] Fetching org.eclipse.datatools.enablement.mysql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (20.7kB)
[INFO] Fetching org.eclipse.datatools.enablement.mysql.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB)
[INFO] Fetching org.eclipse.datatools.enablement.oda.ws.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (115.14kB)
[INFO] Fetching org.eclipse.datatools.enablement.oda.designer.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB)
[INFO] Fetching org.eclipse.datatools.enablement.oracle.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (31.5kB)
[INFO] Fetching org.eclipse.datatools.enablement.oracle.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.81kB)
[INFO] Fetching org.eclipse.datatools.enablement.postgresql.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (19.26kB)
[INFO] Fetching org.eclipse.datatools.enablement.postgresql.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.82kB)
[INFO] Fetching org.eclipse.datatools.enablement.sap.maxdb.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (21.13kB)
[INFO] Fetching org.eclipse.datatools.enablement.sap.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.83kB)
[INFO] Fetching org.eclipse.datatools.enablement.sqlite_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (29.08kB)
[INFO] Fetching org.eclipse.datatools.enablement.sqlite.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (15.54kB)
[INFO] Fetching org.eclipse.datatools.enablement.sqlite.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (30.11kB)
[INFO] Fetching org.eclipse.datatools.enablement.sqlite.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.87kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (165.25kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.models_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (51.43kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.asa_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (291.11kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.models_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (200.07kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.71kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples_2.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (649.95kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (71.54kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.asa.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (88.86kB)
[INFO] Fetching org.eclipse.datatools.sqltools.debugger.core_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (60.01kB)
[INFO] Fetching org.eclipse.datatools.sqltools.debugger.core.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (86.97kB)
[INFO] Fetching org.eclipse.datatools.sqltools.sqlscrapbook_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (146.78kB)
[INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (26.35kB)
[INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (241.04kB)
[INFO] Fetching org.eclipse.datatools.sqltools.schemaobjecteditor.ui.pages_1.4.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (76.97kB)
[INFO] Fetching org.eclipse.datatools.sqltools.ddlgen.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (84kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.ase_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (306.48kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.models_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (238.23kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.dbdefinition_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.ase.ui_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (83.49kB)
[INFO] Fetching org.eclipse.datatools.enablement.sybase.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.92kB)
[INFO] Fetching org.eclipse.datatools.intro_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (39.04kB)
[INFO] Fetching org.eclipse.datatools.intro_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.65kB)
[INFO] Fetching org.eclipse.datatools.sqltools.data.ui_1.5.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (128.48kB)
[INFO] Fetching org.eclipse.datatools.sqltools.tabledataeditor_1.3.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (40.04kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.data.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.84kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.ddl.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.69kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.ddlgen.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.9kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (21.02kB)
[INFO] Fetching org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.79kB)
[INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (160.92kB)
[INFO] Fetching org.eclipse.datatools.sqltools.doc.user.contexts_1.8.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/plugins/ (17.05kB)
[INFO] Fetching org.eclipse.datatools.sqltools.doc.user_1.15.0.202305310959.jar from https://download.eclipse.org/datatools/updates/milestone/S202305311642/features/ (20.88kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.1.0.v20230429-1604.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (88.87kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.jface.notifications_0.6.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (32.89kB)
[INFO] Fetching org.eclipse.e4.rcp_4.28.0.v20230525-0648.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (22.74kB)
[INFO] Fetching org.eclipse.ecf_3.11.0.v20230507-1923.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (133.18kB)
[INFO] Fetching org.eclipse.ecf.identity_3.10.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (67.72kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20230507-1923.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (21.56kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.3.0.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20230507-1921.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (21.52kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.3.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (134.87kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (29.65kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (84.98kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.1.0.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (24.79kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.701.v20230423-0417.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (29.69kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.1.0.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (11.58kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20230422-0242.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (25.56kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (270.24kB)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.3.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.5.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (88.07kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.4.0.v20230415-1327.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (47.97kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1800.v20230509-1332.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (21.47kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.3.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (61.66kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.2000.v20230509-1332.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.92kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.6.0.v20230425-1532.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (109kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (20.11kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.3.0.v20230507-1427.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (80.71kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.2000.v20230510-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.87kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.4.0.v20230330-0930.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (131.38kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.2000.v20230510-1208.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.75kB)
[INFO] Fetching org.eclipse.help.ui_4.5.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (536.91kB)
[INFO] Fetching org.eclipse.help.webapp_3.11.0.v20230503-0629.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (739.2kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.15.jar from https://download.eclipse.org/oomph/jetty/release/10.0.15/plugins/ (62.46kB)
[INFO] Fetching org.eclipse.help_2.3.1400.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (21.32kB)
[INFO] Fetching org.eclipse.jsch.core_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (43.19kB)
[INFO] Fetching org.eclipse.jsch.ui_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (95.5kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (19.67kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/features/ (23.27kB)
[INFO] Fetching org.eclipse.platform_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (586.4kB)
[INFO] Fetching org.eclipse.platform.doc.user_4.28.0.v20230601-1614.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (4.21MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.2.100.v20230427-1010.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (97.65kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.5.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (2.1MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.3.0.v20230317-0802.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (61.72kB)
[INFO] Fetching org.eclipse.ui.net_1.5.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (47.76kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.2200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (34.02kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.2.0.v20230429-1610.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.2.0.v20230317-0901.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/plugins/ (18.13kB)
[INFO] Fetching org.eclipse.platform_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (22.28kB)
[INFO] Fetching org.eclipse.platform_root_4.28.0.v20230605-0440 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/binary/ (196B)
[INFO] Fetching org.eclipse.rcp.configuration_1.1.2000.v20221201-1120.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/features/ (20.63kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.win32.win32.x86_64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (270.24kB)
[INFO] Fetching org.eclipse.rcp_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/plugins/ (12.91kB)
[INFO] Fetching org.eclipse.rcp_4.28.0.v20230605-0440.jar from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/features/ (20.95kB)
[INFO] Fetching org.eclipse.rcp_root_4.28.0.v20230605-0440 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230605-0440/binary/ (20.24kB)
[INFO] Fetching org.eclipse.xsd.edit_2.15.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.88kB)
[INFO] Fetching org.eclipse.xsd_2.21.0.v20230315-1321.jar from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202304250538/features/ (20.87kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (115.09MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (28.66MB of 115.09MB at 28.65MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (57.46MB of 115.09MB at 28.73MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (86.85MB of 115.09MB at 28.95MB/s)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (35.64kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.gtk.linux.x86_64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (34.83kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (114.8MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (28.85MB of 114.8MB at 28.84MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (56.95MB of 114.8MB at 28.47MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (85.75MB of 114.8MB at 28.58MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (114.27MB of 114.8MB at 28.57MB/s)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (35.52kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.gtk.linux.aarch64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (34.71kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (113.66MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (29.41MB of 113.66MB at 29.41MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (57.73MB of 113.66MB at 28.86MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (87.1MB of 113.66MB at 29.03MB/s)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (17.02kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.x86_64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (16.22kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (112.47MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (28.16MB of 112.47MB at 28.16MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (57.14MB of 112.47MB at 28.57MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.7.v20230425-1502.jar from https://download.eclipse.org/justj/jres/17/updates/release/17.0.7/plugins/ (85.43MB of 112.47MB at 28.47MB/s)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2100.v20230415-0944 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (16.44kB)
[INFO] Fetching org.eclipse.rcp.configuration_root.cocoa.macosx.aarch64_1.1.2000.v20221201-1120 from https://download.eclipse.org/eclipse/updates/4.28-I-builds/I20230601-1220/binary/ (15.81kB)
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-rcp ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-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-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-rcp ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/birt-report-rcp-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:materialize-products (create-product-distributions) @ birt-report-rcp ---
[INFO] Installing product org.eclipse.birt.report.designer.rcp for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/win32/win32/x86_64/birt
Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061713.
Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 24811 ms.
[INFO] Installing product org.eclipse.birt.report.designer.rcp for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/linux/gtk/x86_64/birt
Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061713.
Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 18455 ms.
[INFO] Installing product org.eclipse.birt.report.designer.rcp for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/linux/gtk/aarch64/birt
Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061713.
Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 19105 ms.
[INFO] Installing product org.eclipse.birt.report.designer.rcp for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/macosx/cocoa/x86_64/birt.app
Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061713.
Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 17545 ms.
[INFO] Installing product org.eclipse.birt.report.designer.rcp for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/org.eclipse.birt.report.designer.rcp/macosx/cocoa/aarch64/birt.app
Installing org.eclipse.birt.report.designer.rcp 4.14.0.v202306061713.
Installing org.eclipse.birt.rcp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 24161 ms.
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:archive-products (create-product-distributions) @ birt-report-rcp ---
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061713-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061713-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061713-linux.gtk.aarch64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061713-macosx.cocoa.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.14.0-202306061713-macosx.cocoa.aarch64.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-rcp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-rcp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-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/build/birt-packages/birt-report-rcp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-report-rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-report-rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-report-rcp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt:birt-report-all-in-one >---------------
[INFO] Building birt-report-all-in-one 4.14.0-SNAPSHOT                [239/288]
[INFO]   from build/birt-packages/birt-report-all-in-one/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-all-in-one ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-all-in-one ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-all-in-one ---
[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-report-all-in-one/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-all-in-one ---
[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-report-all-in-one/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-all-in-one ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-all-in-one ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] publishing result: [The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-all-in-one ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-all-in-one ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-all-in-one ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (1.16MB)
[INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (323.79kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (300.96kB)
[INFO] Fetching org.apache.ws.commons.util_1.0.2.v20160817-1930.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (46.78kB)
[INFO] Fetching org.apache.xmlrpc.client_3.1.3.v20160817-1930.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (73.89kB)
[INFO] Fetching org.apache.xmlrpc.common_3.1.3.v20181004-1955.jar from https://download.eclipse.org/oomph/simrel-orbit/milestone/S202305311416/plugins/ (129.32kB)
[INFO] Fetching org.eclipse.mylyn.bugzilla.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (274.3kB)
[INFO] Fetching org.eclipse.mylyn.commons.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.mylyn.commons.net_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (85.77kB)
[INFO] Fetching org.eclipse.mylyn.commons.xmlrpc_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (39kB)
[INFO] Fetching org.eclipse.mylyn.tasks.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (491.21kB)
[INFO] Fetching org.eclipse.mylyn.bugzilla.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (290.07kB)
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (331.05kB)
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (178.66kB)
[INFO] Fetching org.eclipse.mylyn.tasks.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (1.98MB)
[INFO] Fetching org.eclipse.mylyn.bugzilla_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.9kB)
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (111.38kB)
[INFO] Fetching org.eclipse.mylyn.commons_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.82kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (47kB)
[INFO] Fetching org.eclipse.mylyn.commons.identity_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (16.02kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.feed_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (32.86kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (63.4kB)
[INFO] Fetching org.eclipse.mylyn.commons.notifications_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.87kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (50.21kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (99.28kB)
[INFO] Fetching org.eclipse.mylyn.commons.repositories_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.86kB)
[INFO] Fetching org.eclipse.mylyn.context.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (128.54kB)
[INFO] Fetching org.eclipse.mylyn.monitor.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (40.66kB)
[INFO] Fetching org.eclipse.mylyn.context.tasks.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (111.02kB)
[INFO] Fetching org.eclipse.mylyn.context.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (166.97kB)
[INFO] Fetching org.eclipse.mylyn.monitor.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (53.45kB)
[INFO] Fetching org.eclipse.mylyn.resources.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (70.34kB)
[INFO] Fetching org.eclipse.mylyn.context_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.86kB)
[INFO] Fetching org.eclipse.mylyn.debug.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (38.5kB)
[INFO] Fetching org.eclipse.mylyn.ide.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (37.29kB)
[INFO] Fetching org.eclipse.mylyn.discovery.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (90.76kB)
[INFO] Fetching org.eclipse.mylyn.discovery.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (95.2kB)
[INFO] Fetching org.eclipse.mylyn.discovery_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.ide.ant_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (28.16kB)
[INFO] Fetching org.eclipse.mylyn.ide_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.86kB)
[INFO] Fetching org.eclipse.mylyn.java.tasks_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (24.1kB)
[INFO] Fetching org.eclipse.mylyn.java.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (165.32kB)
[INFO] Fetching org.eclipse.mylyn.java_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.96kB)
[INFO] Fetching org.eclipse.mylyn.monitor_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.79kB)
[INFO] Fetching org.eclipse.mylyn.tasks.bugs_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (95.95kB)
[INFO] Fetching org.eclipse.mylyn.help.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (1.22MB)
[INFO] Fetching org.eclipse.mylyn.tasks.ide_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.83kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.core_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (34.7kB)
[INFO] Fetching org.eclipse.mylyn.tasks.index.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (31.92kB)
[INFO] Fetching org.eclipse.mylyn.tasks.search_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (70.8kB)
[INFO] Fetching org.eclipse.mylyn.team.ui_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/plugins/ (137.46kB)
[INFO] Fetching org.eclipse.mylyn.team_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (20.83kB)
[INFO] Fetching org.eclipse.mylyn_feature_3.26.1.v20230604-1755.jar from https://download.eclipse.org/mylyn/updates/milestone/S202306041800/features/ (21.42kB)
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-all-in-one ---
[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:2.7.5:archive-repository (default-archive-repository) @ birt-report-all-in-one ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/birt-report-all-in-one-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:materialize-products (create-product-distributions) @ birt-report-all-in-one ---
[INFO] Installing product org.eclipse.birt.report.designer.all for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse
Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 25544 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/linux/gtk/x86_64/eclipse
Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 18363 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/linux/gtk/aarch64/eclipse
Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 25068 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/x86_64/eclipse.app
Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 22790 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/aarch64/eclipse.app
Installing org.eclipse.birt.report.designer.all 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.chart.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.cshelp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.doc.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.example.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202305311622.
Installing org.eclipse.datatools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.intro.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202305310959.
Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202305310959.
Installing org.eclipse.draw2d.feature.group 3.16.0.202305312117.
Installing org.eclipse.e4.rcp.feature.group 4.28.0.v20230525-0648.
Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20230507-1923.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20230507-1921.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20230422-0242.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20230422-0242.
Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.34.0.v20230326-0924.
Installing org.eclipse.emf.codegen.ecore.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
Installing org.eclipse.emf.common.ui.feature.group 2.20.0.v20230211-1150.
Installing org.eclipse.emf.common.feature.group 2.29.0.v20230315-1321.
Installing org.eclipse.emf.converter.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.databinding.edit.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.databinding.feature.group 1.10.0.v20230211-1150.
Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.ecore.feature.group 2.32.0.v20230406-1203.
Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
Installing org.eclipse.emf.edit.feature.group 2.19.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.emf.feature.group 2.34.0.v20230406-1334.
Installing org.eclipse.equinox.p2.core.feature.feature.group 1.6.1800.v20230509-1332.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2000.v20230509-1332.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2000.v20230510-1208.
Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2000.v20230510-1208.
Installing org.eclipse.gef.feature.group 3.16.0.202305312117.
Installing org.eclipse.help.feature.group 2.3.1400.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Installing org.eclipse.mylyn.bugzilla_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.identity.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.notifications.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.repositories.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.commons.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.context_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.discovery.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.ide_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.java_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.monitor.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.tasks.ide.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn.team_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.mylyn_feature.feature.group 3.26.1.v20230604-1755.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.rcp.configuration.feature.group 1.1.2000.v20221201-1120.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
Installing org.eclipse.xsd.feature.group 2.21.0.v20230315-1321.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.7.v20230425-1502.
Operation completed in 19367 ms.
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:archive-products (create-product-distributions) @ birt-report-all-in-one ---
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061713-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061713-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061713-linux.gtk.aarch64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061713-macosx.cocoa.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.14.0-202306061713-macosx.cocoa.aarch64.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-all-in-one ---
[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-report-all-in-one/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-report-all-in-one ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-report-all-in-one ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-report-all-in-one ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/jacoco.exec
[INFO] 
[INFO] ---------------< org.eclipse.birt:birt-report-framework >---------------
[INFO] Building birt-report-framework 4.14.0-SNAPSHOT                 [240/288]
[INFO]   from build/birt-packages/birt-report-framework/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-framework ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-framework ---
[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-report-framework/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-framework ---
[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-report-framework/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-framework ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-framework ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-framework ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-framework ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-framework ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-framework ---
[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:2.7.5:archive-repository (default-archive-repository) @ birt-report-framework ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/target/birt-report-framework-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-framework ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ birt-report-framework ---
[INFO] Executing tasks
[INFO]      [copy] Copying 142 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/target/eclipse
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/target/birt-report-framework-4.14.0-202306061713.zip
[INFO]    [delete] Deleting directory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/target/eclipse
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-framework ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-framework ---
[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-report-framework/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-report-framework ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-report-framework ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-report-framework ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:org.eclipse.birt.doc.isv >--------------
[INFO] Building org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT              [241/288]
[INFO]   from docs/org.eclipse.birt.doc.isv/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.doc.isv ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc.isv ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc.isv ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.doc.isv ---
[INFO] Resolving class path of org.eclipse.birt.doc.isv...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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.doc.isv/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.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.doc.isv/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- antrun:3.0.0:run (javadoc) @ org.eclipse.birt.doc.isv ---
[INFO] Executing tasks
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/CachedImage.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ComponentID.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/CompressionMode.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DOCRenderContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataExtractionFormatInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataExtractionOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataID.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DataSetID.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DefaultStatusHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DocumentUtil.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/DocxRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EXCELRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EmitterInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConstants.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineException.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLActionHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLEmitterConfig.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLImageHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IAction.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IBookmarkInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICascadingParameterGroup.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICascadingParameterSelectionChoice.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ICubeExtractionResults.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataAction.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataExtractionTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDataIterator.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDatasetPreviewTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDocument.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDocumentWriter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IDynamicFilterParameterDefn.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineConfig.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IEngineTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExcelRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionResults.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IExtractionTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IGetParameterDefinitionTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLActionHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLImageHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IHTMLRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IImage.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IMetadataFilter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPDFRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPPTRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPageHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterDefn.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterDefnBase.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterGroupDefn.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IParameterSelectionChoice.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IPostscriptRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IProgressMonitor.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRenderTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocument.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentHelper.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentLock.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportDocumentLockManager.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngine.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportEngineFactory.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportPart.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IReportRunnable.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultMetaData.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IResultSetItem.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunAndRenderTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunTask.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IRunnable.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IScalarParameterDefn.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/IStatusHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ITOCTree.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ITaskOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ImageSize.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/InstanceID.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/PDFRenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/RenderOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/RenderOptionBase.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportEngine.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportParameterConverter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/ReportRunner.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TOCNode.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TOCStyle.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/TaskOption.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/UnsupportedFormatException.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IAutoTextContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IBandContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ICellContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IColumn.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContainerContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IContentVisitor.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDataContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IDrillThroughAction.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IElement.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IForeignContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IGroupContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IHyperlinkAction.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IImageContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ILabelContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListBandContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IListGroupContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/INode.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IPageContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IReportContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IRowContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyle.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IStyledElement.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableBandContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITableGroupContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/ITextContent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/IContentEmitter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/IEmitterServices.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/emitter/ImageReader.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IBaseResultSet.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/ICubeResultSet.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IDataExtractionExtension.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExecutorContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExtendedItem.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IExtendedItemFactory.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnCreateEvent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnPrepareEvent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IOnRenderEvent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IPreparationContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IQueryContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IQueryResultSet.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEvent.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEventContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemExecutor.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGeneration.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemGenerationInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPreparation.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPreparationInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentation.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemPresentationInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IReportItemQuery.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IRowMetaData.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/extension/IRowSet.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/IContentWrapper.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ItemExecutorWrapper.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/IPage.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/IPageDevice.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/emitter/Image.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/IInlineStackingLayout.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineBlockLayout.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineContainerLayout.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineStackingLayout.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineTextLayout.java...
[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.doc.isv/engine/api/org/eclipse/birt/report/engine/api/CachedImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ComponentID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/CompressionMode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataExtractionFormatInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataExtractionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DataSetID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DefaultStatusHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DOCRenderContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DocumentUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/DocxRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EmitterInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EngineConfig.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java:175: warning: @param argument "extensionID" is not a parameter name.
[WARNING]   [javadoc] 	 * @param extensionID     identifier for the emitter
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EngineConfig.java:176: warning: @param argument "extensionConfig" is not a parameter name.
[WARNING]   [javadoc] 	 * @param extensionConfig configuration object for the emitter, which must be an
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EngineConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EngineException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/EXCELRenderOption.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EXCELRenderOption.java:74: warning: @param argument "hide" is not a parameter name.
[WARNING]   [javadoc] 	 * @param hide gridlines
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/EXCELRenderOption.java:83: warning: @param argument "hide" is not a parameter name.
[WARNING]   [javadoc] 	 * @param hide gridlines
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLActionHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java:59: warning: Tag @see: reference not found: org.eclipse.birt.report.engine.api2.IHTMLImageHandler#onDesignImage(org.eclipse.birt.report.engine.api2.IImage,
[WARNING]   [javadoc] 	 * @see org.eclipse.birt.report.engine.api2.IHTMLImageHandler#onDesignImage(org.eclipse.birt.report.engine.api2.IImage,
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc]         java.lang.Object)
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLEmitterConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLImageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLRenderContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/HTMLServerImageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IAutoTextContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IBandContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IBaseResultSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IBookmarkInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ICascadingParameterGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ICascadingParameterSelectionChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ICellContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IContainerContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/IContentEmitter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IContentVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/IContentWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ICubeExtractionResults.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/ICubeResultSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IDataContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IDataExtractionExtension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataExtractionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataExtractionTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDataIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDatasetPreviewTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDocument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDocumentWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IDrillThroughAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IDynamicFilterParameterDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/IEmitterServices.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IEngineConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IEngineTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExcelRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IExecutorContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IExtendedItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IExtendedItemFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExtractionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExtractionResults.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IExtractionTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IForeignContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IGetParameterDefinitionTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IGroupContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IHTMLActionHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IHTMLImageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IHTMLRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IHyperlinkAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IImageContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/IInlineStackingLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ILabelContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IListBandContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IListContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IListGroupContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/Image.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/ImageLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/ImageReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ImageSize.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IMetadataFilter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineBlockLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineContainerLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineStackingLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/InlineTextLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/INode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/InstanceID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IOnCreateEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IOnPrepareEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IOnRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/IPage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IPageContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/IPageDevice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterDefnBase.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterGroupDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IParameterSelectionChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPDFRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPostscriptRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IPPTRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IPreparationContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IProgressMonitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IQueryContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IQueryResultSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRenderTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IReportContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentLock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportDocumentLockManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportEventContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemExecutor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemGeneration.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemGenerationInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPreparation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPreparationInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPresentation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemPresentationInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IReportItemQuery.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportPart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IReportRunnable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IResultMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IResultSetItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IRowContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IRowMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/IRowSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRunAndRenderTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRunnable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IRunTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IScalarParameterDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/IStatusHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/IStyledElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITableBandContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITableContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITableGroupContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ITaskOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/ItemExecutorWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/ITextContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ITOCTree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/PDFRenderContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/PDFRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/RenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/RenderOptionBase.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ReportEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ReportParameterConverter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/ReportRunner.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/TaskOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/TOCNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/TOCStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/UnsupportedFormatException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/constant-values.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/serialized-form.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/CachedImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ComponentID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/CompressionMode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DOCRenderContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DataExtractionFormatInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DataExtractionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DataID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DataSetID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DefaultStatusHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DocumentUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/DocxRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/EXCELRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/EmitterInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/EngineConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/EngineConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/EngineException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/HTMLActionHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/HTMLCompleteImageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/HTMLEmitterConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/HTMLImageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/HTMLRenderContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/HTMLRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/HTMLServerImageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IBookmarkInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ICascadingParameterGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ICascadingParameterSelectionChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ICubeExtractionResults.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDataAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDataExtractionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDataExtractionTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDataIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDatasetPreviewTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDocument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDocumentWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IDynamicFilterParameterDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IEngineConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IEngineTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IExcelRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IExtractionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IExtractionResults.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IExtractionTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IGetParameterDefinitionTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IHTMLActionHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IHTMLImageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IHTMLRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IMetadataFilter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IPDFRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IPPTRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IPageHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IParameterDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IParameterDefnBase.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IParameterGroupDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IParameterSelectionChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IPostscriptRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IProgressMonitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IRenderTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportDocument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportDocumentHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportDocumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportDocumentLock.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportDocumentLockManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportPart.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IReportRunnable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IResultMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IResultSetItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IRunAndRenderTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IRunTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IRunnable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IScalarParameterDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/IStatusHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ITOCTree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ITaskOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ImageSize.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/InstanceID.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/PDFRenderContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/PDFRenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/RenderOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/RenderOptionBase.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ReportEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ReportParameterConverter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/ReportRunner.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/TOCNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/TOCStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/TaskOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/class-use/UnsupportedFormatException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IAutoTextContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IBandContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/ICellContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IContainerContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IContentVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IDataContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IDrillThroughAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IForeignContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IGroupContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IHyperlinkAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IImageContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/ILabelContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IListBandContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IListContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IListGroupContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/INode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IPageContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IReportContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IRowContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/IStyledElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/ITableBandContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/ITableContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/ITableGroupContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/class-use/ITextContent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/class-use/IContentEmitter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/class-use/IEmitterServices.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/class-use/ImageReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IBaseResultSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/ICubeResultSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IDataExtractionExtension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IExecutorContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IExtendedItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IExtendedItemFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IOnCreateEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IOnPrepareEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IOnRenderEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IPreparationContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IQueryContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IQueryResultSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportEventContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemExecutor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemGeneration.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemGenerationInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemPreparation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemPreparationInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemPresentation.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemPresentationInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IReportItemQuery.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IRowMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/class-use/IRowSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/class-use/IContentWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/class-use/ItemExecutorWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/class-use/IPage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/class-use/IPageDevice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/class-use/Image.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/class-use/IInlineStackingLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/class-use/ImageLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/class-use/InlineBlockLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/class-use/InlineContainerLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/class-use/InlineStackingLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/class-use/InlineTextLayout.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/api/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/content/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/emitter/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/extension/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/content/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/emitter/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/org/eclipse/birt/report/engine/layout/pdf/emitter/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/deprecated-list.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/index.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/index-all.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/overview-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/engine/api/help-doc.html...
[WARNING]   [javadoc] 5 warnings
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/EngineScriptableClassInfo.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IColumnMetaData.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IDataSetRow.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IRowData.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IScriptedDataSetMetaData.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IUpdatableDataSetRow.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/ScriptException.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/ScriptMethodVisibilityUtil.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IAction.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IAutoText.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ICell.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IColumn.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataBinding.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataItem.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataSet.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDataSource.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDesignElement.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IDynamicText.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IFilterCondition.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IGrid.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IGroup.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IHideRule.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IHighlightRule.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IImage.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ILabel.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IList.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IListGroup.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IListing.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IMasterPage.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportDesign.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportElement.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportItem.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IResultSetColumn.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IRow.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IScriptAPIFactory.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IScriptStyleDesign.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ISortCondition.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ITable.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ITableGroup.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ITextItem.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/ScriptAPIFactory.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/StructureScriptAPIFactory.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/AutoTextEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/CellEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DataItemEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DataSetEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DataSourceEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/DynamicTextEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/GridEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ImageEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/LabelEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ListEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ListGroupEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/MasterPageEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ReportEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/RowEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ScriptedDataSetEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/ScriptedDataSourceEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/TableEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/TableGroupEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventadapter/TextItemEventAdapter.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IAutoTextEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ICellEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDataItemEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDataSetEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDataSourceEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IDynamicTextEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IGridEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IImageEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ILabelEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IListEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IListGroupEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IMasterPageEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IReportEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IRowEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IScriptedDataSetEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/IScriptedDataSourceEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ITableEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ITableGroupEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/eventhandler/ITextItemEventHandler.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IAbstractTextInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IActionInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IAutoTextInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ICellInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IColumnInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataItemInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSourceInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDrillThroughInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDynamicTextInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IGridInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IImageInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ILabelInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IListInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IPageInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IReportElementInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IReportItemInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IRowInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IScriptStyle.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ITableInstance.java...
[WARNING]   [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/ITextItemInstance.java...
[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.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/AutoTextEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/CellEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/DataItemEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/DataSetEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/DataSourceEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/DynamicTextEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/EngineScriptableClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/GridEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IAbstractTextInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IActionInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IAutoText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IAutoTextEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IAutoTextInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/ICell.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/ICellEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/ICellInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IColumnInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IColumnMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IDataBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IDataItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IDataItemEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IDataItemInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IDataSetEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IDataSetInstance.java:62: warning: @return tag cannot be used in method with void return type.
[WARNING]   [javadoc] 	void setQueryText(String queryText) throws ScriptException;
[WARNING]   [javadoc] 	     ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IDataSetRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IDataSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IDataSourceEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IDataSourceInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IDesignElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IDrillThroughInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IDynamicText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IDynamicTextEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IDynamicTextInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IFilterCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IGrid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IGridEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IGridInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IHideRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IHighlightRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IImageEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IImageInstance.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/instance/IImageInstance.java:39: warning: @param argument "altText" is not a parameter name.
[WARNING]   [javadoc] 	 * @param altText
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/ILabel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/ILabelEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/ILabelInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IListEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IListGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IListGroupEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IListing.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IListInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/ImageEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IMasterPage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IMasterPageEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IPageInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IReportContext.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java:161: warning: invalid input: '&Country'
[WARNING]   [javadoc] 	 * Language&Country, language, default.
[WARNING]   [javadoc] 	           ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/IReportContext.java:187: warning: invalid input: '&Country'
[WARNING]   [javadoc] 	 * Language&Country, language, default.
[WARNING]   [javadoc] 	           ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IReportDesign.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/script/element/IReportDesign.java:211: warning: @param argument "action" is not a parameter name.
[WARNING]   [javadoc] 	 * @param action the structure handle
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IReportElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IReportElementInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IReportEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IReportItemInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IRowData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IRowEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IRowInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IScriptAPIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IScriptedDataSetEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IScriptedDataSetMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/IScriptedDataSourceEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/IScriptStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/IScriptStyleDesign.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/ISortCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/ITable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/ITableEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/ITableGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/ITableGroupEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/ITableInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/ITextItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/ITextItemEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/ITextItemInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/IUpdatableDataSetRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/LabelEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/ListEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/ListGroupEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/MasterPageEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/ReportEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/RowEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/ScriptAPIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/ScriptedDataSetEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/ScriptedDataSourceEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/ScriptException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/ScriptMethodVisibilityUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/StructureScriptAPIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/TableEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/TableGroupEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/TextItemEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/constant-values.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/serialized-form.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/EngineScriptableClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/IColumnMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/IDataSetRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/IReportContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/IRowData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/IScriptedDataSetMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/IUpdatableDataSetRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/ScriptException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/class-use/ScriptMethodVisibilityUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IAutoText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/ICell.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IDataBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IDataItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IDataSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IDesignElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IDynamicText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IFilterCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IGrid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IHideRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IHighlightRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/ILabel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IListGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IListing.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IMasterPage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IReportDesign.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IReportElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IScriptAPIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/IScriptStyleDesign.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/ISortCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/ITable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/ITableGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/ITextItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/ScriptAPIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/class-use/StructureScriptAPIFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/AutoTextEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/CellEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/DataItemEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/DataSetEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/DataSourceEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/DynamicTextEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/GridEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/ImageEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/LabelEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/ListEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/ListGroupEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/MasterPageEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/ReportEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/RowEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/ScriptedDataSetEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/ScriptedDataSourceEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/TableEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/TableGroupEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/class-use/TextItemEventAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IAutoTextEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/ICellEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IDataItemEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IDataSetEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IDataSourceEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IDynamicTextEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IGridEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IImageEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/ILabelEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IListEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IListGroupEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IMasterPageEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IReportEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IRowEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IScriptedDataSetEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/IScriptedDataSourceEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/ITableEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/ITableGroupEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/class-use/ITextItemEventHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IAbstractTextInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IActionInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IAutoTextInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/ICellInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IColumnInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IDataItemInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IDataSetInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IDataSourceInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IDrillThroughInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IDynamicTextInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IGridInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IImageInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/ILabelInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IListInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IPageInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IReportElementInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IReportItemInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IRowInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/IScriptStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/ITableInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/class-use/ITextItemInstance.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/element/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventadapter/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/eventhandler/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/org/eclipse/birt/report/engine/api/script/instance/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/deprecated-list.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/index.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/index-all.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/overview-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/enginescript/api/help-doc.html...
[WARNING]   [javadoc] 5 warnings
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.activity...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.command...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.core...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.css...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.elements...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.elements.structures...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.elements.table...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.extension...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.filterExtension...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.filterExtension.interfaces...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.impl...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.metadata...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.oda...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.oda.interfaces...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.olap...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.scripts...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.simpleapi...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.util...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.report.model.api.validators...
[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.doc.isv/model/api/org/eclipse/birt/report/model/api/AbstractScalarParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AbstractScalarParameterHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AbstractThemeHandle.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/AbstractThemeHandle.java:229: warning: Tag @see: reference not found: org.eclipse.birt.report.model.api.AbstractThemeHandle#addCssByFileName(java.lang
[WARNING]   [javadoc] 	 * @see org.eclipse.birt.report.model.api.AbstractThemeHandle#addCssByFileName(java.lang
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc]         .String)
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/AbstractThemeHandle.java:394: warning: Tag @see: reference not found: org.eclipse.birt.report.model.api.AbstractThemeHandle#renameCssByProperties(org.eclipse
[WARNING]   [javadoc] 	 * @see org.eclipse.birt.report.model.api.AbstractThemeHandle#renameCssByProperties(org.eclipse
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc]         .birt.report.model.api.IncludedCssStyleSheetHandle, java.lang.String,
[WARNING]   [javadoc]         java.lang.String, java.lang.Boolean)
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AccessControlHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/Action.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ActionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/ActivityStackEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/ActivityStackListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/AggregationArgument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AggregationArgumentHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/AggregationDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ArgumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ArgumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ArgumentInfoList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ArgumentInfoList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/AttributeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/AutoTextHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/BasicLayoutStrategies.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/BookmarkValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/BundleFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/CachedMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CachedMetaDataHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/CalculationArgument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CalculationArgumentHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CascadingParameterGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CascadingParameterGroupHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/CascadingParameterTypeValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CellHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/CellOverlappingValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ChoiceDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CircularExtendsException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColorHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ColorUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColumnBandData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ColumnBindingUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ColumnHint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ColumnHintHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CommandStack.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/CompatibilityStatus.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/CompatibilityUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ComplexValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ComputedColumn.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/ComputedColumn.java:516: warning: @param argument "expression" is not a parameter name.
[WARNING]   [javadoc] 	 * @param expression the expression to set
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/elements/structures/ComputedColumn.java:630: warning: @param argument "offset" is not a parameter name.
[WARNING]   [javadoc] 	 * @param offset
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ComputedColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ConfigVariable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ConfigVariableHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ConstructorInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ContentElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ContentEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ContentException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ContentReplaceEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/CopyUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CssEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CssException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CssReloadedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CssSharedStyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/CssStyleSheetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/CubeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/CubeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/CustomColor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/CustomColorHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CustomMsgEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/CustomMsgException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataColumnNameValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetNameRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetNameRequiredValidatorImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/DataSetParameter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataSetParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/DataSetResultSetValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DataSourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/DataTypeConvertUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/DateFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/DateTimeFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DefaultResourceLocator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DerivedDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/DesignChoiceConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignElementHandle.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DesignElementHandle.java:447: warning: @param argument "module" is not a parameter name.
[WARNING]   [javadoc] 	 * @param module   the module
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/DesignEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/DesignEngineImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignFileException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DesignVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/DimensionCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DimensionConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/DimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/DimensionJoinCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DimensionJoinConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/DimensionUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/DimensionValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/DisposeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/DocumentUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/DynamicFilterParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ElementCommand.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ElementDeletedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ElementDetailHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ElementExportUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ElementExportUtilImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ElementExtendsValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ElementLocalizeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ElementReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/EmbeddedImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/EmbeddedImageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/EmptyGroupElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/EncryptionEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/EncryptionException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ErrorCodes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ErrorDetail.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/Expression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExpressionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExpressionListHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExpressionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ExtendedElementException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExtendedItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ExtendedProperty.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ExtendedPropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtendsEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtendsException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtendsForbiddenException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ExtensionPropertyDefinitionEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ExtensionValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FactoryElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FactoryPropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/FillCellsStrategy.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/FilterCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FilterConditionElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FilterConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/FilterExprDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FontHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/FormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FormatValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/FreeFormHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GraphicMasterPageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GridColumnBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GridHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GridRowBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/GroupNameValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/GroupPropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/HideRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/HideRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/HierarchyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/HighlightRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/HighlightRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IAbsoluteFontSizeValueProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IAccessControl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/IActivityRecord.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/interfaces/IAggregationDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IArgumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IArgumentInfoList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IAttributeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IAutoText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/interfaces/IBirtAggregationConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/interfaces/IBirtFilterOperatorConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/IBookmarkInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IBundleFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ICell.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IChoiceDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IChoiceSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IColor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IColorConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ICompatibleReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDataSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IDesignConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IDesignElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDesignElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IDesignEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IDesignEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IDisposeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IDynamicText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IElementCommand.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/IElementCopy.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IElementDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IElementPropertyDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IEncryptionHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/IEventFilter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IExpression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IExpressionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IExtendedItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IFilterCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IFilterConditionElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/interfaces/IFilterExprDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IFont.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IGrid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IHideRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IHighlightRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ILabel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IListGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IListing.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IllegalContentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IllegalOperationException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ILocalizableInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ImageDataValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ImageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IMasterPage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMemberInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IMessages.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMetaDataDictionary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMetaLogger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IMethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IModuleModel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IModuleOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IMultiRowItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/INameManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/IncludedCssStyleSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IncludedCssStyleSheetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/IncludedCssStyleSheetValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/IncludedLibrary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IncludedLibraryHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/IncludedLibraryValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/IncludeScript.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IncludeScriptHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/InconsistentColumnsValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/InvalidParentException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IObjectDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/IODAFilterExprProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/IPasteStatus.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IPredefinedStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IPropertyDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IPropertyDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IPropertyType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IReportDesign.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IReportElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IReportItemFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/IReportItemMethodContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IResourceBundleProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IResourceChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IResourceLocator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/IScriptableObjectClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ISimpleElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ISlotDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ISortCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ISortElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/IStructure.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/IStructureDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/IStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/IStyleDeclaration.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ITable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ITableGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ITemplateMethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ITextItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/IValidationListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/IVersionInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/JoinCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/JoinConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/JointDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LabelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutCell.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutChangedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutSlot.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutTable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutTable.OverlappedArea.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutTableModel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/LayoutUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/LevelAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LevelAttributeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/LevelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LibraryHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LibraryHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/LibraryReloadedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/LineHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/Listener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ListGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ListHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ListingHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/MapRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MapRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageContextContainmentValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MasterPageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageMultiColumnValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageSizeValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/MasterPageTypeValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/MeasureGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/MeasureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MemberHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MemberInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/MemberInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MemberIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MemberValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MetaDataConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MetaDataReaderException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/MethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/MethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModelConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModelException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ModuleUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MultiLineDataHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/MultiRowItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/MultiViewsHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/NameEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/NameException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/NameSpaceEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/NotificationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/NumberFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/OdaAggregationHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/OdaAggregationHelperImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaCubeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/OdaDataSetParameter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDataSetParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDataSourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/OdaDesignerState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaDesignerStateHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaDimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/OdaFilterExprHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/ODAFilterExprProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaHierarchyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/OdaLevelAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaLevelAttributeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaLevelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaMeasureGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/OdaMeasureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/OdaResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/OdaResultSetColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/OperatorUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ParamBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ParamBindingHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ParameterFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ParameterGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/ParameterValidationUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/Point.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PrivateStyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/PropertyBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyBindingHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/PropertyDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/PropertyEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/PropertyMask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/PropertyMaskHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/PropertyNameException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/PropertyValueException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/PropertyValueValidationUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/Rectangle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RectangleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/ReportDesignConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportDesignHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/ReportItemFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportItemHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ReportItemThemeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ResourceChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ResultSetColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandInsertAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandInsertAndPasteAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandPasteAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowBandShiftAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RowOperationParameters.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/Rule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/RuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScalarParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/ScriptableClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/ScriptConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScriptDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScriptDataSourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/ScriptLib.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ScriptLibHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/SearchKey.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SearchKeyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/SelectionChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SelectionChoiceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/SemanticError.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/SemanticException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SessionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SharedStyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/SimpleElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/SimpleElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SimpleGroupElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/SimpleListValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SimpleMasterPageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/SimpleRowItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SimpleValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SlotHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SlotIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortedSlotIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/SortHint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortHintHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/SortKey.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/SortKeyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/StringFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/StringUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StructureFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StructureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StructureListValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StructureReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StructureValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/StyleEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/StyleException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/StyleIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/StyleReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/StyleRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/StyleRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/StyleSheetException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/StyleSheetParserException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/StyleUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableColumnBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/TableHeaderContextContainmentValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TableRowBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularCubeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularDimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularHierarchyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularLevelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularMeasureGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/TabularMeasureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/TemplateException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/TemplateMethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateParameterDefinitionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TemplateReportItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/TemplateTransformEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TextDataHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TextItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ThemeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ThemeException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ThemeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ThemeReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ThemeStyleNameValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/TimeFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/TimeInterval.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TimeIntervalHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/TOC.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TOCHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/TransactionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/TranslationHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/UndefinedPropertyInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/UnicodeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/UnsupportedElementValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/URIUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/UserChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/UserPropertyDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/UserPropertyDefnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/UserPropertyEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/UserPropertyException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ValidationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/ValidationValueException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ValueAccessControlHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/ValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/ValueRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/VariableElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/ViewsContentEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/WrongTypeException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/XPathUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/interfaces/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/interfaces/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/interfaces/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/interfaces/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/constant-values.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/serialized-form.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ParameterGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ConfigVariableHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TextItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ModuleOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ColumnHintHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DerivedDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/HideRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/AbstractThemeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/LibraryHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ComputedColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/AbstractScalarParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/MemberHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DesignElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ExpressionListHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TextDataHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/VariableElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ExtendedItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IllegalOperationException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TOCHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SessionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TemplateElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/LineHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/FactoryElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SimpleGroupElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TemplateReportItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SortElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RowOperationParameters.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IDesignEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DynamicFilterParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GridRowBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GroupElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ReportItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ImageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GroupPropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ContentElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/Expression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/MultiViewsHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/OdaDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DataGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/OdaDesignerStateHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/FontHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ErrorDetail.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ReportItemThemeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ParamBindingHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CssSharedStyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ReportElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SearchKeyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ComplexValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RectangleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/OdaResultSetColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ThemeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CommandStack.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/EmptyGroupElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/OdaLevelAttributeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DataItemHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SortHintHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IModuleOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/HighlightRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TemplateDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SelectionChoiceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TableGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/PropertyHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/EmbeddedImageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ColumnBandData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IVersionInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CustomColorHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ModuleHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DesignFileException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/StructureFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IBundleFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/MemberIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TemplateParameterDefinitionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/LevelAttributeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/JoinConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/AggregationArgumentHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ErrorCodes.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SharedStyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RowBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IAbsoluteFontSizeValueProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IncludedLibraryHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ListingHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TranslationHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ExpressionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ReportItemHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SlotHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ModuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/FactoryPropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CachedMetaDataHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ScriptDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IncludedCssStyleSheetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TableHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CascadingParameterGroupHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/OdaDataSetParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SortKeyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ScriptDataSourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ReportDesignHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GridHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SimpleValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/LibraryHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DataSetParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IResourceLocator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/FreeFormHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/MapRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IDesignConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DimensionConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/MemberValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/FilterConditionElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DimensionJoinConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/UserPropertyDefnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/PropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ActionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/FormatValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/BundleFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GroupElementHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/PropertyBindingHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ExpressionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/StructureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RowBandInsertAndPasteAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DesignEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/StyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ValueHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ElementDetailHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/JointDataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/AbstractScalarParameterHandleImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/AccessControlHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ModelConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GraphicMasterPageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ScriptLibHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/PropertyMaskHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TimeIntervalHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ListHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CellHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DataSourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DesignVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ModelException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/GridColumnBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ModuleUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ValueAccessControlHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/MasterPageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IDesignEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/MultiLineDataHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CascadingParameterGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/AutoTextHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ResultSetColumnHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/CalculationArgumentHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DesignConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ExtendedPropertyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/PrivateStyleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RowBandInsertAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SimpleMasterPageHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DataSetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/FilterConditionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ListGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TableColumnBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RowBandPasteAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/LabelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/TableRowBandAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SlotIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/StyleRuleHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DefaultResourceLocator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/IncludeScriptHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ScalarParameterHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RowBandShiftAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/ColorHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/OdaDataSourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/DimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/RowHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/class-use/SortedSlotIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/class-use/ActivityStackEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/class-use/TransactionOption.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/class-use/NotificationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/class-use/IEventFilter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/class-use/SemanticException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/class-use/IActivityRecord.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/class-use/ActivityStackListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/PropertyNameException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/StyleEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ExtendsForbiddenException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/LibraryEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ContentReplaceEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/InvalidParentException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ElementLocalizeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/TemplateTransformEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/CssReloadedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/EncryptionException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ExtendsEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/CustomMsgEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ElementDeletedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/TemplateException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/CircularExtendsException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/LibraryReloadedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/EncryptionEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ThemeException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ViewsContentEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/StyleException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/LibraryException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/CssException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ExtendsException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ThemeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ContentException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/CssEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/NameException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/UserPropertyException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/CustomMsgException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/UserPropertyEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ContentEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/NameEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/LibraryChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/WrongTypeException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/NameSpaceEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/PropertyEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ResourceChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/class-use/ExtensionPropertyDefinitionEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/Listener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/IDesignElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/INameManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/IResourceChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/IStructure.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/AttributeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/UserPropertyDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/DisposeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/IAttributeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/IDisposeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/IModuleModel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/class-use/IAccessControl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/class-use/StyleSheetParserException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/class-use/StyleIterator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/class-use/CssStyleSheetHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/class-use/StyleSheetException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/class-use/IReportItemMethodContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/class-use/ReportDesignConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/class-use/DesignChoiceConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/class-use/SemanticError.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/IncludeScript.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/OdaResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/TimeFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/IncludedCssStyleSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/Action.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ConfigVariable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/Rule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/OdaLevelAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/PropertyBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/CustomColor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ParameterFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/SortHint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/NumberFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ExtendedProperty.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/EmbeddedImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/StyleRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/CalculationArgument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/DataSetParameter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ComputedColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/OdaDesignerState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/TimeInterval.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/JoinCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/FilterCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/PropertyMask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/MapRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/DimensionJoinCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/CachedMetaData.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/TOC.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/DimensionCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/HighlightRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/DateTimeFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/StringFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ScriptLib.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/SortKey.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/OdaDataSetParameter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/SearchKey.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ParamBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/AggregationArgument.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ColumnHint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/ResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/FormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/DateFormatValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/LevelAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/IncludedLibrary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/SelectionChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/class-use/HideRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/BasicLayoutStrategies.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/FillCellsStrategy.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutSlot.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutCell.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutChangedEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutTableModel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutTable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/class-use/LayoutTable.OverlappedArea.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/UndefinedPropertyInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/ElementCommand.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IStyleDeclaration.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/ReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/ChoiceDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IEncryptionHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/ReportItemFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IFont.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/PropertyDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/ICompatibleReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IElementCommand.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IllegalContentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IResourceBundleProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IChoiceDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/CompatibilityStatus.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IMessages.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/ExtendedElementException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IReportItemFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IColor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/IPropertyDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/SimpleRowItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/class-use/MultiRowItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/class-use/OdaFilterExprHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/class-use/ODAFilterExprProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/class-use/IODAFilterExprProvider.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/class-use/FilterExprDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/interfaces/class-use/IBirtFilterOperatorConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/interfaces/class-use/IFilterExprDefinition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/class-use/SimpleElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/class-use/DesignEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/class-use/DesignEngineImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IObjectDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/MetaDataReaderException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/MethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/ArgumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/MetaDataConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/DimensionValue.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IArgumentInfoList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/MemberInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/PropertyValueException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IMethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IElementDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IStructureDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IPredefinedStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/ClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/ITemplateMethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IMemberInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IPropertyType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/ILocalizableInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/ISlotDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/ArgumentInfoList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IMetaDataDictionary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/ValidationValueException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IColorConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IChoiceSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IMetaLogger.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IPropertyDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IElementPropertyDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/UserChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/class-use/IArgumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/class-use/OdaAggregationHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/class-use/AggregationDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/class-use/OdaAggregationHelperImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/interfaces/class-use/IAggregationDefn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/interfaces/class-use/IBirtAggregationConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/MeasureGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/TabularDimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/DimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/OdaHierarchyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/TabularMeasureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/TabularLevelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/TabularMeasureGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/OdaCubeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/TabularCubeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/LevelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/OdaMeasureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/OdaMeasureGroupHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/HierarchyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/MeasureHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/CubeHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/OdaDimensionHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/TabularHierarchyHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/class-use/OdaLevelHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/TemplateMethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/ArgumentInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/ConstructorInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/IScriptableObjectClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/MemberInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/ArgumentInfoList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/MethodInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/ClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/class-use/ScriptableClassInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ISortCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IAutoText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IDesignElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IDataSource.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IDataBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ISortElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IFilterCondition.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IHideRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ITextItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IRow.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IMultiRowItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ScriptConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ITable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IStyle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/SimpleElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IListGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IReportElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IDynamicText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IListing.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IFilterConditionElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IExpressionType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IResultSetColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IExtendedItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ITableGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ISimpleElementFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ICell.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IReportDesign.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IDataSet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IGrid.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IReportItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IExpression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IGroup.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IHighlightRule.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/ILabel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IColumn.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IAction.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IMasterPage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/class-use/IDataItem.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/OperatorUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/IBookmarkInfo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/IElementCopy.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/ElementExportUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/URIUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/DataTypeConvertUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/CompatibilityUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/XPathUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/IPasteStatus.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/PropertyValueValidationUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/ColorUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/ElementExportUtilImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/CopyUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/Rectangle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/DocumentUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/ColumnBindingUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/Point.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/DimensionUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/ParameterValidationUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/UnicodeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/StyleUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/CubeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/class-use/StringUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/MasterPageRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/MasterPageMultiColumnValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/StyleReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/TableHeaderContextContainmentValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ValidationEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ExtensionValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/BookmarkValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ValueRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/StructureListValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/DataColumnNameValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/DataSetNameRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/SimpleListValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/DataSetResultSetValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/StructureValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/IncludedLibraryValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/InconsistentColumnsValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/IValidationListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/MasterPageContextContainmentValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/MasterPageSizeValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/DataSetNameRequiredValidatorImpl.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ImageDataValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/DataSetRequiredValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ThemeStyleNameValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ThemeReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/IncludedCssStyleSheetValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/MasterPageTypeValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/CascadingParameterTypeValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ElementReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/CellOverlappingValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/GroupNameValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/StructureReferenceValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/UnsupportedElementValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/class-use/ElementExtendsValidator.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/activity/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/command/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/core/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/css/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/structures/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/elements/table/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/extension/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/filterExtension/interfaces/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/impl/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/metadata/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/oda/interfaces/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/olap/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/scripts/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/simpleapi/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/util/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/org/eclipse/birt/report/model/api/validators/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/deprecated-list.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/index.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/index-all.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/overview-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/model/api/help-doc.html...
[WARNING]   [javadoc] 5 warnings
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.archive...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.archive.compound...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.config...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.data...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.exception...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.format...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.framework...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.framework.osgi...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.framework.parser...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.i18n...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.plugin...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.preference...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.script...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.template...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.util...
[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.doc.isv/core/api/org/eclipse/birt/core/framework/parser/AbstractParseState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/AnyElementState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveEntryV3.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileFactory.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/compound/IArchiveFileFactory.java:29: warning: invalid input: '&archive'
[WARNING]   [javadoc] 	 * 2. in "rw" mode a. view&archive: only create new archive file
[WARNING]   [javadoc] 	                          ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileV1.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileV2.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveFileV3.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/ArchiveLockManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/ArchiveLockManager.ManagerHolder.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/ArchiveUtil.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:78: warning: @param argument "relativePath" is not a parameter name.
[WARNING]   [javadoc] 	 * @param relativePath - the relative path.
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:157: warning: @param argument "name" is not a parameter name.
[WARNING]   [javadoc] 	 * @param name
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:281: warning: @param argument "fullString" is not a parameter name.
[WARNING]   [javadoc] 	 * @param fullString - the absolute path of the stream. The path is seperated by
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/src/org/eclipse/birt/core/archive/ArchiveUtil.java:687: warning: @param argument "tempFolder" is not a parameter name.
[WARNING]   [javadoc] 	 * @param tempFolder
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveView.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/ArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTEbody_content.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTTemplate.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTValueOf.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ASTViewTimeValueOf.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/AutoFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/BaseScriptable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/BirtException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/BirtHashMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/BIRTPlugin.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/BirtTimer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/Block.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/BTreeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/BTreeUtil.ReaderTreeFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/CommonUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/Constants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/CoreException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/CoreJavaScriptInitializer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/CoreJavaScriptWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/CoreMessages.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DataType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DataType.AnyType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DataTypeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateFormatFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateFormatISO8601.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/DateFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateTimeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/DateUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/ExpressionHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/ExpressionParserUtility.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/ExpressionUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FileArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FileArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/FileConfigVarManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchive.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/FolderArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/FrameworkException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/IArchiveFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/IArchiveFileFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IArchiveLockManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IBundle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/IColumnBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ICompiledScript.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IConfigurationElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/IConfigVarManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/IDimLevel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IDocArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IDocArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExecutableExtension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExtension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExtensionPoint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IExtensionRegistry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/IFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/IFormatter.DefaultFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IJavascriptInitializer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IJavascriptWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/IOUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatform.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatformConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatformContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/IPlatformPath.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/IPreferenceChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/IPreferences.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IScriptEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/IScriptEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/IStreamSorter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/JavascriptEvalUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/JJTParserState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/LocaleNeutralFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/LocaleUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/MathUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeJavaLinkedHashMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeJavaList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeJavaMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/NativeNamedList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Node.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/NumberFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/OlapExpressionCompiler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/OSGILauncher.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/OSGILauncher.ChildFirstURLClassLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/OSGIPolicy.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ParameterAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParseException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Parser.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserTokenManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserTreeConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/ParserVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/ParseState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/Platform.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformFileContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformLauncher.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/PlatformServletContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/PreferenceChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFileInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFileOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFolderInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAFolderOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAStreamBuffer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/RAStreamBufferMgr.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/ResourceConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/ResourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptableParameter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptableParameter.JsValueCallable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptableParameters.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptEngineFactoryManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/ScriptExpression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/SimpleCharStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/SimpleNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/StringFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/SystemConfigVarManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Tag.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TemplateParser.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TemplateParser.ASTVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.ExpressionValueNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.ImageNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.Node.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.TextNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.ValueNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TextTemplate.Visitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/ThreadResources.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/Token.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/TokenMgrError.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/URLClassLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserHandler.InnerAnyTagState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/XMLParserHandler.InnerParseState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/constant-values.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/serialized-form.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFolderOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FileArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFileInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchive.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FileArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAStreamBufferMgr.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IStreamSorter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAStreamBuffer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/ArchiveLockManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/ArchiveLockManager.ManagerHolder.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IDocArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFileOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IDocArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/IArchiveLockManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/FolderArchiveEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/RAFolderInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/class-use/ArchiveUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/Block.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveWriter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveFileFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveFileV1.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveReader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveEntryOutputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveFileV3.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveEntryAdapter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveEntryInputStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveFileV2.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/IArchiveFileFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveView.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/ArchiveEntryV3.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/class-use/IArchiveFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/class-use/SystemConfigVarManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/class-use/IConfigVarManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/class-use/FileConfigVarManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/IColumnBinding.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DataTypeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/ExpressionUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/IDimLevel.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/OlapExpressionCompiler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/Constants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/ExpressionParserUtility.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/ExpressionHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateFormatFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DataType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DataType.AnyType.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateTimeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/class-use/DateFormatISO8601.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/class-use/BirtException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/class-use/CoreException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/AutoFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/NumberFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/LocaleNeutralFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/IFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/IFormatter.DefaultFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/StringFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/class-use/DateFormatter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatformPath.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExtensionRegistry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/FrameworkException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExecutableExtension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExtension.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformServletContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IConfigurationElement.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatformContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/URLClassLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformLauncher.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IExtensionPoint.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatform.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/PlatformFileContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IBundle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/Platform.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/class-use/IPlatformConfig.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/class-use/OSGILauncher.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/class-use/OSGILauncher.ChildFirstURLClassLoader.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/class-use/OSGIPolicy.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/class-use/AbstractParseState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/class-use/XMLParserHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/class-use/XMLParserHandler.InnerAnyTagState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/class-use/XMLParserHandler.InnerParseState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/class-use/XMLParserException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/class-use/AnyElementState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/class-use/ParseState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/ThreadResources.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/ResourceHandle.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/ResourceConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/class-use/CoreMessages.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/class-use/BIRTPlugin.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/class-use/PreferenceChangeEvent.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/class-use/IPreferences.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/class-use/IPreferenceChangeListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/BirtHashMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IJavascriptWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/CoreJavaScriptWrapper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IScriptEngineFactory.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/BaseScriptable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/JavascriptEvalUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ParameterAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeJavaMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeNamedList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptEngineFactoryManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptExpression.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/CoreJavaScriptInitializer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeJavaLinkedHashMap.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/MathUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptableParameters.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IJavascriptInitializer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IScriptEngine.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptableParameter.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ScriptableParameter.JsValueCallable.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/NativeJavaList.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/ICompiledScript.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/class-use/IScriptContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TokenMgrError.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/SimpleNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTAttribute.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TemplateParser.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TemplateParser.ASTVisitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserTokenManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/JJTParserState.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParseException.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTImage.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Node.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTValueOf.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTTemplate.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Tag.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Parser.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/Token.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.ExpressionValueNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.ValueNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.ImageNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.TextNode.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.Node.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/TextTemplate.Visitor.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/SimpleCharStream.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTViewTimeValueOf.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTText.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ParserTreeConstants.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/class-use/ASTEbody_content.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/BTreeUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/BTreeUtil.ReaderTreeFile.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/LocaleUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/CommonUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/BirtTimer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/class-use/IOUtil.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/archive/compound/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/config/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/data/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/exception/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/format/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/osgi/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/framework/parser/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/i18n/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/plugin/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/preference/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/script/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/template/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/org/eclipse/birt/core/util/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/deprecated-list.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/index.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/index-all.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/overview-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/core/api/help-doc.html...
[WARNING]   [javadoc] 5 warnings
[INFO]     [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api
[INFO]   [javadoc] Generating Javadoc
[INFO]   [javadoc] Javadoc execution
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.errordisplay...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.taskwizard...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.taskwizard.composites...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.ui.frameworks.taskwizard.interfaces...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.ui.swt.custom...
[WARNING]   [javadoc] Loading source files for package org.eclipse.birt.core.ui.utils...
[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.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/CompoundTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/CustomChooserComposite.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/errordisplay/ErrorDialog.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/ErrorsManager.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/ErrorsManager.java:70: warning: @param argument "t" is not a parameter name.
[WARNING]   [javadoc] 	 * @param t Exception
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/IButtonHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/ICustomChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/IRegistrationListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/ISubtaskSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/ITask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/IWizardContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/MessageComposite.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/NavTree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/SimpleTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/TaskRegistrationEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/TasksManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/TextCombo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/TextComboViewer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/TreeCompoundTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/UIHelper.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/utils/UIHelper.java:155: warning: Tag @see: reference not found: #setImageCached( boolean )
[WARNING]   [javadoc] 	 * @see #setImageCached( boolean )
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBase.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBase.java:361: warning: @param argument "t" is not a parameter name.
[WARNING]   [javadoc] 	 * @param t exception to be displayed to the user
[WARNING]   [javadoc] 	   ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBaseDialog.html...
[WARNING]   [javadoc] /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/src/org/eclipse/birt/core/ui/frameworks/taskwizard/WizardBaseDialog.java:380: warning: invalid input: '&'
[WARNING]   [javadoc] 	 * @param sPopupTitle '&' will be removed for accelerator key, if the popup
[WARNING]   [javadoc] 	                       ^
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/errordisplay/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/errordisplay/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/package-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/package-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/constant-values.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/errordisplay/class-use/ErrorDialog.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/WizardBaseDialog.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/ErrorsManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/TaskRegistrationEntry.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/SimpleTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/WizardBase.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/CompoundTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/TasksManager.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/class-use/TreeCompoundTask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/class-use/NavTree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/class-use/MessageComposite.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/class-use/IWizardContext.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/class-use/ITask.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/class-use/IButtonHandler.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/class-use/ISubtaskSheet.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/class-use/IRegistrationListener.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/class-use/ICustomChoice.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/class-use/TextComboViewer.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/class-use/CustomChooserComposite.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/class-use/TextCombo.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/class-use/UIHelper.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/errordisplay/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/composites/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/frameworks/taskwizard/interfaces/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/swt/custom/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/org/eclipse/birt/core/ui/utils/package-use.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/overview-tree.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/deprecated-list.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/index.html...
[WARNING]   [javadoc] Building index for all classes...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/allclasses-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/allpackages-index.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/index-all.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/overview-summary.html...
[WARNING]   [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/coreui/api/help-doc.html...
[WARNING]   [javadoc] 4 warnings
[WARNING]      [echo] generating javadoc for birt
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.doc.isv ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.doc.isv ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.doc.isv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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.doc.isv/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.doc.isv ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.doc.isv ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.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.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.doc.isv/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.doc.isv >---------
[INFO] Building org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT              [242/288]
[INFO]   from features/org.eclipse.birt.doc.isv.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.doc.isv ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.isv.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc.isv ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.doc.isv ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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.doc.isv.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.doc.isv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.doc.isv ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.isv.feature/target/org.eclipse.birt.doc.isv-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.doc.isv ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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.doc.isv.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.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.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.doc.isv ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.isv.feature/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:birt-report-framework-sdk >-------------
[INFO] Building birt-report-framework-sdk 4.14.0-SNAPSHOT             [243/288]
[INFO]   from build/birt-packages/birt-report-framework-sdk/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework-sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework-sdk ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework-sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-report-framework-sdk ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-framework-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/build/birt-packages/birt-report-framework-sdk/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-report-framework-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/build/birt-packages/birt-report-framework-sdk/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-report-framework-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-report-framework-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-report-framework-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-report-framework-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-report-framework-sdk ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-report-framework-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-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-report-framework-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-report-framework-sdk ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ birt-report-framework-sdk ---
[INFO] Executing tasks
[INFO]      [copy] Copying 275 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/target/eclipse
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.14.0-202306061713.zip
[INFO]    [delete] Deleting directory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/target/eclipse
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-report-framework-sdk ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-report-framework-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/build/birt-packages/birt-report-framework-sdk/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-report-framework-sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-report-framework-sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-report-framework-sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt:org.eclipse.birt.build >---------------
[INFO] Building org.eclipse.birt.build 4.14.0-SNAPSHOT                [244/288]
[INFO]   from build/org.eclipse.birt.build/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.build ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.build ---
[INFO] Resolving class path of org.eclipse.birt.build...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build ---
[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.build/target/jacoco.exec
[INFO] 
[INFO] --- dependency:2.10:copy (download-jars) @ org.eclipse.birt.build ---
[WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Configured Artifact: dom4j:dom4j:1.6.1:jar
[INFO] Copying dom4j-1.6.1.jar to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.build/lib/dom4j-1.6.1.jar
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.build ---
[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.build/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.build ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.build/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.build ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.build ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.build ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.build/target/org.eclipse.birt.build-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.build ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build ---
[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.build/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.build ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.build ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.build ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.build ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.build ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.build/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.chart.integration.wtp.ui.nl1 >--
[INFO] Building org.eclipse.birt.chart.integration.wtp.ui.nl1 4.14.0-SNAPSHOT [245/288]
[INFO]   from nl/org.eclipse.birt.chart.integration.wtp.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.chart.integration.wtp.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/org.eclipse.birt.chart.integration.wtp.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[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/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.chart.integration.wtp.ui.nl/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:org.eclipse.birt.integration.wtp.ui.nl1 >-----
[INFO] Building org.eclipse.birt.integration.wtp.ui.nl1 4.14.0-SNAPSHOT [246/288]
[INFO]   from nl/org.eclipse.birt.integration.wtp.ui.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.integration.wtp.ui.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[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/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[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/nl/org.eclipse.birt.integration.wtp.ui.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 12 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl
[INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl
[INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl
[INFO] [native2ascii] Converting 4 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl/target/org.eclipse.birt.integration.wtp.ui.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[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/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.integration.wtp.ui.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.integration.wtp.ui.nl/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.wtp.nl >----------
[INFO] Building org.eclipse.birt.wtp.nl 4.14.0-SNAPSHOT               [247/288]
[INFO]   from features/org.eclipse.birt.wtp.nl.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.wtp.nl ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.wtp.nl.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.wtp.nl ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.wtp.nl ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.wtp.nl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.wtp.nl ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.wtp.nl ---
[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.wtp.nl.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.wtp.nl ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.wtp.nl ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.wtp.nl ---
[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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.wtp.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.wtp.nl ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.wtp.nl ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.wtp.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.wtp.nl.feature/target/org.eclipse.birt.wtp.nl-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.wtp.nl ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.wtp.nl ---
[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.wtp.nl.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.wtp.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.wtp.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.wtp.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.wtp.nl.feature/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.rcp.nl1 >---
[INFO] Building org.eclipse.birt.report.designer.ui.rcp.nl1 4.14.0-SNAPSHOT [248/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.rcp.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.rcp.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.rcp.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/org.eclipse.birt.report.designer.ui.rcp.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.rcp.nl1 ---
[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.rcp.nl1 ---
[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.rcp.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.rcp.nl/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.rcp.nl >----------
[INFO] Building org.eclipse.birt.rcp.nl 4.14.0-SNAPSHOT               [249/288]
[INFO]   from features/org.eclipse.birt.rcp.nl.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.rcp.nl ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.nl.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp.nl ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.rcp.nl ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.rcp.nl ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.rcp.nl ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.rcp.nl ---
[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.rcp.nl.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp.nl ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.rcp.nl ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.rcp.nl ---
[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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.rcp.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp.nl ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp.nl ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.rcp.nl ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.nl.feature/target/org.eclipse.birt.rcp.nl-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.rcp.nl ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.rcp.nl ---
[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.rcp.nl.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.rcp.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.rcp.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.rcp.nl ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.nl.feature/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.p2updatesite >-----------
[INFO] Building org.eclipse.birt.p2updatesite 4.14.0-SNAPSHOT         [250/288]
[INFO]   from build/org.eclipse.birt.p2updatesite/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.p2updatesite ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.p2updatesite ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.birt.p2updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.p2updatesite ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.p2updatesite ---
[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.p2updatesite/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.p2updatesite ---
[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.p2updatesite/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.birt.p2updatesite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.birt.p2updatesite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.birt.p2updatesite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.birt.p2updatesite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.birt.p2updatesite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.p2updatesite ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.p2updatesite ---
[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:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.birt.p2updatesite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.p2updatesite ---
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.eclipse.birt.p2updatesite ---
[INFO] Installing product org.eclipse.birt.designer for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer
Installing org.eclipse.birt.designer 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Operation completed in 11984 ms.
[INFO] Installing product org.eclipse.birt.designer for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/linux/gtk/x86_64/designer
Installing org.eclipse.birt.designer 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Operation completed in 15939 ms.
[INFO] Installing product org.eclipse.birt.designer for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/linux/gtk/aarch64/designer
Installing org.eclipse.birt.designer 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Operation completed in 11141 ms.
[INFO] Installing product org.eclipse.birt.designer for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/macosx/cocoa/x86_64/designer.app
Installing org.eclipse.birt.designer 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Operation completed in 11296 ms.
[INFO] Installing product org.eclipse.birt.designer for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/macosx/cocoa/aarch64/designer.app
Installing org.eclipse.birt.designer 4.14.0.v202306061713.
Installing org.eclipse.birt.feature.group 4.14.0.v202306061713.
Installing org.eclipse.platform.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.pde.feature.group 3.15.0.v20230605-0440.
Installing org.eclipse.rcp.feature.group 4.28.0.v20230605-0440.
Installing org.eclipse.jdt.feature.group 3.19.100.v20230605-0440.
Operation completed in 16852 ms.
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:archive-products (materialize-products) @ org.eclipse.birt.p2updatesite ---
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-linux.gtk.aarch64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.aarch64.zip
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.p2updatesite ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.p2updatesite ---
[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.p2updatesite/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.p2updatesite ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.p2updatesite ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.p2updatesite ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/jacoco.exec
[INFO] 
[INFO] ---------------< org.eclipse.birt:org.eclipse.birt.api >----------------
[INFO] Building org.eclipse.birt.api 4.14.0-SNAPSHOT                  [251/288]
[INFO]   from build/org.eclipse.birt.api/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.api ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.api ---
[INFO] Executing tasks
[INFO]    [delete] Deleting directory /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.api ---
[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.api/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default) @ org.eclipse.birt.api ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- antrun:3.0.0:run (build-api-package) @ org.eclipse.birt.api ---
[INFO] Executing tasks
[WARNING]      [echo] copy API jars to "/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib
[INFO]      [copy] Copying 14 files to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib
[INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer/plugins/org.eclipse.datatools.connectivity.oda.design_3.6.0.202305311622.jar into /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/unpack/classes/odadesign
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/odadesignapi.jar
[INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer/win32/win32/x86_64/designer/plugins/org.eclipse.datatools.connectivity.oda_3.7.0.202305310959.jar into /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/unpack/classes/oda
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/odaconnectivity.jar
[INFO]      [copy] Copying 17 files to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.apache.tools.ant.types.Permissions (file:/home/jenkins/.m2/repository/org/apache/ant/ant/1.9.14/ant-1.9.14.jar)
WARNING: Please consider reporting this to the maintainers of org.apache.tools.ant.types.Permissions
WARNING: System::setSecurityManager will be removed in a future release
load JAR from /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib create MANIFEST to /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/manifest.mf
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/commons-cli-1.0.jar:null
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
org.apache.commons.cli
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/flute.jar:null
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser.selectors
org.w3c.flute.parser
org.w3c.flute.util
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/axis.jar:null
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers.soap
org.apache.axis.handlers.soap
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers.http
org.apache.axis.handlers.http
org.apache.axis.handlers.http
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.handlers
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.message
org.apache.axis.server
org.apache.axis.server
org.apache.axis.server
org.apache.axis.server
org.apache.axis.server
org.apache.axis.server
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis.soap
org.apache.axis.soap
org.apache.axis.soap
org.apache.axis.soap
org.apache.axis.soap
org.apache.axis.soap
org.apache.axis.soap
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.description
org.apache.axis.wsdl.fromJava
org.apache.axis.wsdl.fromJava
org.apache.axis.wsdl.fromJava
org.apache.axis.wsdl.fromJava
org.apache.axis.wsdl.fromJava
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.symbolTable
org.apache.axis.wsdl.gen
org.apache.axis.wsdl.gen
org.apache.axis.wsdl.gen
org.apache.axis.wsdl.gen
org.apache.axis.wsdl.gen
org.apache.axis.wsdl.gen
org.apache.axis.wsdl.gen
org.apache.axis.wsdl
org.apache.axis.wsdl
org.apache.axis.wsdl
org.apache.axis.strategies
org.apache.axis.strategies
org.apache.axis
org.apache.axis
org.apache.axis.session
org.apache.axis.session
org.apache.axis.providers.java
org.apache.axis.providers.java
org.apache.axis.providers.java
org.apache.axis.providers.java
org.apache.axis.providers.java
org.apache.axis.providers.java
org.apache.axis.providers.java
org.apache.axis.providers
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.holders
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding.ser
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis.encoding
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis.configuration
org.apache.axis
org.apache.axis.schema
org.apache.axis.schema
org.apache.axis.schema
org.apache.axis.schema
org.apache.axis
org.apache.axis
org.apache.axis.i18n
org.apache.axis.i18n
org.apache.axis.i18n
org.apache.axis.i18n
org.apache.axis.i18n
org.apache.axis.i18n
org.apache.axis.i18n
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.attachments
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client
org.apache.axis.client.async
org.apache.axis.client.async
org.apache.axis.client.async
org.apache.axis.client.async
org.apache.axis.client.async
org.apache.axis.client.async
org.apache.axis.client.async
org.apache.axis.client
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd.providers
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.deployment.wsdd
org.apache.axis.security.servlet
org.apache.axis.security.servlet
org.apache.axis.security
org.apache.axis.security.simple
org.apache.axis.security.simple
org.apache.axis.security
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis.types
org.apache.axis
org.apache.axis
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.constants
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils.bytecode
org.apache.axis.utils.bytecode
org.apache.axis.utils.bytecode
org.apache.axis.utils.bytecode
org.apache.axis.utils.bytecode
org.apache.axis.utils.bytecode
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils.cache
org.apache.axis.utils.cache
org.apache.axis.utils.cache
org.apache.axis.utils.cache
org.apache.axis.utils.cache
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.transport.local
org.apache.axis.transport.local
org.apache.axis.transport.local
org.apache.axis.transport.local
org.apache.axis.transport.java
org.apache.axis.transport.java
org.apache.axis.transport.java
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis.transport.http
org.apache.axis
org.apache.axis.components.encoding
org.apache.axis.components.encoding
org.apache.axis.components.encoding
org.apache.axis.components.encoding
org.apache.axis.components.encoding
org.apache.axis.components.encoding
org.apache.axis.components.encoding
org.apache.axis.components.logger
org.apache.axis.components.logger
org.apache.axis.components.uuid
org.apache.axis.components.uuid
org.apache.axis.components.uuid
org.apache.axis.components.uuid
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis.components.net
org.apache.axis
org.apache.axis
org.apache.axis
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.encoding.ser.castor
org.apache.axis.handlers
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.providers
org.apache.axis.deployment.wsdd.providers
org.apache.axis.components.script
org.apache.axis.components.script
org.apache.axis.components.script
org.apache.axis.transport.mail
org.apache.axis.transport.mail
org.apache.axis.transport.mail
org.apache.axis.transport.mail
org.apache.axis.transport.mail
org.apache.axis.transport.mail
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.wsdl.toJava
org.apache.axis.model.soap
org.apache.axis.model.soap.impl
org.apache.axis.model.soap.impl
org.apache.axis.model.soap.impl
org.apache.axis.model.xml
org.apache.axis.model.xml.impl
org.apache.axis.model.xml.impl
org.apache.axis.model.xml.impl
org.apache.axis.model.util
org.apache.axis.model.util
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd.impl
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.wsdd
org.apache.axis.model.common
org.apache.axis.model.common
org.apache.axis.model.common
org.apache.axis.model.common
org.apache.axis.model.common
org.apache.axis.model.common
org.apache.axis.model.common.archive
org.apache.axis.model.common.archive
org.apache.axis.model.common.archive
org.apache.axis.model.common.archive
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.command
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.notify.impl
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.common.util
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.impl
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.plugin
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.resource.impl
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.util
org.apache.axis.model.ecore.xml.namespace
org.apache.axis.model.ecore.xml.namespace
org.apache.axis.model.ecore.xml.namespace
org.apache.axis.model.ecore.xml.namespace
org.apache.axis.model.ecore.xml.namespace
org.apache.axis.model.ecore.xml.namespace.impl
org.apache.axis.model.ecore.xml.namespace.impl
org.apache.axis.model.ecore.xml.namespace.impl
org.apache.axis.model.ecore.xml.namespace.impl
org.apache.axis.model.ecore.xml.namespace.util
org.apache.axis.model.ecore.xml.type
org.apache.axis.model.ecore.xml.type
org.apache.axis.model.ecore.xml.type
org.apache.axis.model.ecore.xml.type
org.apache.axis.model.ecore.xml.type
org.apache.axis.model.ecore.xml.type
org.apache.axis.model.ecore.xml.type
org.apache.axis.model.ecore.xml.type.impl
org.apache.axis.model.ecore.xml.type.impl
org.apache.axis.model.ecore.xml.type.impl
org.apache.axis.model.ecore.xml.type.impl
org.apache.axis.model.ecore.xml.type.impl
org.apache.axis.model.ecore.xml.type.impl
org.apache.axis.model.ecore.xml.type.impl
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.internal
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xml.type.util
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.impl
org.apache.axis.model.ecore.xmi.util
org.apache.axis.model.ecore.xmi.util
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.ecore
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.impl.type
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.model.xsd.util
org.apache.axis.wsdl
org.apache.axis.wsdl.gen
org.apache.axis.wsdl
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
org.apache.axis.utils
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/chartitemapi.jar:4.14.0
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type.impl
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type.util
org.eclipse.birt.chart.model.type.util
org.eclipse.birt.chart.model.type.util
org.eclipse.birt.chart.model.type.util
org.eclipse.birt.chart.model.type.util
org.eclipse.birt.chart.model.type.util
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.type
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.util
org.eclipse.birt.chart.model.layout.util
org.eclipse.birt.chart.model.layout.util
org.eclipse.birt.chart.model.layout.util
org.eclipse.birt.chart.model.layout.util
org.eclipse.birt.chart.model.layout.util
org.eclipse.birt.chart.model.layout.util
org.eclipse.birt.chart.model.layout.util
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout.impl
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.layout
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute.impl
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute.util
org.eclipse.birt.chart.model.attribute.util
org.eclipse.birt.chart.model.attribute.util
org.eclipse.birt.chart.model.attribute.util
org.eclipse.birt.chart.model.attribute.util
org.eclipse.birt.chart.model.attribute.util
org.eclipse.birt.chart.model.attribute.util
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.attribute
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component.impl
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component.util
org.eclipse.birt.chart.model.component.util
org.eclipse.birt.chart.model.component.util
org.eclipse.birt.chart.model.component.util
org.eclipse.birt.chart.model.component.util
org.eclipse.birt.chart.model.component.util
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.component
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.impl
org.eclipse.birt.chart.model.data.util
org.eclipse.birt.chart.model.data.util
org.eclipse.birt.chart.model.data.util
org.eclipse.birt.chart.model.data.util
org.eclipse.birt.chart.model.data.util
org.eclipse.birt.chart.model.data.util
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model.data
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.model
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.render
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.device
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation.withaxes
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation.withoutaxes
org.eclipse.birt.chart.computation.withoutaxes
org.eclipse.birt.chart.computation.withoutaxes
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.computation
org.eclipse.birt.chart.datafeed
org.eclipse.birt.chart.datafeed
org.eclipse.birt.chart.datafeed
org.eclipse.birt.chart.datafeed
org.eclipse.birt.chart.datafeed
org.eclipse.birt.chart.datafeed
org.eclipse.birt.chart.datafeed
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.factory
org.eclipse.birt.chart.integrate
org.eclipse.birt.chart.integrate
org.eclipse.birt.chart.integrate
org.eclipse.birt.chart.integrate
org.eclipse.birt.chart.integrate
org.eclipse.birt.chart.internal.computations
org.eclipse.birt.chart.internal.computations
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.datafeed
org.eclipse.birt.chart.internal.factory
org.eclipse.birt.chart.internal.factory
org.eclipse.birt.chart.internal.factory
org.eclipse.birt.chart.internal.factory
org.eclipse.birt.chart.internal.factory
org.eclipse.birt.chart.internal.factory
org.eclipse.birt.chart.internal.layout
org.eclipse.birt.chart.internal.layout
org.eclipse.birt.chart.internal.prefs
org.eclipse.birt.chart.internal.prefs
org.eclipse.birt.chart.internal.log
org.eclipse.birt.chart.internal.log
org.eclipse.birt.chart.internal.model
org.eclipse.birt.chart.internal.model
org.eclipse.birt.chart.internal.model
org.eclipse.birt.chart.internal.model
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.event
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.util
org.eclipse.birt.chart.log
org.eclipse.birt.chart.log
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.script
org.eclipse.birt.chart.style
org.eclipse.birt.chart.style
org.eclipse.birt.chart.style
org.eclipse.birt.chart.style
org.eclipse.birt.chart.style
org.eclipse.birt.chart.plugin
org.eclipse.birt.chart.aggregate
org.eclipse.birt.chart.aggregate
org.eclipse.birt.chart.engine.i18n
org.eclipse.birt.chart.exception
org.eclipse.birt.chart.api
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/chartexamplescoreapi.jar:4.14.0
org.eclipse.birt.chart.examples.radar.model.type.util
org.eclipse.birt.chart.examples.radar.model.type.util
org.eclipse.birt.chart.examples.radar.model.type.util
org.eclipse.birt.chart.examples.radar.model.type.util
org.eclipse.birt.chart.examples.radar.model.type.util
org.eclipse.birt.chart.examples.radar.model.type.util
org.eclipse.birt.chart.examples.radar.model.type
org.eclipse.birt.chart.examples.radar.model.type.impl
org.eclipse.birt.chart.examples.radar.model.type.impl
org.eclipse.birt.chart.examples.radar.model.type.impl
org.eclipse.birt.chart.examples.radar.model.type
org.eclipse.birt.chart.examples.radar.model.type
org.eclipse.birt.chart.examples.radar.model.type
org.eclipse.birt.chart.examples.radar.model
org.eclipse.birt.chart.examples.radar.render
org.eclipse.birt.chart.examples.radar.render
org.eclipse.birt.chart.examples.radar.render
org.eclipse.birt.chart.examples.radar.i18n
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/chartengineapi.jar:4.14.0
org.eclipse.birt.chart.reportitem.api
org.eclipse.birt.chart.reportitem.api
org.eclipse.birt.chart.reportitem.api
org.eclipse.birt.chart.reportitem.api
org.eclipse.birt.chart.reportitem.api
org.eclipse.birt.chart.reportitem.api
org.eclipse.birt.chart.reportitem.i18n
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/coreapi.jar:4.14.0
org.eclipse.birt.core.format
org.eclipse.birt.core.format
org.eclipse.birt.core.format
org.eclipse.birt.core.format
org.eclipse.birt.core.format
org.eclipse.birt.core.format
org.eclipse.birt.core.format
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework.jar
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework.osgi
org.eclipse.birt.core.framework.osgi
org.eclipse.birt.core.framework.osgi
org.eclipse.birt.core.framework.osgi
org.eclipse.birt.core.framework.osgi
org.eclipse.birt.core.framework.osgi
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.framework
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.template
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound.v3
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive.compound
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive.cache
org.eclipse.birt.core.archive.cache
org.eclipse.birt.core.archive.cache
org.eclipse.birt.core.archive.cache
org.eclipse.birt.core.archive.cache
org.eclipse.birt.core.archive.cache
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.archive
org.eclipse.birt.core.script
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice.impl
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script.functionservice
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.script
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.util
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.data
org.eclipse.birt.core.fs
org.eclipse.birt.core.fs
org.eclipse.birt.core.fs
org.eclipse.birt.core.fs
org.eclipse.birt.core.i18n
org.eclipse.birt.core.i18n
org.eclipse.birt.core.i18n
org.eclipse.birt.core.i18n
org.eclipse.birt.core.exception
org.eclipse.birt.core.exception
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/dataaggregationapi.jar:4.14.0
org.eclipse.birt.data.aggregation.api
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/dteapi.jar:4.14.0
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api.aggregation
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api.querydefn
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.timefunction
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api.script
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.api
org.eclipse.birt.data.engine.olap.api
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api.query
org.eclipse.birt.data.engine.olap.api
org.eclipse.birt.data.engine.olap.api
org.eclipse.birt.data.engine.i18n
org.eclipse.birt.data.engine.i18n
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core.security
org.eclipse.birt.data.engine.core
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap.cursor
javax.olap
javax.olap.query.querycoremodel
javax.olap
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/dataadapterapi.jar:4.14.0
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api.timeFunction
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api.script
org.eclipse.birt.report.data.adapter.api.script
org.eclipse.birt.report.data.adapter.api.script
org.eclipse.birt.report.data.adapter.api.script
org.eclipse.birt.report.data.adapter.api.script
org.eclipse.birt.report.data.adapter.api.script
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.api
org.eclipse.birt.report.data.adapter.i18n
org.eclipse.birt.report.data.adapter.i18n
org.eclipse.birt.report.data.adapter.i18n
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/dataextraction.jar:4.14.0
org.eclipse.birt.report.engine.dataextraction
org.eclipse.birt.report.engine.dataextraction
org.eclipse.birt.report.engine.dataextraction
org.eclipse.birt.report.engine.dataextraction
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/emitterconfig.jar:4.14.0
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
org.eclipse.birt.report.engine.emitter.config
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/engineapi.jar:4.14.0
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api.impl
org.eclipse.birt.report.engine.api.impl
org.eclipse.birt.report.engine.api.impl
org.eclipse.birt.report.engine.api.impl
org.eclipse.birt.report.engine.api.impl
org.eclipse.birt.report.engine.api.impl
org.eclipse.birt.report.engine.api.impl
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.api
org.eclipse.birt.report.engine.ir
org.eclipse.birt.report.engine.ir
org.eclipse.birt.report.engine.ir
org.eclipse.birt.report.engine.ir
org.eclipse.birt.report.engine.util
org.eclipse.birt.report.engine.util
org.eclipse.birt.report.engine.util
org.eclipse.birt.report.engine.i18n
org.eclipse.birt.report.engine.i18n
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/scriptapi.jar:4.14.0
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.eventhandler
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.instance
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.element
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script.eventadapter
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script
org.eclipse.birt.report.engine.api.script
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/modelodaapi.jar:4.14.0
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.impl
org.eclipse.birt.report.model.adapter.oda.plugin
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model.util
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model.impl
org.eclipse.birt.report.model.adapter.oda.model.impl
org.eclipse.birt.report.model.adapter.oda.model.impl
org.eclipse.birt.report.model.adapter.oda.model.impl
org.eclipse.birt.report.model.adapter.oda.model.impl
org.eclipse.birt.report.model.adapter.oda.model.impl
org.eclipse.birt.report.model.adapter.oda.model.impl
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda.model
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda.util
org.eclipse.birt.report.model.adapter.oda.util
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
org.eclipse.birt.report.model.adapter.oda
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/modelapi.jar:4.14.0
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api.validators
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.metadata
org.eclipse.birt.report.model.api.oda.interfaces
org.eclipse.birt.report.model.api.oda.interfaces
org.eclipse.birt.report.model.api.oda
org.eclipse.birt.report.model.api.oda
org.eclipse.birt.report.model.api.oda
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements.structures
org.eclipse.birt.report.model.api.elements
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements.table
org.eclipse.birt.report.model.api.elements
org.eclipse.birt.report.model.api.elements
org.eclipse.birt.report.model.api.elements
org.eclipse.birt.report.model.api.elements
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.simpleapi
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.util
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api.command
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.extension
org.eclipse.birt.report.model.api.filterExtension
org.eclipse.birt.report.model.api.filterExtension.interfaces
org.eclipse.birt.report.model.api.filterExtension.interfaces
org.eclipse.birt.report.model.api.filterExtension
org.eclipse.birt.report.model.api.filterExtension
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api.olap
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api.core
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api.activity
org.eclipse.birt.report.model.api.activity
org.eclipse.birt.report.model.api.activity
org.eclipse.birt.report.model.api.activity
org.eclipse.birt.report.model.api.activity
org.eclipse.birt.report.model.api.activity
org.eclipse.birt.report.model.api.activity
org.eclipse.birt.report.model.api.css
org.eclipse.birt.report.model.api.css
org.eclipse.birt.report.model.api.css
org.eclipse.birt.report.model.api.css
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api.scripts
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.api
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.interfaces
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.strategy
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements.olap
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.elements
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.command
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata.validators
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.metadata
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core.namespace
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.core
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser.treebuild
org.eclipse.birt.report.model.parser.treebuild
org.eclipse.birt.report.model.parser.treebuild
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.parser
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util.copy
org.eclipse.birt.report.model.util.copy
org.eclipse.birt.report.model.util.copy
org.eclipse.birt.report.model.util.copy
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util.xpathparser
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util.impl
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.util
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension.oda
org.eclipse.birt.report.model.extension.oda
org.eclipse.birt.report.model.extension.oda
org.eclipse.birt.report.model.extension.oda
org.eclipse.birt.report.model.extension.oda
org.eclipse.birt.report.model.extension.oda
org.eclipse.birt.report.model.extension.oda
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.extension
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.activity
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css.property
org.eclipse.birt.report.model.css.property
org.eclipse.birt.report.model.css.property
org.eclipse.birt.report.model.css.property
org.eclipse.birt.report.model.css.property
org.eclipse.birt.report.model.css.property
org.eclipse.birt.report.model.css.property
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.css
org.eclipse.birt.report.model.validators
org.eclipse.birt.report.model.validators
org.eclipse.birt.report.model.validators
org.eclipse.birt.report.model.validators
org.eclipse.birt.report.model.validators
org.eclipse.birt.report.model.validators
org.eclipse.birt.report.model.validators
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.writer
org.eclipse.birt.report.model.i18n
org.eclipse.birt.report.model.i18n
org.eclipse.birt.report.model.i18n
org.eclipse.birt.report.model.i18n
org.eclipse.birt.report.model.i18n
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.legacy
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.romdoc
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.schema
org.eclipse.birt.doc.util
org.eclipse.birt.doc.util
org.eclipse.birt.doc.util
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/crosstabcoreapi.jar:4.14.0
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de.internal
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.de
org.eclipse.birt.report.item.crosstab.core.util
org.eclipse.birt.report.item.crosstab.core.util
org.eclipse.birt.report.item.crosstab.core.util
org.eclipse.birt.report.item.crosstab.core.util
org.eclipse.birt.report.item.crosstab.core.util
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core.script
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core.i18n
org.eclipse.birt.report.item.crosstab.core.i18n
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
org.eclipse.birt.report.item.crosstab.core
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/js.jar:1.7.10
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.typedarrays
org.mozilla.javascript.serialize
org.mozilla.javascript.serialize
org.mozilla.javascript.serialize
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.regexp
org.mozilla.javascript.v8dtoa
org.mozilla.javascript.v8dtoa
org.mozilla.javascript.v8dtoa
org.mozilla.javascript.v8dtoa
org.mozilla.javascript.v8dtoa
org.mozilla.javascript.v8dtoa
org.mozilla.javascript.v8dtoa
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.xmlimpl
org.mozilla.javascript.jdk15
org.mozilla.javascript.jdk15
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module.provider
org.mozilla.javascript.commonjs.module
org.mozilla.javascript.commonjs.module
org.mozilla.javascript.commonjs.module
org.mozilla.javascript.commonjs.module
org.mozilla.javascript.commonjs.module
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.shell
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger.treetable
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.debugger
org.mozilla.javascript.tools.jsc
org.mozilla.javascript.tools.idswitch
org.mozilla.javascript.tools.idswitch
org.mozilla.javascript.tools.idswitch
org.mozilla.javascript.tools.idswitch
org.mozilla.javascript.tools.idswitch
org.mozilla.javascript.tools.idswitch
org.mozilla.javascript.tools
org.mozilla.javascript.tools
org.mozilla.javascript.debug
org.mozilla.javascript.debug
org.mozilla.javascript.debug
org.mozilla.javascript.debug
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.ast
org.mozilla.javascript.annotations
org.mozilla.javascript.annotations
org.mozilla.javascript.annotations
org.mozilla.javascript.annotations
org.mozilla.javascript.annotations
org.mozilla.javascript.json
org.mozilla.javascript.json
org.mozilla.javascript.jdk18
org.mozilla.javascript.xml
org.mozilla.javascript.xml
org.mozilla.javascript.xml
org.mozilla.javascript.xml
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript.optimizer
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.javascript
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
org.mozilla.classfile
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/odadesignapi.jar:null
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
org.eclipse.datatools.connectivity.oda.design
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/odaconnectivity.jar:null
org.eclipse.datatools.connectivity.oda.util
org.eclipse.datatools.connectivity.oda.util
org.eclipse.datatools.connectivity.oda.util
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/com.ibm.icu_73.1.0.jar:null
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.breakiter
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.data
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.duration.impl
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.locale
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.parse
com.ibm.icu.impl.number.range
com.ibm.icu.impl.number.range
com.ibm.icu.impl.number.range
com.ibm.icu.impl.number.range
com.ibm.icu.impl.number.range
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.personname
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.impl.units
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.lang
com.ibm.icu.math
com.ibm.icu.math
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.message2
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.number
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.util
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.coll
com.ibm.icu.impl.text
com.ibm.icu.impl.text
com.ibm.icu.impl.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.util
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.impl
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
com.ibm.icu.text
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.activation_1.1.0.v201211130549.jar:1.1.0
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
javax.activation
org.apache.geronimo.activation.handlers
org.apache.geronimo.activation.handlers
org.apache.geronimo.activation.handlers
org.apache.geronimo.activation.handlers
org.apache.geronimo.activation.handlers
org.apache.geronimo.activation.handlers
org.apache.geronimo.activation.handlers
org.apache.geronimo.activation.handlers
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.annotation_1.3.5.v20230504-0748.jar:1.3.5
javax.annotation.security
javax.annotation.security
javax.annotation.security
javax.annotation.security
javax.annotation.security
javax.annotation.sql
javax.annotation.sql
javax.annotation
javax.annotation
javax.annotation
javax.annotation
javax.annotation
javax.annotation
javax.annotation
javax.annotation
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.el-api_3.0.3.jar:null
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
javax.el
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.inject_1.0.0.v20220405-0441.jar:1.0.0
javax.inject
javax.inject
javax.inject
javax.inject
javax.inject
javax.inject
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.servlet.jsp-api_2.3.3.jar:null
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp.tagext
javax.servlet.jsp
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp.el
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp.tagext
javax.servlet.jsp.el
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp
javax.servlet.jsp
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.transaction_1.1.1.v201105210645.jar:1.1.1
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction
javax.transaction.xa
javax.transaction.xa
javax.transaction.xa
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.wsdl_1.6.2.v201012040545.jar:1.6.2
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl
com.ibm.wsdl.extensions
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.http
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.mime
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.schema
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.extensions.soap12
com.ibm.wsdl.factory
com.ibm.wsdl.util
com.ibm.wsdl.util
com.ibm.wsdl.util
com.ibm.wsdl.util.xml
com.ibm.wsdl.util.xml
com.ibm.wsdl.util.xml
com.ibm.wsdl.util.xml
com.ibm.wsdl.xml
com.ibm.wsdl.xml
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions
javax.wsdl.extensions.http
javax.wsdl.extensions.http
javax.wsdl.extensions.http
javax.wsdl.extensions.http
javax.wsdl.extensions.http
javax.wsdl.extensions.mime
javax.wsdl.extensions.mime
javax.wsdl.extensions.mime
javax.wsdl.extensions.mime
javax.wsdl.extensions.schema
javax.wsdl.extensions.schema
javax.wsdl.extensions.schema
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap
javax.wsdl.extensions.soap12
javax.wsdl.extensions.soap12
javax.wsdl.extensions.soap12
javax.wsdl.extensions.soap12
javax.wsdl.extensions.soap12
javax.wsdl.extensions.soap12
javax.wsdl.extensions.soap12
javax.wsdl.factory
javax.wsdl.factory
javax.wsdl.xml
javax.wsdl.xml
javax.wsdl.xml
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.xml.rpc_1.1.2.v202306061713.jar:1.1.2
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.encoding
javax.xml.rpc.handler
javax.xml.rpc.handler
javax.xml.rpc.handler
javax.xml.rpc.handler
javax.xml.rpc.handler
javax.xml.rpc.handler
javax.xml.rpc.handler.soap
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.holders
javax.xml.rpc.server
javax.xml.rpc.server
javax.xml.rpc.soap
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.xml.stream_1.0.1.v201004272200.jar:1.0.1
javax.xml
javax.xml.namespace
javax.xml.namespace
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.events
javax.xml.stream.util
javax.xml.stream.util
javax.xml.stream.util
javax.xml.stream.util
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.xml_1.3.4.v201005080400.jar:1.3.4
javax.xml
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.datatype
javax.xml.namespace
javax.xml.namespace
javax.xml.namespace
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.parsers
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform
javax.xml.transform.dom
javax.xml.transform.dom
javax.xml.transform.dom
javax.xml.transform.sax
javax.xml.transform.sax
javax.xml.transform.sax
javax.xml.transform.sax
javax.xml.transform.sax
javax.xml.transform.stream
javax.xml.transform.stream
javax.xml.transform.stream
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.validation
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
javax.xml.xpath
org.apache.xmlcommons
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom
org.w3c.dom.bootstrap
org.w3c.dom.bootstrap
org.w3c.dom.bootstrap
org.w3c.dom.bootstrap
org.w3c.dom.bootstrap
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.css
org.w3c.dom.events
org.w3c.dom.events
org.w3c.dom.events
org.w3c.dom.events
org.w3c.dom.events
org.w3c.dom.events
org.w3c.dom.events
org.w3c.dom.events
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.html
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ls
org.w3c.dom.ranges
org.w3c.dom.ranges
org.w3c.dom.ranges
org.w3c.dom.stylesheets
org.w3c.dom.stylesheets
org.w3c.dom.stylesheets
org.w3c.dom.stylesheets
org.w3c.dom.stylesheets
org.w3c.dom.traversal
org.w3c.dom.traversal
org.w3c.dom.traversal
org.w3c.dom.traversal
org.w3c.dom.views
org.w3c.dom.views
org.w3c.dom.xpath
org.w3c.dom.xpath
org.w3c.dom.xpath
org.w3c.dom.xpath
org.w3c.dom.xpath
org.w3c.dom.xpath
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax
org.xml.sax.ext
org.xml.sax.ext
org.xml.sax.ext
org.xml.sax.ext
org.xml.sax.ext
org.xml.sax.ext
org.xml.sax.ext
org.xml.sax.ext
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
org.xml.sax.helpers
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/org.apache.commons.codec_1.14.0.v20221112-0806.jar:1.14.0
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.binary
org.apache.commons.codec.cli
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.digest
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language.bm
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.language
org.apache.commons.codec.net
org.apache.commons.codec.net
org.apache.commons.codec.net
org.apache.commons.codec.net
org.apache.commons.codec.net
org.apache.commons.codec.net
org.apache.commons.codec.net
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
org.apache.commons.codec
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/org.eclipse.birt.axis.overlay_4.14.0.v202306061713.jar:4.14.0
org.eclipse.birt.axis.utility
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.common_2.28.0.v20230315-1321.jar:2.28.0
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.command
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.util
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify.impl
org.eclipse.emf.common.notify
org.eclipse.emf.common.notify
org.eclipse.emf.common.notify
org.eclipse.emf.common.notify
org.eclipse.emf.common.notify
org.eclipse.emf.common.notify
org.eclipse.emf.common.notify
org.eclipse.emf.common.notify
org.eclipse.emf.common.archive
org.eclipse.emf.common.archive
org.eclipse.emf.common.archive
org.eclipse.emf.common.archive
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
org.eclipse.emf.common
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar:2.18.0
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.impl
org.eclipse.emf.ecore.xmi.util
org.eclipse.emf.ecore.xmi.util
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
org.eclipse.emf.ecore.xmi
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.ecore_2.34.0.v20230406-1203.jar:2.34.0
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.util
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.impl
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.internal
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type.util
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.type
org.eclipse.emf.ecore.xml.namespace.impl
org.eclipse.emf.ecore.xml.namespace.impl
org.eclipse.emf.ecore.xml.namespace.impl
org.eclipse.emf.ecore.xml.namespace.impl
org.eclipse.emf.ecore.xml.namespace.util
org.eclipse.emf.ecore.xml.namespace
org.eclipse.emf.ecore.xml.namespace
org.eclipse.emf.ecore.xml.namespace
org.eclipse.emf.ecore.xml.namespace
org.eclipse.emf.ecore.xml.namespace
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource.impl
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.resource
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore.plugin
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
org.eclipse.emf.ecore
/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/org.w3c.css.sac_1.3.1.v200903091627.jar:1.3.1
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac
org.w3c.css.sac.helpers
[INFO]       [jar] Building MANIFEST-only jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/org.eclipse.birt.api_4.14.0.v202306061713.jar
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.api ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.api ---
[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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.api ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.api ---
[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.api/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.api ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.api ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.api ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/jacoco.exec
[INFO] 
[INFO] -----------------< org.eclipse.birt:birt-runtime-osgi >-----------------
[INFO] Building birt-runtime-osgi 4.14.0-SNAPSHOT                     [252/288]
[INFO]   from build/birt-packages/birt-runtime-osgi/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-runtime-osgi ---
[INFO] 
[INFO] --- antrun:1.8:run (clean) @ birt-runtime-osgi ---
[INFO] Executing tasks

main:

clean:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-runtime-osgi ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-runtime-osgi ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-runtime-osgi ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-runtime-osgi ---
[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-runtime-osgi/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-runtime-osgi ---
[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-runtime-osgi/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-runtime-osgi ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-runtime-osgi ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-runtime-osgi ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-runtime-osgi ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-runtime-osgi ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime-osgi ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime-osgi ---
[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:2.7.5:archive-repository (default-archive-repository) @ birt-runtime-osgi ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/birt-runtime-p2.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-runtime-osgi ---
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ birt-runtime-osgi ---
[INFO] Installing product org.eclipse.birt.engine.runtime for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/products/org.eclipse.birt.engine.runtime/win32/win32/x86_64/ReportEngine
Installing org.eclipse.birt.engine.runtime 4.14.0.v202306061713.
Operation completed in 4144 ms.
[INFO] 
[INFO] --- antrun:1.8:run (package) @ birt-runtime-osgi ---
[INFO] Executing tasks

main:

build-report-engine:
     [copy] Copying 359 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/plugins
     [copy] Copying 37 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/lib
     [copy] Copying 3 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/configuration
     [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/configuration
     [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/samples
     [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine
     [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine

build-webviewer:
     [echo] /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer, /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample
     [copy] Copying 160 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample
     [copy] Copying 37 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF/lib
     [copy] Copying 362 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF
     [copy] Copying 3 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF/lib
     [copy] Copying 3 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package
     [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/about_files
     [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package

build-webviewer-war:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF
      [jar] Building jar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/birt.war

package:
      [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/birt-runtime-osgi-4.14.0-202306061713.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-runtime-osgi ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-runtime-osgi ---
[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-runtime-osgi/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-runtime-osgi ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-runtime-osgi ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-runtime-osgi ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/jacoco.exec
[INFO] 
[INFO] -------------------< org.eclipse.birt:birt-runtime >--------------------
[INFO] Building birt-runtime 4.14.0-SNAPSHOT                          [253/288]
[INFO]   from build/birt-packages/birt-runtime/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-runtime ---
[INFO] 
[INFO] --- antrun:1.8:run (clean) @ birt-runtime ---
[INFO] Executing tasks

main:

clean:
   [delete] Deleting directory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-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/build/birt-packages/birt-runtime/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-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-source:2.7.5:feature-source (feature-source) @ birt-runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default) @ birt-runtime ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- antrun:1.8:run (package) @ birt-runtime ---
[INFO] Executing tasks

main:

build-report-engine:
     [copy] Copying 208 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package
     [copy] Copying 149 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/ReportEngine/lib
     [copy] Copying 33 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/ReportEngine/addons

create-birt-runtime:
     [copy] Copying 152 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime
 [buildJar] create /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/tmp.birt.runtime.jar from /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime
load bundles from folder/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/org.eclipse.birt.runtime
 [buildJar] load bundle org.eclipse.birt.chart.device.extension from org.eclipse.birt.chart.device.extension_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.chart.device.svg from org.eclipse.birt.chart.device.svg_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.chart.engine.extension from org.eclipse.birt.chart.engine.extension_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.chart.engine from org.eclipse.birt.chart.engine_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.chart.examples.core from org.eclipse.birt.chart.examples.core_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.chart.reportitem from org.eclipse.birt.chart.reportitem_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.core.script.function from org.eclipse.birt.core.script.function_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.core from org.eclipse.birt.core_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.data.aggregation from org.eclipse.birt.data.aggregation_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.data.oda.mongodb from org.eclipse.birt.data.oda.mongodb_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.data.oda.pojo from org.eclipse.birt.data.oda.pojo_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.data from org.eclipse.birt.data_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.me.prettyprint.hector from org.eclipse.birt.me.prettyprint.hector_4.14.0.v202306061713
 [buildJar] load bundle org.eclipse.birt.report.data.adapter from org.eclipse.birt.report.data.adapter_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.data.bidi.utils from org.eclipse.birt.report.data.bidi.utils_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.data.oda.excel from org.eclipse.birt.report.data.oda.excel_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.data.oda.hive from org.eclipse.birt.report.data.oda.hive_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb from org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile from org.eclipse.birt.report.data.oda.jdbc.dbprofile_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc from org.eclipse.birt.report.data.oda.jdbc_4.14.0.v202306061713
 [buildJar] load bundle org.eclipse.birt.report.data.oda.sampledb from org.eclipse.birt.report.data.oda.sampledb_4.14.0.v202306061713
 [buildJar] load bundle org.eclipse.birt.report.data.oda.xml from org.eclipse.birt.report.data.oda.xml_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.designer.core from org.eclipse.birt.report.designer.core_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction.csv from org.eclipse.birt.report.engine.dataextraction.csv_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction from org.eclipse.birt.report.engine.dataextraction_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.docx from org.eclipse.birt.report.engine.emitter.config.docx_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.excel from org.eclipse.birt.report.engine.emitter.config.excel_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.html from org.eclipse.birt.report.engine.emitter.config.html_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odp from org.eclipse.birt.report.engine.emitter.config.odp_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ods from org.eclipse.birt.report.engine.emitter.config.ods_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odt from org.eclipse.birt.report.engine.emitter.config.odt_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pdf from org.eclipse.birt.report.engine.emitter.config.pdf_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.postscript from org.eclipse.birt.report.engine.emitter.config.postscript_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ppt from org.eclipse.birt.report.engine.emitter.config.ppt_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pptx from org.eclipse.birt.report.engine.emitter.config.pptx_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.wpml from org.eclipse.birt.report.engine.emitter.config.wpml_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config from org.eclipse.birt.report.engine.emitter.config_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.docx from org.eclipse.birt.report.engine.emitter.docx_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.html from org.eclipse.birt.report.engine.emitter.html_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odp from org.eclipse.birt.report.engine.emitter.odp_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ods from org.eclipse.birt.report.engine.emitter.ods_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odt from org.eclipse.birt.report.engine.emitter.odt_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pdf from org.eclipse.birt.report.engine.emitter.pdf_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.postscript from org.eclipse.birt.report.engine.emitter.postscript_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ppt from org.eclipse.birt.report.engine.emitter.ppt_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pptx from org.eclipse.birt.report.engine.emitter.pptx_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.prototype.excel from org.eclipse.birt.report.engine.emitter.prototype.excel_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.wpml from org.eclipse.birt.report.engine.emitter.wpml_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.fonts from org.eclipse.birt.report.engine.fonts_4.14.0.v202306061713
 [buildJar] load bundle org.eclipse.birt.report.engine.odf from org.eclipse.birt.report.engine.odf_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.ooxml from org.eclipse.birt.report.engine.ooxml_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine.script.javascript from org.eclipse.birt.report.engine.script.javascript_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.engine from org.eclipse.birt.report.engine_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.item.crosstab.core from org.eclipse.birt.report.item.crosstab.core_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.model.adapter.oda from org.eclipse.birt.report.model.adapter.oda_4.14.0.v202306061713.jar
 [buildJar] load bundle org.eclipse.birt.report.model from org.eclipse.birt.report.model_4.14.0.v202306061713.jar
 [buildJar] load bundle uk.co.spudsoft.birt.emitters.excel from uk.co.spudsoft.birt.emitters.excel_4.14.0.v202306061713
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.chart.device.svg/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.chart.device.svg/.options
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.chart.engine.extension/.options
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.chart.engine/.options
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.chart.examples.core/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.chart.reportitem/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.chart.reportitem/.options
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.core/.options
Jun 06, 2023 5:38:01 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.data.aggregation/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.data/.options
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/LICENSE.txt
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/commons-lang-2.4.jar/META-INF/NOTICE.txt
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/LICENSE.txt
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.me.prettyprint.hector/lib/libthrift-0.14.0.jar/META-INF/NOTICE.txt
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.data.adapter/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.data.adapter/.options
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.data.oda.hive/.options
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/.options
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/.options
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.designer.core/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/.options
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/.options
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.fonts/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.odf/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.ooxml/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:02 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine/lib/Tidy.jar/META-INF/LICENSE.txt
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar/META-INF/LICENSE.txt
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.engine/.options
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/eclipse32.png
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.model/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate org.eclipse.birt.report.model/.options
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/OSGI-INF/l10n/bundle.properties
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/LICENSE.txt
Jun 06, 2023 5:38:03 PM org.eclipse.birt.build.pack.FrameworkPacker log
WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/lib/commons-codec-1.5.jar/META-INF/NOTICE.txt
      [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/org.eclipse.birt.runtime_4.14.0-202306061713.jar
   [delete] Deleting: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/tmp.birt.runtime.jar

build-webviewer:
     [copy] Copying 137 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/WebViewerExample/WEB-INF/lib

build-webviewer-war:
      [jar] Building jar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/birt.war

package:
      [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/birt-runtime-4.14.0-202306061713.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-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/build/birt-packages/birt-runtime/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/jacoco.exec
[INFO] 
[INFO] ----------------< org.eclipse.birt:birt-sample-plugins >----------------
[INFO] Building birt-sample-plugins 4.14.0-SNAPSHOT                   [254/288]
[INFO]   from build/birt-packages/birt-sample-plugins/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-sample-plugins ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-sample-plugins ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-sample-plugins ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-sample-plugins ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-sample-plugins ---
[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-sample-plugins/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-sample-plugins ---
[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-sample-plugins/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-sample-plugins ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-sample-plugins ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-sample-plugins ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-sample-plugins ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-sample-plugins ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-sample-plugins ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-sample-plugins ---
[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:2.7.5:archive-repository (default-archive-repository) @ birt-sample-plugins ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-sample-plugins ---
[INFO] 
[INFO] --- antrun:3.0.0:run (copy) @ birt-sample-plugins ---
[INFO] Executing tasks
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/repository/artifacts.jar
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/repository/content.jar
[INFO]      [move] Moving 12 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/repository/eclipse
[INFO]      [copy] Copying 2 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/repository/eclipse
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.14.0-202306061713.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-sample-plugins ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-sample-plugins ---
[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-sample-plugins/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-sample-plugins ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-sample-plugins ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-sample-plugins ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/jacoco.exec
[INFO] 
[INFO] -----------------< org.eclipse.birt:birt-tests-suite >------------------
[INFO] Building birt-tests-suite 4.14.0-SNAPSHOT                      [255/288]
[INFO]   from build/birt-packages/birt-tests-suite/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-tests-suite ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-tests-suite ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-tests-suite ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-tests-suite ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-tests-suite ---
[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-tests-suite/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-tests-suite ---
[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-tests-suite/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-tests-suite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-tests-suite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-tests-suite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-tests-suite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-tests-suite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-tests-suite ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-tests-suite ---
[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:2.7.5:archive-repository (default-archive-repository) @ birt-tests-suite ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-tests-suite ---
[INFO] 
[INFO] --- antrun:3.0.0:run (copy) @ birt-tests-suite ---
[INFO] Executing tasks
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/repository/artifacts.jar
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/repository/content.jar
[INFO]      [move] Moving 27 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/repository/eclipse
[INFO]      [copy] Copying 4 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/repository
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.14.0-202306061713.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-tests-suite ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-tests-suite ---
[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-tests-suite/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-tests-suite ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-tests-suite ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-tests-suite ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/jacoco.exec
[INFO] 
[INFO] ---< org.eclipse.birt.features:org.eclipse.birt.integration.wtp.sdk >---
[INFO] Building org.eclipse.birt.integration.wtp.sdk 4.14.0-SNAPSHOT  [256/288]
[INFO]   from features/org.eclipse.birt.integration.wtp.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.integration.wtp.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.integration.wtp.sdk.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.integration.wtp.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.sdk.feature/target/org.eclipse.birt.integration.wtp.sdk-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.integration.wtp.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.integration.wtp.sdk.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.integration.wtp.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.sdk.feature/target/jacoco.exec
[INFO] 
[INFO] -------------< org.eclipse.birt:birt-wtp-integration-sdk >--------------
[INFO] Building birt-wtp-integration-sdk 4.14.0-SNAPSHOT              [257/288]
[INFO]   from build/birt-packages/birt-wtp-integration-sdk/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-wtp-integration-sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-wtp-integration-sdk ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-wtp-integration-sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-wtp-integration-sdk ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-wtp-integration-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/build/birt-packages/birt-wtp-integration-sdk/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-wtp-integration-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/build/birt-packages/birt-wtp-integration-sdk/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-wtp-integration-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-wtp-integration-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-wtp-integration-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-wtp-integration-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-wtp-integration-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-wtp-integration-sdk ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-wtp-integration-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-p2-repository:2.7.5:archive-repository (default-archive-repository) @ birt-wtp-integration-sdk ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/target/birt-wtp-integration-sdk-4.14.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-wtp-integration-sdk ---
[INFO] 
[INFO] --- antrun:3.0.0:run (re-package) @ birt-wtp-integration-sdk ---
[INFO] Executing tasks
[INFO]      [copy] Copying 11 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/target/eclipse
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/target/birt-wtp-integration-sdk-4.14.0-202306061713.zip
[INFO]    [delete] Deleting directory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/target/eclipse
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-wtp-integration-sdk ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-wtp-integration-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/build/birt-packages/birt-wtp-integration-sdk/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-wtp-integration-sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-wtp-integration-sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-wtp-integration-sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.viewer >-----------
[INFO] Building org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT         [258/288]
[INFO]   from chart/org.eclipse.birt.chart.viewer/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.viewer ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.viewer ---
[INFO] Resolving class path of org.eclipse.birt.chart.viewer...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.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/chart/org.eclipse.birt.chart.viewer/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.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/chart/org.eclipse.birt.chart.viewer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.chart.viewer ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.viewer/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.viewer ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.chart.viewer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.viewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.viewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.viewer/chart-viewer.jar
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.viewer/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.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/chart/org.eclipse.birt.chart.viewer/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.chart.viewer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.chart.viewer ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.viewer/target/jacoco.exec
[INFO] 
[INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.viewer >-------
[INFO] Building org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT         [259/288]
[INFO]   from features/org.eclipse.birt.chart.viewer.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.viewer ---
[INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.viewer.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.viewer ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.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/features/org.eclipse.birt.chart.viewer.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.chart.viewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart.viewer ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.viewer.feature/target/org.eclipse.birt.chart.viewer-4.14.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.viewer ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.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/features/org.eclipse.birt.chart.viewer.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.viewer ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.viewer.feature/target/jacoco.exec
[INFO] 
[INFO] --------------------< org.eclipse.birt:birt-source >--------------------
[INFO] Building birt-source 4.14.0-SNAPSHOT                           [260/288]
[INFO]   from build/birt-packages/birt-source/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-source ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-source ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ birt-source ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-source ---
[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-source/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-source ---
[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-source/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ birt-source ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ birt-source ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ birt-source ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ birt-source ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ birt-source ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-source ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-source ---
[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:2.7.5:archive-repository (default-archive-repository) @ birt-source ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-source/target/birt-source-4.14.0-202306061713.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-source ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ birt-source ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-source ---
[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-source/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-source ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-source ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-source ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-source/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.build.package.nl:org.eclipse.birt.build.package.nl-parent >--
[INFO] Building org.eclipse.birt.build.package.nl-parent 4.14.0-SNAPSHOT [261/288]
[INFO]   from build/birt-packages/birt-nl/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build.package.nl-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build.package.nl-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/birt-nl/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.build.package.nl-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build.package.nl-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.build.package.nl-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build.package.nl-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/birt-nl/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.build.package.nl-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.nl-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.nl-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt.nl:NLpack1-birt-charts >---------------
[INFO] Building NLpack1-birt-charts 4.14.0-SNAPSHOT                   [262/288]
[INFO]   from build/birt-packages/birt-nl/birt-charts/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-charts ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ NLpack1-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-nl/birt-charts/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-charts ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-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:2.7.5:feature-source (feature-source) @ NLpack1-birt-charts ---
[INFO] 
[INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-charts ---
[INFO] Executing tasks
[INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-charts/target/p2updatesite
[INFO]      [copy] Copying 11 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-charts/target/content/ChartRuntime/eclipse/plugins
[INFO]      [copy] Copying 12 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-charts/target/content/ChartSDK/eclipse/plugins
[INFO]      [copy] Copying 6 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-charts/target/content/DeploymentRuntime/ChartEngine
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-charts/target/NLpack1-birt-charts.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-charts ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-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-nl/birt-charts/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ NLpack1-birt-charts ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ NLpack1-birt-charts ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ NLpack1-birt-charts ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-charts/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt.nl:NLpack1-birt-rcp-report-designer >--------
[INFO] Building NLpack1-birt-rcp-report-designer 4.14.0-SNAPSHOT      [263/288]
[INFO]   from build/birt-packages/birt-nl/birt-rcp-report-designer/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-rcp-report-designer ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-rcp-report-designer ---
[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-nl/birt-rcp-report-designer/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-rcp-report-designer ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-rcp-report-designer ---
[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:2.7.5:feature-source (feature-source) @ NLpack1-birt-rcp-report-designer ---
[INFO] 
[INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-rcp-report-designer ---
[INFO] Executing tasks
[INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-rcp-report-designer/target/p2updatesite
[INFO]      [copy] Copying 56 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-rcp-report-designer/target/content/birt/plugins
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-rcp-report-designer/target/NLpack1-birt-rcp-report-designer.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-rcp-report-designer ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-rcp-report-designer ---
[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-nl/birt-rcp-report-designer/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ NLpack1-birt-rcp-report-designer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ NLpack1-birt-rcp-report-designer ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ NLpack1-birt-rcp-report-designer ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-rcp-report-designer/target/jacoco.exec
[INFO] 
[INFO] ----< org.eclipse.birt.nl:NLpack1-birt-report-designer-all-in-one >-----
[INFO] Building NLpack1-birt-report-designer-all-in-one 4.14.0-SNAPSHOT [264/288]
[INFO]   from build/birt-packages/birt-nl/birt-report-designer-all-in-one/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-report-designer-all-in-one ---
[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-nl/birt-report-designer-all-in-one/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-report-designer-all-in-one ---
[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:2.7.5:feature-source (feature-source) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] 
[INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] Executing tasks
[INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/p2updatesite
[INFO]      [copy] Copying 64 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/content/eclipse/plugins
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/NLpack1-birt-report-designer-all-in-one.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-report-designer-all-in-one ---
[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-nl/birt-report-designer-all-in-one/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ NLpack1-birt-report-designer-all-in-one ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-designer-all-in-one/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.nl:NLpack1-birt-report-framework >----------
[INFO] Building NLpack1-birt-report-framework 4.14.0-SNAPSHOT         [265/288]
[INFO]   from build/birt-packages/birt-nl/birt-report-framework/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-report-framework ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-report-framework ---
[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-nl/birt-report-framework/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-report-framework ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-report-framework ---
[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:2.7.5:feature-source (feature-source) @ NLpack1-birt-report-framework ---
[INFO] 
[INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-report-framework ---
[INFO] Executing tasks
[INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-framework/target/p2updatesite
[INFO]      [copy] Copying 64 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-framework/target/content/eclipse/plugins
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-framework/target/NLpack1-birt-report-framework.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-report-framework ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-report-framework ---
[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-nl/birt-report-framework/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ NLpack1-birt-report-framework ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ NLpack1-birt-report-framework ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ NLpack1-birt-report-framework ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-report-framework/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt.nl:NLpack1-birt-runtime >--------------
[INFO] Building NLpack1-birt-runtime 4.14.0-SNAPSHOT                  [266/288]
[INFO]   from build/birt-packages/birt-nl/birt-runtime/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ NLpack1-birt-runtime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ NLpack1-birt-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/build/birt-packages/birt-nl/birt-runtime/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ NLpack1-birt-runtime ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ NLpack1-birt-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-source:2.7.5:feature-source (feature-source) @ NLpack1-birt-runtime ---
[INFO] 
[INFO] --- antrun:3.0.0:run (default) @ NLpack1-birt-runtime ---
[INFO] Executing tasks
[INFO]     [unzip] Expanding: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.14.0-SNAPSHOT.zip into /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-runtime/target/p2updatesite
[INFO]      [copy] Copying 22 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-{birt.version}/ReportEngine/plugins
[INFO]      [copy] Copying 12 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-4.14.0/WebViewerExample/WEB-INF/lib
[INFO]      [copy] Copying 21 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-runtime/target/content/birt-runtime-4.14.0/WebViewerExample/WEB-INF/platform/plugins
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-runtime/target/NLpack1-birt-runtime.zip
[INFO] Executed tasks
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (add-runtime-sdk) @ NLpack1-birt-runtime ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ NLpack1-birt-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/build/birt-packages/birt-nl/birt-runtime/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ NLpack1-birt-runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ NLpack1-birt-runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ NLpack1-birt-runtime ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-nl/birt-runtime/target/jacoco.exec
[INFO] 
[INFO] -------------------< org.eclipse.birt:birt-publish >--------------------
[INFO] Building birt-publish 4.14.0-SNAPSHOT                          [267/288]
[INFO]   from build/birt-packages/birt-publish/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-publish ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-publish ---
[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-publish/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-publish ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-publish ---
[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:2.7.5:feature-source (feature-source) @ birt-publish ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-publish ---
[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-publish/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-publish ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-publish ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-publish ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-publish/target/jacoco.exec
[INFO] 
[INFO] -----------------< org.eclipse.birt:birt-runtime-test >-----------------
[INFO] Building birt-runtime-test 4.14.0-SNAPSHOT                     [268/288]
[INFO]   from build/birt-packages/birt-runtime-test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-runtime-test ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-runtime-test ---
[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-runtime-test/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ birt-runtime-test ---
[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-runtime-test/src/main/resources
[INFO] 
[INFO] --- compiler:3.8.0:compile (default-compile) @ birt-runtime-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ birt-runtime-test ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- dependency:2.10:unpack (copy) @ birt-runtime-test ---
[WARNING] Parameter 'local' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Configured Artifact: org.eclipse.birt:birt-runtime:4.14.0-SNAPSHOT:zip
[INFO] Configured Artifact: org.eclipse.birt:birt-runtime-osgi:4.14.0-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/birt-runtime-4.14.0-202306061713.zip to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime with includes "" and excludes ""
[INFO] Unpacking /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/birt-runtime-osgi-4.14.0-202306061713.zip to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-osgi with includes "" and excludes ""
[INFO] 
[INFO] --- compiler:3.8.0:testCompile (default-testCompile) @ birt-runtime-test ---
[INFO] Not compiling test sources
[INFO] 
[INFO] --- surefire:2.22.0:test (default-test) @ birt-runtime-test ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ birt-runtime-test ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-runtime-test ---
[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] --- jar:3.3.0:jar (default-jar) @ birt-runtime-test ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ birt-runtime-test ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-runtime-test ---
[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-runtime-test/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-runtime-test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-runtime-test ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-runtime-test ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/jacoco.exec
[INFO] 
[INFO] --------< org.eclipse.birt.chart:org.eclipse.birt.chart-parent >--------
[INFO] Building org.eclipse.birt.chart-parent 4.14.0-SNAPSHOT         [269/288]
[INFO]   from chart/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart-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/chart/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.chart-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.chart-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart-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/chart/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.common:org.eclipse.birt.common-parent >-------
[INFO] Building org.eclipse.birt.common-parent 4.14.0-SNAPSHOT        [270/288]
[INFO]   from common/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.common-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.common-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/common/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.common-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.common-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.common-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.common-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/common/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.common-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.common-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.common-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/common/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo.tests >--------
[INFO] Building org.eclipse.birt.data.oda.pojo.tests 4.14.0-SNAPSHOT  [271/288]
[INFO]   from data/org.eclipse.birt.data.oda.pojo.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.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/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.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/data/org.eclipse.birt.data.oda.pojo.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/org.eclipse.birt.data.oda.pojo.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.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/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.data.oda.pojo.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.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/data/org.eclipse.birt.data.oda.pojo.tests/target/custom.profile, -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.tests/target/jacoco-it.exec, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/surefire.properties]
Running org.eclipse.birt.data.oda.pojo.impl.internal.InnermostNextableTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.birt.data.oda.pojo.impl.internal.InnermostNextableTest
testInnermostNextable(org.eclipse.birt.data.oda.pojo.impl.internal.InnermostNextableTest)  Time elapsed: 0.003 s
Running org.eclipse.birt.data.oda.pojo.impl.internal.PojoDataSetFromCustomClassTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.birt.data.oda.pojo.impl.internal.PojoDataSetFromCustomClassTest
testNext(org.eclipse.birt.data.oda.pojo.impl.internal.PojoDataSetFromCustomClassTest)  Time elapsed: 0.005 s
Running org.eclipse.birt.data.oda.pojo.impl.QueryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.birt.data.oda.pojo.impl.QueryTest
testGetParameterMetaData(org.eclipse.birt.data.oda.pojo.impl.QueryTest)  Time elapsed: 0.13 s
Running org.eclipse.birt.data.oda.pojo.impl.ResultSetTest
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[]]
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[]]
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[]]
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:12 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/classes/]]
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[]]
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/classes/]]
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[]]
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[]]
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.util.URLParser <init>
WARNING: No ResourceIdentifiers are provided in appContext!
Jun 06, 2023 5:39:13 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader
INFO: URLs from data set class path: [[file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/classes/]]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s - in org.eclipse.birt.data.oda.pojo.impl.ResultSetTest
testMulti1TonMaps(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.027 s
testCheckNoPojoProvider(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.009 s
testPojosFromAppContext(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.004 s
testQueryWithParameters(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.271 s
testMaxRows(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.003 s
testPojosFromPojoDataSetClass(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.003 s
testCheckInvalidMulti1TonMaps(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.006 s
testPojosFromCustomDataSetClass(org.eclipse.birt.data.oda.pojo.impl.ResultSetTest)  Time elapsed: 0.003 s
Running org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromIteratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromIteratorTest
testNext(org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromIteratorTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromArrayTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromArrayTest
testNext(org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromArrayTest)  Time elapsed: 0.002 s
Running org.eclipse.birt.data.oda.pojo.util.PojoQueryParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.birt.data.oda.pojo.util.PojoQueryParserTest
testBasicParse(org.eclipse.birt.data.oda.pojo.util.PojoQueryParserTest)  Time elapsed: 0.003 s
Running org.eclipse.birt.data.oda.pojo.util.PojoQueryWriterTest
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PojoQuery appContextKey="TeacherDataSet_Key" dataSetClass="org.eclipse.birt.data.oda.pojo.input.TeacherDataSet" version="1.0">
    <ClassColumnMappings>
        <ColumnMapping index="1" name="Dean ID" odaDataType="Integer">
            <Method name="getDeanID"/>
        </ColumnMapping>
        <ColumnMapping index="2" name="Dean Name" odaDataType="String">
            <Method name="getDeanName"/>
        </ColumnMapping>
        <Method name="getDean"/>
    </ClassColumnMappings>
    <ClassColumnMappings>
        <ColumnMapping index="3" name="Student ID" odaDataType="Integer">
            <Method name="getStudentID"/>
        </ColumnMapping>
        <ColumnMapping index="4" name="Student Name" odaDataType="String">
            <Method name="getStudentName"/>
        </ColumnMapping>
        <Method name="getStudents">
            <ConstantParameter type="int" value="18"/>
            <VariableParameter name="sex" type="boolean" value=""/>
            <ConstantParameter type="java.lang.String"/>
        </Method>
    </ClassColumnMappings>
    <ColumnMapping index="5" name="Teacher ID" odaDataType="Integer">
        <Method name="getTeacherID"/>
    </ColumnMapping>
    <ColumnMapping index="6" name="Teacher Name" odaDataType="String">
        <Method name="getTeacherName"/>
    </ColumnMapping>
    <ColumnMapping index="7" name="Age" odaDataType="Integer">
        <Field name="age"/>
    </ColumnMapping>
</PojoQuery>

Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.birt.data.oda.pojo.util.PojoQueryWriterTest
testWrite(org.eclipse.birt.data.oda.pojo.util.PojoQueryWriterTest)  Time elapsed: 0.004 s
Running org.eclipse.birt.data.oda.pojo.util.ClassParserTest
java.util.List<java.util.List<java.lang.String>>
java.util.List<java.util.List<java.util.List>>
class java.lang.String
int
class [Lorg.eclipse.birt.data.oda.pojo.util.ClassParser;
class [I
java.util.List<java.lang.String>[]
java.util.List<java.lang.String[]>
java.util.List<java.util.List<java.lang.String>>
java.util.List<java.util.List<java.util.List>>
class java.lang.String
int
class [Lorg.eclipse.birt.data.oda.pojo.util.ClassParser;
class [I
java.util.List<java.lang.String>[]
java.util.List<java.lang.String[]>
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.birt.data.oda.pojo.util.ClassParserTest
testTypeLabelFromArray(org.eclipse.birt.data.oda.pojo.util.ClassParserTest)  Time elapsed: 0.002 s
testGetEssentialClassFromArray(org.eclipse.birt.data.oda.pojo.util.ClassParserTest)  Time elapsed: 0 s
testGetTypeLabel(org.eclipse.birt.data.oda.pojo.util.ClassParserTest)  Time elapsed: 0.003 s
testGetEssentialClass(org.eclipse.birt.data.oda.pojo.util.ClassParserTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.data.oda.pojo.util.ClassListerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.birt.data.oda.pojo.util.ClassListerTest
testListPublicClasses(org.eclipse.birt.data.oda.pojo.util.ClassListerTest)  Time elapsed: 0.002 s

Results:

Tests run: 20, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.tests ---
[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.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco-it.exec
[INFO] Analyzed bundle 'org.eclipse.birt.data.oda.pojo.tests' with 37 classes
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.tests/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.data:org.eclipse.birt.data-parent >---------
[INFO] Building org.eclipse.birt.data-parent 4.14.0-SNAPSHOT          [272/288]
[INFO]   from data/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data-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/data/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.data-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.data-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data-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/data/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.docs:org.eclipse.birt.docs-parent >---------
[INFO] Building org.eclipse.birt.docs-parent 4.14.0-SNAPSHOT          [273/288]
[INFO]   from docs/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.docs-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.docs-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/docs/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.docs-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.docs-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.docs-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.docs-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/docs/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.docs-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.docs-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.docs-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv.tests >--
[INFO] Building org.eclipse.birt.report.engine.dataextraction.csv.tests 4.14.0-SNAPSHOT [274/288]
[INFO]   from engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv.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.dataextraction.csv.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.csv.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.dataextraction.csv.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/org.eclipse.birt.report.engine.dataextraction.csv.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv.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.dataextraction.csv.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.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.dataextraction.csv.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/surefire.properties]
Running org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest
testException(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.101 s
testOutputLocalized(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.028 s
testOutputEncoding(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.004 s
testOutputWithoutColumnType(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.009 s
testOutputDataTypesLocalized(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.003 s
testOutputDateFormatWithLocaleNeutral(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.002 s
testOutputWithTimeZone(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
testOutputDataTypes(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0 s
testOutputDateFormatWithTimeZone(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.003 s
testOutputWithInvalidColumn(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0 s
testOutputDateFormatWithLocale(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
testOutputWithSelectedColumns(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
testOutputQuoting(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0 s
testOutputRegular(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
testOutputWithSemicolonSeparator(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0 s
testOutputWithPipeSeparator(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
testOutputDefaults(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
testOutputDefaultDateFormatWithLocale(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
testOutputWithTabSeparator(org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest)  Time elapsed: 0.001 s
Running org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest
testTabSeparator(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0 s
testMakeCSVRowOneColumn(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0 s
testCommaSeparator(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0.001 s
testRowSplitWithTabs(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0 s
testSemicolonSeparator(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0 s
testRowSplitWithComma(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0 s
testPipeSeparator(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0 s
testMakeCSVRowWithNulls(org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest)  Time elapsed: 0 s

Results:

Tests run: 27, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx.tests >--
[INFO] Building org.eclipse.birt.report.engine.emitter.pptx.tests 4.14.0-SNAPSHOT [275/288]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.pptx.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pptx.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pptx.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.emitter.pptx.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pptx.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.emitter.pptx.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pptx.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/org.eclipse.birt.report.engine.emitter.pptx.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pptx.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.emitter.pptx.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.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.emitter.pptx.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dfile.encoding=UTF-8, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/surefire.properties]
Running org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG
Jun 06, 2023 5:39:20 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "/ThemesReportItems3.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:81)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:293)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:257)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(ReportParser.java:136)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.getReportDesignHandle(ReportEngineHelper.java:211)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:223)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:165)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:115)
	at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:265)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.DesignToPNG.toDocument(DesignToPNG.java:47)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.DesignToPNG.convert(DesignToPNG.java:33)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG.runDesign(TestPPTX2PNG.java:46)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG.testTable(TestPPTX2PNG.java:33)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 4ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/zh/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_CN/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/truetype cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/tt cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ar/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ja/X11/fonts/TT cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/windows/fonts cost:0ms
Jun 06, 2023 5:39:21 PM 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:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TTF cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ja/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/TTF cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/windows/fonts cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/OTF cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/windows/fonts cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in e:/WINNT/fonts cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in d:/WINNT/fonts cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/OTF cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/WINNT/fonts cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/zh_TW/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/default/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/WINNT/fonts cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in f:/windows/fonts cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/locale/ko/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/openwin/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/X11R6/lib/X11/fonts/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/truetype cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in C:/WINNT/fonts cost:0ms
Jun 06, 2023 5:39:21 PM 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
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in g:/windows/fonts cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath
INFO: register fonts in /usr/share/fonts/ko/TrueType cost:0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_pdf.xml cost 0ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig.xml cost 2ms
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig
INFO: load font config in bundleentry://108.fwk60497271/fontsConfig_linux.xml cost 1ms
Processing ./utest/table.rptdesign/output.pptx
Usage: PPTX2PNG [options] <ppt or pptx file>
Error: 'output.pptx': Format not supported - try to include poi-scratchpad.jar into the CLASSPATH.
Options:
    -scale <float>    scale factor
    -fixSide <side>   specify side (long,short,width,height) to fix - use <scale> as amount of pixels
    -slide <integer>  1-based index of a slide to render
    -format <type>    png,gif,jpg (,null for testing)
    -outdir <dir>     output directory, defaults to origin of the ppt/pptx file
    -outfile <file>   output filename, defaults to '${basename}-${slideno}.${format}'
    -outpat <pattern> output filename pattern, defaults to '${basename}-${slideno}.${format}'
                      patterns: basename, slideno, format, ext
    -dump <file>      dump the annotated records to a file
    -quiet            do not write to console (for normal processing)
Jun 06, 2023 5:39:21 PM org.eclipse.birt.report.model.core.LayoutModule loadLibrarySilently
WARNING: Syntax error found, and see error details.
Error.DesignFileException.SYNTAX_ERROR - 1 errors found! 
1.)  org.eclipse.birt.report.model.parser.DesignParserException (code = Error.DesignParserException.FILE_NOT_FOUND, message : The file "/ThemesReportItems3.rptlibrary" is not found.)

	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrary(LayoutModule.java:347)
	at org.eclipse.birt.report.model.core.LayoutModule.loadLibrarySilently(LayoutModule.java:426)
	at org.eclipse.birt.report.model.parser.IncludedLibrariesStructureListState$IncludedLibraryStructureState.end(IncludedLibrariesStructureListState.java:127)
	at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(XMLParserHandler.java:177)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.endElement(AbstractSAXParser.java:618)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanEndElement(XMLDocumentFragmentScannerImpl.java:1728)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2899)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
	at java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:542)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:889)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:825)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1224)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:637)
	at java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:326)
	at org.eclipse.birt.report.model.parser.ModuleReader.readModule(ModuleReader.java:94)
	at org.eclipse.birt.report.model.parser.DesignReader.read(DesignReader.java:81)
	at org.eclipse.birt.report.model.core.DesignSessionImpl.openDesign(DesignSessionImpl.java:293)
	at org.eclipse.birt.report.model.api.SessionHandleImpl.openDesign(SessionHandleImpl.java:257)
	at org.eclipse.birt.report.model.api.SessionHandle.openDesign(SessionHandle.java:1)
	at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(ReportParser.java:136)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.getReportDesignHandle(ReportEngineHelper.java:211)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:223)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:165)
	at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:115)
	at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:265)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.DesignToPNG.toDocument(DesignToPNG.java:47)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.DesignToPNG.convert(DesignToPNG.java:33)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG.runDesign(TestPPTX2PNG.java:46)
	at org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG.testText(TestPPTX2PNG.java:28)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Processing ./utest/text.rptdesign/output.pptx
Usage: PPTX2PNG [options] <ppt or pptx file>
Error: 'output.pptx': Format not supported - try to include poi-scratchpad.jar into the CLASSPATH.
Options:
    -scale <float>    scale factor
    -fixSide <side>   specify side (long,short,width,height) to fix - use <scale> as amount of pixels
    -slide <integer>  1-based index of a slide to render
    -format <type>    png,gif,jpg (,null for testing)
    -outdir <dir>     output directory, defaults to origin of the ppt/pptx file
    -outfile <file>   output filename, defaults to '${basename}-${slideno}.${format}'
    -outpat <pattern> output filename pattern, defaults to '${basename}-${slideno}.${format}'
                      patterns: basename, slideno, format, ext
    -dump <file>      dump the annotated records to a file
    -quiet            do not write to console (for normal processing)
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.095 s - in org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG
testTable(org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG)  Time elapsed: 1.008 s
testText(org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG)  Time elapsed: 0.068 s
Running org.eclipse.birt.report.engine.emitter.pptx.tests.TreeVisitorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.birt.report.engine.emitter.pptx.tests.TreeVisitorTest
test(org.eclipse.birt.report.engine.emitter.pptx.tests.TreeVisitorTest)  Time elapsed: 0.003 s

Results:

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pptx.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx.tests/target/jacoco.exec
[INFO] 
[INFO] -----< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel.tests >------
[INFO] Building uk.co.spudsoft.birt.emitters.excel.tests 4.14.0-SNAPSHOT [276/288]
[INFO]   from engine/uk.co.spudsoft.birt.emitters.excel.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] Resolving class path of uk.co.spudsoft.birt.emitters.excel.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ uk.co.spudsoft.birt.emitters.excel.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/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ uk.co.spudsoft.birt.emitters.excel.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/uk.co.spudsoft.birt.emitters.excel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] Compiling 63 source files to /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ uk.co.spudsoft.birt.emitters.excel.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:2.7.5:package-plugin (default-package-plugin) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/uk.co.spudsoft.birt.emitters.excel.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ uk.co.spudsoft.birt.emitters.excel.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/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ uk.co.spudsoft.birt.emitters.excel.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel.tests/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.engine:org.eclipse.birt.engine-parent >-------
[INFO] Building org.eclipse.birt.engine-parent 4.14.0-SNAPSHOT        [277/288]
[INFO]   from engine/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.engine-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.engine-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/engine/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.engine-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.engine-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.engine-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.engine-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/engine/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.engine-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.engine-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.engine-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.features:org.eclipse.birt.sdk >-----------
[INFO] Building org.eclipse.birt.sdk 4.14.0-SNAPSHOT                  [278/288]
[INFO]   from features/org.eclipse.birt.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.sdk ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.sdk ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.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.sdk.feature/target/jacoco.exec
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.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:2.7.5:package-feature (default-package-feature) @ org.eclipse.birt.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.sdk.feature/target/org.eclipse.birt.sdk-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.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.sdk.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.sdk ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.sdk.feature/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samples.ide.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.samples.ide.nl1 4.14.0-SNAPSHOT [279/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.ide.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 6 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl
[INFO] [native2ascii] Converting 2 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[WARNING] /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/build.properties: bin.includes value(s) [plugin_??_??.properties] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/org.eclipse.birt.report.designer.ui.samples.ide.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt.nl:org.eclipse.birt.report.designer.ui.samplesview.nl1 >--
[INFO] Building org.eclipse.birt.report.designer.ui.samplesview.nl1 4.14.0-SNAPSHOT [280/288]
[INFO]   from nl/org.eclipse.birt.report.designer.ui.samplesview.nl/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- antrun:3.0.0:run (clean.property.files) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samplesview.nl1...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- antrun:3.0.0:run (generate.property.files) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Executing tasks
[INFO] [native2ascii] Converting 9 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl
[INFO] [native2ascii] Converting 3 files from /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl to /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/org.eclipse.birt.report.designer.ui.samplesview.nl1-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[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/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 ---
[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.nl1 ---
[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.nl1 ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/nl/org.eclipse.birt.report.designer.ui.samplesview.nl/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.static_html >--
[INFO] Building org.eclipse.birt.report.designer.ui.preview.static_html 4.14.0-SNAPSHOT [281/288]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.preview.static_html/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.static_html...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.static_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/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.static_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/UI/org.eclipse.birt.report.designer.ui.preview.static_html/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.static_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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/org.eclipse.birt.report.designer.ui.preview.static_html-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.static_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/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.report.designer.ui.preview.static_html ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.static_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.designer.ui.preview.static_html ---
[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.static_html ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.static_html/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.test >--
[INFO] Building org.eclipse.birt.report.designer.ui.preview.test 4.14.0-SNAPSHOT [282/288]
[INFO]   from UI/org.eclipse.birt.report.designer.ui.preview.test/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.test...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.test ---
[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/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.test ---
[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.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.test/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.test ---
[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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.test/target/org.eclipse.birt.report.designer.ui.preview.test-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.test ---
[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/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.designer.ui.preview.test ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.test ---
[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.test ---
[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.test ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.test/target/jacoco.exec
[INFO] 
[INFO] -----------< org.eclipse.birt.UI:org.eclipse.birt.UI-parent >-----------
[INFO] Building org.eclipse.birt.UI-parent 4.14.0-SNAPSHOT            [283/288]
[INFO]   from UI/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.UI-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.UI-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/UI/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.UI-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.UI-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.UI-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.UI-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/UI/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.UI-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.UI-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.UI-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt:org.eclipse.birt.jetty.overlay >-----------
[INFO] Building org.eclipse.birt.jetty.overlay 4.14.0-SNAPSHOT        [284/288]
[INFO]   from viewer/org.eclipse.birt.jetty.overlay/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.jetty.overlay ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.jetty.overlay ---
[INFO] Resolving class path of org.eclipse.birt.jetty.overlay...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.jetty.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.jetty.overlay/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.jetty.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.jetty.overlay/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.jetty.overlay ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.jetty.overlay/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.jetty.overlay ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.birt.jetty.overlay ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.jetty.overlay ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.jetty.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.jetty.overlay ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.jetty.overlay/target/org.eclipse.birt.jetty.overlay-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.jetty.overlay ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.jetty.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.jetty.overlay/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.birt.jetty.overlay ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] Skipping tests
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.birt.jetty.overlay ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.jetty.overlay ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.jetty.overlay ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.jetty.overlay ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.jetty.overlay/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt:org.eclipse.birt.report.viewer.tests >--------
[INFO] Building org.eclipse.birt.report.viewer.tests 4.14.0-SNAPSHOT  [285/288]
[INFO]   from viewer/org.eclipse.birt.report.viewer.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewer.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.viewer.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewer.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/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.viewer.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/viewer/org.eclipse.birt.report.viewer.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewer.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer.tests/target/org.eclipse.birt.report.viewer.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.viewer.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewer.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewer.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/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.viewer.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.viewer.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer.tests/target/jacoco.exec
[INFO] 
[INFO] -------< org.eclipse.birt.viewer:org.eclipse.birt.viewer-parent >-------
[INFO] Building org.eclipse.birt.viewer-parent 4.14.0-SNAPSHOT        [286/288]
[INFO]   from viewer/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.viewer-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.viewer-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/viewer/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.viewer-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.viewer-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.viewer-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.viewer-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/viewer/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.viewer-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.viewer-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.viewer-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core.tests >--
[INFO] Building org.eclipse.birt.report.item.crosstab.core.tests 4.14.0-SNAPSHOT [287/288]
[INFO]   from xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] The project's OSGi version is 4.14.0.v202306061713
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.milyn:flute:1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.cassandra:cassandra-thrift:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.10 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.12 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.google.guava:guava:r09 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.github.stephenc.eaio-uuid:uuid:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact com.ecyrd.speed4j:speed4j:0.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat.embed:tomcat-embed-core:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] Maven Artifact org.apache.tomcat:tomcat-annotations-api:8.5.46 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core.tests...
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core.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/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.core.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/xtab/org.eclipse.birt.report.item.crosstab.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/classes
[INFO] 
[INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] Not copying test resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.14.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core.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:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/org.eclipse.birt.report.item.crosstab.core.tests-4.14.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core.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/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[WARNING] Both parameter 'skipTests' and 'maven.test.skip' are set, 'skipTests' has a higher priority!
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.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/xtab/org.eclipse.birt.report.item.crosstab.core.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.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/surefire.properties]
Running org.eclipse.birt.report.item.crosstab.core.AllTests
Jun 06, 2023 5:39:31 PM org.eclipse.birt.report.model.metadata.ExtensionLoader handleError
SEVERE: Message:The class [org.eclipse.birt.report.model.tests.noexistingClass] can not be instantiated. Error code:FAILED_TO_CREATE_INSTANCE 
Jun 06, 2023 5:39:31 PM org.eclipse.birt.report.model.metadata.ExtensionLoader handleError
SEVERE: Message:The default style for extension element	"TestingBox" should not be empty. Error code:DEFAULT_EMPTY_STYLE_NAME 
Jun 06, 2023 5:39:32 PM org.eclipse.birt.report.model.metadata.ElementDefn buildPropertiesVisibility
WARNING: Message:Property visibility:[InvalidProperty] on element: [TestingMatrix] doesn't point to an existing property. Error code:VISIBILITY_PROPERTY_NOT_FOUND 
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s - in org.eclipse.birt.report.item.crosstab.core.AllTests
testNewReportItem(org.eclipse.birt.report.item.crosstab.core.de.CrosstabItemFactoryTest)  Time elapsed: 0.304 s
testRemoveGrandTotal(org.eclipse.birt.report.item.crosstab.core.de.CrosstabViewHandleTest)  Time elapsed: 0.103 s
testFilters(org.eclipse.birt.report.item.crosstab.core.de.MeasureViewHandleTest)  Time elapsed: 0.015 s
testParse(org.eclipse.birt.report.item.crosstab.core.parser.AggregationCellParseTest)  Time elapsed: 0.017 s
testSemanticCheck(org.eclipse.birt.report.item.crosstab.core.parser.AggregationCellParseTest)  Time elapsed: 0.002 s
testWriter(org.eclipse.birt.report.item.crosstab.core.parser.AggregationCellParseTest)  Time elapsed: 0.031 s
testParse(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabCellParseTest)  Time elapsed: 0.002 s
testSemanticCheck(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabCellParseTest)  Time elapsed: 0.002 s
testWriter(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabCellParseTest)  Time elapsed: 0.015 s
testSemanticCheck(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabParseTest)  Time elapsed: 0.002 s
testParser(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabParseTest)  Time elapsed: 0.002 s
testWriter(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabParseTest)  Time elapsed: 0.011 s
testParse(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabViewParseTest)  Time elapsed: 0.001 s
testSemanticCheck(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabViewParseTest)  Time elapsed: 0.001 s
testWriter(org.eclipse.birt.report.item.crosstab.core.parser.CrosstabViewParseTest)  Time elapsed: 0.011 s
testParse(org.eclipse.birt.report.item.crosstab.core.parser.DimensionViewParseTest)  Time elapsed: 0.002 s
testSemanticCheck(org.eclipse.birt.report.item.crosstab.core.parser.DimensionViewParseTest)  Time elapsed: 0.001 s
testWriter(org.eclipse.birt.report.item.crosstab.core.parser.DimensionViewParseTest)  Time elapsed: 0.012 s
testParse(org.eclipse.birt.report.item.crosstab.core.parser.LevelViewParseTest)  Time elapsed: 0.003 s
testSemanticCheck(org.eclipse.birt.report.item.crosstab.core.parser.LevelViewParseTest)  Time elapsed: 0.001 s
testWriter(org.eclipse.birt.report.item.crosstab.core.parser.LevelViewParseTest)  Time elapsed: 0.01 s
testParse(org.eclipse.birt.report.item.crosstab.core.parser.MeasureViewParseTest)  Time elapsed: 0.001 s
testSemanticCheck(org.eclipse.birt.report.item.crosstab.core.parser.MeasureViewParseTest)  Time elapsed: 0.002 s
testWriter(org.eclipse.birt.report.item.crosstab.core.parser.MeasureViewParseTest)  Time elapsed: 0.013 s
testCanContain(org.eclipse.birt.report.item.crosstab.core.util.CrosstabUtilTest)  Time elapsed: 0.012 s
testGetAggregationMeasures(org.eclipse.birt.report.item.crosstab.core.util.CrosstabUtilTest)  Time elapsed: 0.039 s

Results:

Tests run: 26, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core.tests ---
[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.tests ---
[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.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core.tests/target/jacoco.exec
[INFO] 
[INFO] ---------< org.eclipse.birt.xtab:org.eclipse.birt.xtab-parent >---------
[INFO] Building org.eclipse.birt.xtab-parent 4.14.0-SNAPSHOT          [288/288]
[INFO]   from xtab/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.xtab-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.xtab-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/xtab/target/jacoco.exec
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.birt.xtab-parent ---
[INFO] 
[INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.xtab-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:2.7.5:feature-source (feature-source) @ org.eclipse.birt.xtab-parent ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.xtab-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/xtab/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.xtab-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.xtab-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.xtab-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/xtab/target/jacoco.exec
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.birt-parent 4.14.0-SNAPSHOT ............ SUCCESS [  2.490 s]
[INFO] org.eclipse.birt.target 4.14.0-SNAPSHOT ............ SUCCESS [  0.359 s]
[INFO] org.eclipse.birt.example 4.14.0-SNAPSHOT ........... SUCCESS [  4.993 s]
[INFO] org.eclipse.birt 4.14.0-SNAPSHOT ................... SUCCESS [  0.110 s]
[INFO] org.eclipse.birt.build-parent 4.14.0-SNAPSHOT ...... SUCCESS [  0.018 s]
[INFO] org.eclipse.birt.build.package-parent 4.14.0-SNAPSHOT SUCCESS [  0.044 s]
[INFO] org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT ...... SUCCESS [  0.177 s]
[INFO] org.eclipse.birt.features-parent 4.14.0-SNAPSHOT ... SUCCESS [  0.030 s]
[INFO] org.eclipse.birt.chart.cshelp 4.14.0-SNAPSHOT ...... SUCCESS [  0.123 s]
[INFO] javax.xml.rpc 1.1.2-SNAPSHOT ....................... SUCCESS [  0.412 s]
[INFO] org.apache.axis 1.4.1-SNAPSHOT ..................... SUCCESS [  0.292 s]
[INFO] org.eclipse.birt.core-parent 4.14.0-SNAPSHOT ....... SUCCESS [  0.016 s]
[INFO] org.eclipse.birt.core 4.14.0-SNAPSHOT .............. SUCCESS [  5.263 s]
[INFO] org.eclipse.birt.chart.engine 4.14.0-SNAPSHOT ...... SUCCESS [  7.004 s]
[INFO] org.eclipse.birt.chart.device.extension 4.14.0-SNAPSHOT SUCCESS [  1.433 s]
[INFO] org.eclipse.birt.chart.device.svg 4.14.0-SNAPSHOT .. SUCCESS [  0.614 s]
[INFO] org.eclipse.birt.chart.device.pdf 4.14.0-SNAPSHOT .. SUCCESS [  4.911 s]
[INFO] org.eclipse.birt.chart.device.swt 4.14.0-SNAPSHOT .. SUCCESS [  0.485 s]
[INFO] org.eclipse.birt.chart.engine.extension 4.14.0-SNAPSHOT SUCCESS [  1.557 s]
[INFO] org.eclipse.birt.chart.examples.core 4.14.0-SNAPSHOT SUCCESS [  0.688 s]
[INFO] org.eclipse.birt.core.ui 4.14.0-SNAPSHOT ........... SUCCESS [  0.525 s]
[INFO] org.eclipse.birt.chart.ui 4.14.0-SNAPSHOT .......... SUCCESS [  1.637 s]
[INFO] org.eclipse.birt.chart.ui.extension 4.14.0-SNAPSHOT  SUCCESS [  3.036 s]
[INFO] org.eclipse.birt.chart.osgi.runtime 4.14.0-SNAPSHOT  SUCCESS [  0.582 s]
[INFO] org.eclipse.birt.chart 4.14.0-SNAPSHOT ............. SUCCESS [  0.365 s]
[INFO] ChartRuntime 4.14.0-SNAPSHOT ....................... SUCCESS [  5.845 s]
[INFO] org.eclipse.birt.data 4.14.0-SNAPSHOT .............. SUCCESS [  6.240 s]
[INFO] org.w3c.sac 1.3.0-SNAPSHOT ......................... SUCCESS [  0.112 s]
[INFO] org.eclipse.birt.model-parent 4.14.0-SNAPSHOT ...... SUCCESS [  0.078 s]
[INFO] org.eclipse.birt.report.model 4.14.0-SNAPSHOT ...... SUCCESS [  8.393 s]
[INFO] org.eclipse.birt.data.aggregation 4.14.0-SNAPSHOT .. SUCCESS [  0.696 s]
[INFO] org.eclipse.birt.report.data.adapter 4.14.0-SNAPSHOT SUCCESS [  1.689 s]
[INFO] org.eclipse.birt.report.designer.core 4.14.0-SNAPSHOT SUCCESS [  1.129 s]
[INFO] org.eclipse.birt.report.engine.fonts 4.14.0-SNAPSHOT SUCCESS [  0.091 s]
[INFO] org.eclipse.birt.report.engine 4.14.0-SNAPSHOT ..... SUCCESS [  7.477 s]
[INFO] org.eclipse.birt.report.item.crosstab.core 4.14.0-SNAPSHOT SUCCESS [  1.712 s]
[INFO] org.eclipse.birt.chart.reportitem 4.14.0-SNAPSHOT .. SUCCESS [  1.895 s]
[INFO] org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT ..... SUCCESS [ 21.333 s]
[INFO] org.eclipse.birt.chart.doc.isv 4.14.0-SNAPSHOT ..... SUCCESS [  0.179 s]
[INFO] org.eclipse.birt.chart.osgi.runtime.sdk 4.14.0-SNAPSHOT SUCCESS [  0.213 s]
[INFO] ChartSDK 4.14.0-SNAPSHOT ........................... SUCCESS [  4.055 s]
[INFO] DeploymentRuntime 4.14.0-SNAPSHOT .................. SUCCESS [  3.792 s]
[INFO] birt-charts 4.14.0-SNAPSHOT ........................ SUCCESS [  3.846 s]
[INFO] org.apache.batik.dom.birt.ext 1.14.0-SNAPSHOT ...... SUCCESS [  0.071 s]
[INFO] org.apache.batik.transcoder.birt.ext 1.14.0-SNAPSHOT SUCCESS [  0.061 s]
[INFO] org.eclipse.birt.axis.overlay 4.14.0-SNAPSHOT ...... SUCCESS [  0.254 s]
[INFO] org.eclipse.birt.branding 4.14.0-SNAPSHOT .......... SUCCESS [  0.188 s]
[INFO] org.eclipse.birt.report.designer.ui 4.14.0-SNAPSHOT  SUCCESS [  8.138 s]
[INFO] org.eclipse.birt.report.designer.ui.views 4.14.0-SNAPSHOT SUCCESS [  2.786 s]
[INFO] org.eclipse.birt.report.designer.ui.editors 4.14.0-SNAPSHOT SUCCESS [  1.402 s]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic 4.14.0-SNAPSHOT SUCCESS [  0.796 s]
[INFO] org.eclipse.birt.report.designer.ui.lib 4.14.0-SNAPSHOT SUCCESS [  1.115 s]
[INFO] org.eclipse.birt.report.designer.ui.lib.explorer 4.14.0-SNAPSHOT SUCCESS [  0.998 s]
[INFO] org.eclipse.birt.report.designer.ui.ide 4.14.0-SNAPSHOT SUCCESS [  2.976 s]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder 4.14.0-SNAPSHOT SUCCESS [  1.708 s]
[INFO] org.eclipse.birt.report.model.adapter.oda 4.14.0-SNAPSHOT SUCCESS [  0.692 s]
[INFO] org.eclipse.birt.report.designer.ui.data 4.14.0-SNAPSHOT SUCCESS [  1.414 s]
[INFO] org.eclipse.birt.report.item.crosstab.ui 4.14.0-SNAPSHOT SUCCESS [  2.576 s]
[INFO] org.eclipse.birt.chart.reportitem.ui 4.14.0-SNAPSHOT SUCCESS [  2.213 s]
[INFO] org.eclipse.birt.core.script.function 4.14.0-SNAPSHOT SUCCESS [  0.496 s]
[INFO] org.eclipse.birt.data.oda.mongodb 4.14.0-SNAPSHOT .. SUCCESS [  0.659 s]
[INFO] org.eclipse.birt.data.oda.mongodb.ui 4.14.0-SNAPSHOT SUCCESS [  0.595 s]
[INFO] org.eclipse.birt.data.oda.pojo 4.14.0-SNAPSHOT ..... SUCCESS [  0.462 s]
[INFO] org.eclipse.birt.data.oda.pojo.ui 4.14.0-SNAPSHOT .. SUCCESS [  0.990 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.14.0-SNAPSHOT SUCCESS [  0.782 s]
[INFO] org.eclipse.birt.report.designer.editor.xml.wtp 4.14.0-SNAPSHOT SUCCESS [  0.516 s]
[INFO] org.eclipse.birt.report.data.bidi.utils 4.14.0-SNAPSHOT SUCCESS [  0.328 s]
[INFO] org.eclipse.birt.report.data.bidi.utils.ui 4.14.0-SNAPSHOT SUCCESS [  0.353 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc 4.14.0-SNAPSHOT SUCCESS [  0.632 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui 4.14.0-SNAPSHOT SUCCESS [  0.955 s]
[INFO] org.eclipse.birt.report.data.oda.xml.ui 4.14.0-SNAPSHOT SUCCESS [  0.219 s]
[INFO] org.eclipse.birt.report.engine.dataextraction 4.14.0-SNAPSHOT SUCCESS [  0.402 s]
[INFO] org.eclipse.birt.report.viewer 4.14.0-SNAPSHOT ..... SUCCESS [  8.929 s]
[INFO] org.eclipse.birt.report.engine.emitter.config 4.14.0-SNAPSHOT SUCCESS [  0.595 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.web 4.14.0-SNAPSHOT SUCCESS [  0.826 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.script 4.14.0-SNAPSHOT SUCCESS [  0.555 s]
[INFO] org.eclipse.birt.report.data.oda.hive 4.14.0-SNAPSHOT SUCCESS [  0.229 s]
[INFO] org.eclipse.birt.report.data.oda.hive.ui 4.14.0-SNAPSHOT SUCCESS [  0.561 s]
[INFO] org.eclipse.birt.report.data.oda.xml 4.14.0-SNAPSHOT SUCCESS [  0.232 s]
[INFO] org.eclipse.birt.report.engine.emitter.html 4.14.0-SNAPSHOT SUCCESS [  0.592 s]
[INFO] org.eclipse.birt.report.engine.emitter.pdf 4.14.0-SNAPSHOT SUCCESS [  0.431 s]
[INFO] org.eclipse.birt.report.engine.ooxml 4.14.0-SNAPSHOT SUCCESS [  0.568 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx 4.14.0-SNAPSHOT SUCCESS [  0.509 s]
[INFO] org.eclipse.birt.report.engine.emitter.ppt 4.14.0-SNAPSHOT SUCCESS [  0.437 s]
[INFO] org.eclipse.birt.report.engine.emitter.pptx 4.14.0-SNAPSHOT SUCCESS [  0.472 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pptx 4.14.0-SNAPSHOT SUCCESS [  0.575 s]
[INFO] org.eclipse.birt.report.engine.emitter.wpml 4.14.0-SNAPSHOT SUCCESS [  0.667 s]
[INFO] org.eclipse.birt.report.engine.emitter.docx 4.14.0-SNAPSHOT SUCCESS [  0.380 s]
[INFO] org.eclipse.birt.resources 4.14.0-SNAPSHOT ......... SUCCESS [  0.045 s]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv 4.14.0-SNAPSHOT SUCCESS [  0.391 s]
[INFO] org.eclipse.birt.report.engine.emitter.postscript 4.14.0-SNAPSHOT SUCCESS [  0.636 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.14.0-SNAPSHOT SUCCESS [  0.305 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb 4.14.0-SNAPSHOT SUCCESS [  0.263 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.14.0-SNAPSHOT SUCCESS [  0.227 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.14.0-SNAPSHOT SUCCESS [  0.519 s]
[INFO] org.eclipse.birt.report.debug.core 4.14.0-SNAPSHOT . SUCCESS [  0.671 s]
[INFO] org.eclipse.birt.report.debug.ui 4.14.0-SNAPSHOT ... SUCCESS [  1.408 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui 4.14.0-SNAPSHOT SUCCESS [  0.505 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.html 4.14.0-SNAPSHOT SUCCESS [  0.337 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf 4.14.0-SNAPSHOT SUCCESS [  0.434 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript 4.14.0-SNAPSHOT SUCCESS [  0.434 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt 4.14.0-SNAPSHOT SUCCESS [  0.420 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml 4.14.0-SNAPSHOT SUCCESS [  0.335 s]
[INFO] org.eclipse.birt.report.engine.script.javascript 4.14.0-SNAPSHOT SUCCESS [  0.347 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.14.0-SNAPSHOT SUCCESS [  0.497 s]
[INFO] org.eclipse.birt.report.engine.odf 4.14.0-SNAPSHOT . SUCCESS [  0.884 s]
[INFO] org.eclipse.birt.report.engine.emitter.ods 4.14.0-SNAPSHOT SUCCESS [  0.703 s]
[INFO] org.eclipse.birt.report.engine.emitter.odt 4.14.0-SNAPSHOT SUCCESS [  0.511 s]
[INFO] org.eclipse.birt.report.data.oda.excel 4.14.0-SNAPSHOT SUCCESS [  0.371 s]
[INFO] org.eclipse.birt.report.data.oda.excel.ui 4.14.0-SNAPSHOT SUCCESS [  0.730 s]
[INFO] org.eclipse.birt.me.prettyprint.hector 4.14.0-SNAPSHOT SUCCESS [  0.887 s]
[INFO] uk.co.spudsoft.birt.emitters.excel 4.14.0-SNAPSHOT . SUCCESS [  0.710 s]
[INFO] org.w3c.dom.svg.extension 1.1.0-SNAPSHOT ........... SUCCESS [  0.073 s]
[INFO] org.eclipse.birt 4.14.0-SNAPSHOT ................... SUCCESS [  1.360 s]
[INFO] org.eclipse.birt.cshelp 4.14.0-SNAPSHOT ............ SUCCESS [  0.065 s]
[INFO] org.eclipse.birt.cshelp 4.14.0-SNAPSHOT ............ SUCCESS [  0.025 s]
[INFO] org.eclipse.birt.doc 4.14.0-SNAPSHOT ............... SUCCESS [  0.261 s]
[INFO] org.eclipse.birt.doc 4.14.0-SNAPSHOT ............... SUCCESS [  0.027 s]
[INFO] org.eclipse.birt.chart.examples 4.14.0-SNAPSHOT .... SUCCESS [  1.214 s]
[INFO] org.eclipse.birt.report.designer.samplereports 4.14.0-SNAPSHOT SUCCESS [  0.109 s]
[INFO] org.eclipse.birt.report.designer.ui.samplesview 4.14.0-SNAPSHOT SUCCESS [  0.466 s]
[INFO] org.eclipse.birt.report.designer.ui.samples.ide 4.14.0-SNAPSHOT SUCCESS [  0.535 s]
[INFO] org.eclipse.birt.report.designer.ui.samples.rcp 4.14.0-SNAPSHOT SUCCESS [  0.554 s]
[INFO] org.eclipse.birt.example 4.14.0-SNAPSHOT ........... SUCCESS [  0.430 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel 4.14.0-SNAPSHOT SUCCESS [  0.375 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.odp 4.14.0-SNAPSHOT SUCCESS [  0.334 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.ods 4.14.0-SNAPSHOT SUCCESS [  0.343 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.odt 4.14.0-SNAPSHOT SUCCESS [  0.367 s]
[INFO] org.eclipse.birt.report.engine.emitter.odp 4.14.0-SNAPSHOT SUCCESS [  0.542 s]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel 4.14.0-SNAPSHOT SUCCESS [  0.560 s]
[INFO] org.eclipse.birt.engine.runtime 4.14.0-SNAPSHOT .... SUCCESS [  0.672 s]
[INFO] org.eclipse.birt.osgi.runtime 4.14.0-SNAPSHOT ...... SUCCESS [  0.826 s]
[INFO] org.eclipse.birt.osgi.runtime.sdk 4.14.0-SNAPSHOT .. SUCCESS [  0.325 s]
[INFO] org.eclipse.birt.chart.integration.wtp.ui 4.14.0-SNAPSHOT SUCCESS [  1.030 s]
[INFO] org.eclipse.birt.chart.integration.wtp 4.14.0-SNAPSHOT SUCCESS [  0.273 s]
[INFO] org.eclipse.birt.integration.wtp.ui 4.14.0-SNAPSHOT  SUCCESS [  0.935 s]
[INFO] org.eclipse.birt.integration.wtp 4.14.0-SNAPSHOT ... SUCCESS [  0.205 s]
[INFO] org.eclipse.birt.core.testhelper 4.14.0-SNAPSHOT ... SUCCESS [  0.167 s]
[INFO] org.eclipse.birt.report.engine.testhelper 4.14.0-SNAPSHOT SUCCESS [  0.436 s]
[INFO] org.eclipse.birt.report.model.testhelper 4.14.0-SNAPSHOT SUCCESS [  0.198 s]
[INFO] org.eclipse.birt.testhelper 4.14.0-SNAPSHOT ........ SUCCESS [  0.187 s]
[INFO] org.eclipse.birt.tests.core 4.14.0-SNAPSHOT ........ SUCCESS [  0.779 s]
[INFO] org.eclipse.birt.chart.tests 4.14.0-SNAPSHOT ....... SUCCESS [ 36.305 s]
[INFO] org.eclipse.birt.core.tests 4.14.0-SNAPSHOT ........ SUCCESS [  5.483 s]
[INFO] org.eclipse.birt.data.tests 4.14.0-SNAPSHOT ........ SUCCESS [02:11 min]
[INFO] org.eclipse.birt.report.data.oda.jdbc.tests 4.14.0-SNAPSHOT SUCCESS [  9.345 s]
[INFO] org.eclipse.birt.report.designer.tests 4.14.0-SNAPSHOT SUCCESS [  0.995 s]
[INFO] org.eclipse.birt.report.engine.emitter.html.tests 4.14.0-SNAPSHOT SUCCESS [  7.339 s]
[INFO] org.eclipse.birt.report.engine.emitter.pdf.tests 4.14.0-SNAPSHOT SUCCESS [  0.440 s]
[INFO] org.eclipse.birt.report.engine.emitter.postscript.tests 4.14.0-SNAPSHOT SUCCESS [  4.094 s]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.14.0-SNAPSHOT SUCCESS [  3.890 s]
[INFO] org.eclipse.birt.report.engine.tests 4.14.0-SNAPSHOT SUCCESS [ 22.978 s]
[INFO] org.eclipse.birt.report.model.adapter.oda.tests 4.14.0-SNAPSHOT SUCCESS [  4.943 s]
[INFO] org.eclipse.birt.report.model.testresources 4.14.0-SNAPSHOT SUCCESS [  0.042 s]
[INFO] org.eclipse.birt.report.modelextension.tests 4.14.0-SNAPSHOT SUCCESS [  0.351 s]
[INFO] org.eclipse.birt.report.model.tests 4.14.0-SNAPSHOT  SUCCESS [  3.526 s]
[INFO] org.eclipse.birt.report.tests.chart 4.14.0-SNAPSHOT  SUCCESS [ 22.381 s]
[INFO] org.eclipse.birt.testsuites-parent 4.14.0-SNAPSHOT . SUCCESS [  0.019 s]
[INFO] org.eclipse.birt.report.tests.engine 4.14.0-SNAPSHOT SUCCESS [01:02 min]
[INFO] org.eclipse.birt.report.tests.engine.emitter.html 4.14.0-SNAPSHOT SUCCESS [  0.408 s]
[INFO] org.eclipse.birt.report.tests.model 4.14.0-SNAPSHOT  SUCCESS [ 10.990 s]
[INFO] org.eclipse.birt.tests 4.14.0-SNAPSHOT ............. SUCCESS [  0.295 s]
[INFO] org.eclipse.birt.tests.data 4.14.0-SNAPSHOT ........ SUCCESS [  7.171 s]
[INFO] org.eclipse.birt.tests 4.14.0-SNAPSHOT ............. SUCCESS [  0.855 s]
[INFO] org.eclipse.birt.nl-parent 4.14.0-SNAPSHOT ......... SUCCESS [  2.678 s]
[INFO] org.eclipse.birt.chart.device.extension.nl1 4.14.0-SNAPSHOT SUCCESS [  0.169 s]
[INFO] org.eclipse.birt.chart.device.svg.nl1 4.14.0-SNAPSHOT SUCCESS [  0.166 s]
[INFO] org.eclipse.birt.chart.device.swt.nl1 4.14.0-SNAPSHOT SUCCESS [  0.167 s]
[INFO] org.eclipse.birt.chart.engine.extension.nl1 4.14.0-SNAPSHOT SUCCESS [  0.198 s]
[INFO] org.eclipse.birt.chart.engine.nl1 4.14.0-SNAPSHOT .. SUCCESS [  0.213 s]
[INFO] org.eclipse.birt.chart.examples.core.nl1 4.14.0-SNAPSHOT SUCCESS [  0.186 s]
[INFO] org.eclipse.birt.chart.examples.nl1 4.14.0-SNAPSHOT  SUCCESS [  0.486 s]
[INFO] org.eclipse.birt.chart.reportitem.nl1 4.14.0-SNAPSHOT SUCCESS [  0.302 s]
[INFO] org.eclipse.birt.chart.reportitem.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.531 s]
[INFO] org.eclipse.birt.chart.ui.extension.nl1 4.14.0-SNAPSHOT SUCCESS [  0.363 s]
[INFO] org.eclipse.birt.chart.ui.nl1 4.14.0-SNAPSHOT ...... SUCCESS [  0.295 s]
[INFO] org.eclipse.birt.core.nl1 4.14.0-SNAPSHOT .......... SUCCESS [  0.202 s]
[INFO] org.eclipse.birt.core.script.function.nl1 4.14.0-SNAPSHOT SUCCESS [  0.146 s]
[INFO] org.eclipse.birt.core.ui.nl1 4.14.0-SNAPSHOT ....... SUCCESS [  0.158 s]
[INFO] org.eclipse.birt.data.aggregation.nl1 4.14.0-SNAPSHOT SUCCESS [  0.185 s]
[INFO] org.eclipse.birt.data.nl1 4.14.0-SNAPSHOT .......... SUCCESS [  0.215 s]
[INFO] org.eclipse.birt.data.oda.mongodb.nl1 4.14.0-SNAPSHOT SUCCESS [  0.195 s]
[INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.315 s]
[INFO] org.eclipse.birt.data.oda.pojo.nl1 4.14.0-SNAPSHOT . SUCCESS [  0.211 s]
[INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.413 s]
[INFO] org.eclipse.birt.resources.nl1 4.14.0-SNAPSHOT ..... SUCCESS [  0.078 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 4.14.0-SNAPSHOT SUCCESS [  0.178 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.297 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 4.14.0-SNAPSHOT SUCCESS [  0.167 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.335 s]
[INFO] org.eclipse.birt.report.data.oda.xml.nl1 4.14.0-SNAPSHOT SUCCESS [  0.147 s]
[INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.270 s]
[INFO] org.eclipse.birt.report.debug.core.nl1 4.14.0-SNAPSHOT SUCCESS [  0.308 s]
[INFO] org.eclipse.birt.report.debug.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.798 s]
[INFO] org.eclipse.birt.report.designer.core.nl1 4.14.0-SNAPSHOT SUCCESS [  0.371 s]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.14.0-SNAPSHOT SUCCESS [  0.347 s]
[INFO] org.eclipse.birt.report.designer.ui.ide.nl1 4.14.0-SNAPSHOT SUCCESS [  0.495 s]
[INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.14.0-SNAPSHOT SUCCESS [  0.603 s]
[INFO] org.eclipse.birt.report.designer.ui.lib.nl1 4.14.0-SNAPSHOT SUCCESS [  0.368 s]
[INFO] org.eclipse.birt.report.designer.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.311 s]
[INFO] org.eclipse.birt.report.engine.nl1 4.14.0-SNAPSHOT . SUCCESS [  0.329 s]
[INFO] org.eclipse.birt.report.model.nl1 4.14.0-SNAPSHOT .. SUCCESS [  0.308 s]
[INFO] org.eclipse.birt.report.viewers.nl1 4.14.0-SNAPSHOT  SUCCESS [  0.392 s]
[INFO] org.eclipse.birt.report.item.crosstab.core.nl1 4.14.0-SNAPSHOT SUCCESS [  0.309 s]
[INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.491 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.14.0-SNAPSHOT SUCCESS [  0.587 s]
[INFO] org.eclipse.birt.report.designer.ui.views.nl1 4.14.0-SNAPSHOT SUCCESS [  0.324 s]
[INFO] org.eclipse.birt.report.data.adapter.nl1 4.14.0-SNAPSHOT SUCCESS [  0.202 s]
[INFO] org.eclipse.birt.report.designer.ui.preview 4.14.0-SNAPSHOT SUCCESS [  0.580 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.nl1 4.14.0-SNAPSHOT SUCCESS [  0.371 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 4.14.0-SNAPSHOT SUCCESS [  0.421 s]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.14.0-SNAPSHOT SUCCESS [  0.441 s]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.14.0-SNAPSHOT SUCCESS [  0.345 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 4.14.0-SNAPSHOT SUCCESS [  0.524 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.14.0-SNAPSHOT SUCCESS [  0.194 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.372 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.14.0-SNAPSHOT SUCCESS [  0.249 s]
[INFO] org.eclipse.birt.report.designer.ui.editors.nl1 4.14.0-SNAPSHOT SUCCESS [  0.360 s]
[INFO] org.eclipse.birt.report.engine.dataextraction.nl1 4.14.0-SNAPSHOT SUCCESS [  0.357 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.14.0-SNAPSHOT SUCCESS [  0.354 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.14.0-SNAPSHOT SUCCESS [  0.372 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 4.14.0-SNAPSHOT SUCCESS [  0.368 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.nl1 4.14.0-SNAPSHOT SUCCESS [  0.357 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.14.0-SNAPSHOT SUCCESS [  0.383 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.14.0-SNAPSHOT SUCCESS [  0.333 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.14.0-SNAPSHOT SUCCESS [  0.315 s]
[INFO] org.eclipse.birt.report.data.bidi.utils.nl1 4.14.0-SNAPSHOT SUCCESS [  0.244 s]
[INFO] org.eclipse.birt.report.data.oda.hive.nl1 4.14.0-SNAPSHOT SUCCESS [  0.233 s]
[INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.309 s]
[INFO] org.eclipse.birt.report.data.oda.excel.nl1 4.14.0-SNAPSHOT SUCCESS [  0.169 s]
[INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.340 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.14.0-SNAPSHOT SUCCESS [  0.463 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.14.0-SNAPSHOT SUCCESS [  0.427 s]
[INFO] org.eclipse.birt.nl 4.14.0-SNAPSHOT ................ SUCCESS [  1.049 s]
[INFO] birt-epp 4.14.0-SNAPSHOT ........................... SUCCESS [01:10 min]
[INFO] org.eclipse.birt.report.designer.ui.rcp 4.14.0-SNAPSHOT SUCCESS [  0.555 s]
[INFO] org.eclipse.birt.rcp 4.14.0-SNAPSHOT ............... SUCCESS [  0.154 s]
[INFO] birt-report-rcp 4.14.0-SNAPSHOT .................... SUCCESS [04:29 min]
[INFO] birt-report-all-in-one 4.14.0-SNAPSHOT ............. SUCCESS [03:57 min]
[INFO] birt-report-framework 4.14.0-SNAPSHOT .............. SUCCESS [  7.290 s]
[INFO] org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT ........... SUCCESS [ 26.479 s]
[INFO] org.eclipse.birt.doc.isv 4.14.0-SNAPSHOT ........... SUCCESS [  0.150 s]
[INFO] birt-report-framework-sdk 4.14.0-SNAPSHOT .......... SUCCESS [ 12.322 s]
[INFO] org.eclipse.birt.build 4.14.0-SNAPSHOT ............. SUCCESS [  0.525 s]
[INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.503 s]
[INFO] org.eclipse.birt.integration.wtp.ui.nl1 4.14.0-SNAPSHOT SUCCESS [  0.523 s]
[INFO] org.eclipse.birt.wtp.nl 4.14.0-SNAPSHOT ............ SUCCESS [  0.251 s]
[INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 4.14.0-SNAPSHOT SUCCESS [  0.424 s]
[INFO] org.eclipse.birt.rcp.nl 4.14.0-SNAPSHOT ............ SUCCESS [  0.157 s]
[INFO] org.eclipse.birt.p2updatesite 4.14.0-SNAPSHOT ...... SUCCESS [02:20 min]
[INFO] org.eclipse.birt.api 4.14.0-SNAPSHOT ............... SUCCESS [  1.769 s]
[INFO] birt-runtime-osgi 4.14.0-SNAPSHOT .................. SUCCESS [ 31.111 s]
[INFO] birt-runtime 4.14.0-SNAPSHOT ....................... SUCCESS [ 23.558 s]
[INFO] birt-sample-plugins 4.14.0-SNAPSHOT ................ SUCCESS [  1.957 s]
[INFO] birt-tests-suite 4.14.0-SNAPSHOT ................... SUCCESS [  2.873 s]
[INFO] org.eclipse.birt.integration.wtp.sdk 4.14.0-SNAPSHOT SUCCESS [  0.198 s]
[INFO] birt-wtp-integration-sdk 4.14.0-SNAPSHOT ........... SUCCESS [  1.560 s]
[INFO] org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT ...... SUCCESS [  0.288 s]
[INFO] org.eclipse.birt.chart.viewer 4.14.0-SNAPSHOT ...... SUCCESS [  0.096 s]
[INFO] birt-source 4.14.0-SNAPSHOT ........................ SUCCESS [  8.388 s]
[INFO] org.eclipse.birt.build.package.nl-parent 4.14.0-SNAPSHOT SUCCESS [  0.005 s]
[INFO] NLpack1-birt-charts 4.14.0-SNAPSHOT ................ SUCCESS [  4.927 s]
[INFO] NLpack1-birt-rcp-report-designer 4.14.0-SNAPSHOT ... SUCCESS [  3.983 s]
[INFO] NLpack1-birt-report-designer-all-in-one 4.14.0-SNAPSHOT SUCCESS [  2.154 s]
[INFO] NLpack1-birt-report-framework 4.14.0-SNAPSHOT ...... SUCCESS [  2.658 s]
[INFO] NLpack1-birt-runtime 4.14.0-SNAPSHOT ............... SUCCESS [  2.600 s]
[INFO] birt-publish 4.14.0-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] birt-runtime-test 4.14.0-SNAPSHOT .................. SUCCESS [ 13.378 s]
[INFO] org.eclipse.birt.chart-parent 4.14.0-SNAPSHOT ...... SUCCESS [  0.044 s]
[INFO] org.eclipse.birt.common-parent 4.14.0-SNAPSHOT ..... SUCCESS [  0.006 s]
[INFO] org.eclipse.birt.data.oda.pojo.tests 4.14.0-SNAPSHOT SUCCESS [  4.093 s]
[INFO] org.eclipse.birt.data-parent 4.14.0-SNAPSHOT ....... SUCCESS [  0.077 s]
[INFO] org.eclipse.birt.docs-parent 4.14.0-SNAPSHOT ....... SUCCESS [  0.034 s]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests 4.14.0-SNAPSHOT SUCCESS [  3.160 s]
[INFO] org.eclipse.birt.report.engine.emitter.pptx.tests 4.14.0-SNAPSHOT SUCCESS [  5.149 s]
[INFO] uk.co.spudsoft.birt.emitters.excel.tests 4.14.0-SNAPSHOT SUCCESS [  2.076 s]
[INFO] org.eclipse.birt.engine-parent 4.14.0-SNAPSHOT ..... SUCCESS [  0.075 s]
[INFO] org.eclipse.birt.sdk 4.14.0-SNAPSHOT ............... SUCCESS [  0.556 s]
[INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 4.14.0-SNAPSHOT SUCCESS [  0.478 s]
[INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 4.14.0-SNAPSHOT SUCCESS [  0.391 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.static_html 4.14.0-SNAPSHOT SUCCESS [  0.634 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.test 4.14.0-SNAPSHOT SUCCESS [  0.677 s]
[INFO] org.eclipse.birt.UI-parent 4.14.0-SNAPSHOT ......... SUCCESS [  0.071 s]
[INFO] org.eclipse.birt.jetty.overlay 4.14.0-SNAPSHOT ..... SUCCESS [  0.081 s]
[INFO] org.eclipse.birt.report.viewer.tests 4.14.0-SNAPSHOT SUCCESS [  0.760 s]
[INFO] org.eclipse.birt.viewer-parent 4.14.0-SNAPSHOT ..... SUCCESS [  0.050 s]
[INFO] org.eclipse.birt.report.item.crosstab.core.tests 4.14.0-SNAPSHOT SUCCESS [  4.952 s]
[INFO] org.eclipse.birt.xtab-parent 4.14.0-SNAPSHOT ....... SUCCESS [  0.017 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  25:54 min
[INFO] Finished at: 2023-06-06T17:39:32Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
Recording test results
Triggering a new build of promote-build-to-snapshot
Finished: SUCCESS