Started by an SCM change Running as SYSTEM Agent basic-508n4 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-508n4" 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-508n4" - 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-508n4" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.birt.svc.cluster.local/birt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-birt" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-508n4 (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 03dc43e3724ab6401a17c860292e4c0777b2e160 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 03dc43e3724ab6401a17c860292e4c0777b2e160 # timeout=10 Commit message: "Font alias names can be used case-insensitive (#1576) (#1578)" > git rev-list --no-walk b1d4f7d9218fb5d798ab40cd792cc8784f20ec8a # timeout=10 [birt-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.skip=true -Drelease.base.dir=/home/data/httpd/download.eclipse.org/birt clean verify --fail-at-end --no-transfer-progress -U -DskipTests=false Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Tycho Version: 4.0.6 (9942454590ad8a6e1c9aa907852cf017dc2ccb98) [INFO] Tycho Mode: project [INFO] Tycho Builder: maven [INFO] Build Threads: 1 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.birt-parent [pom] [INFO] org.eclipse.birt.target [eclipse-target-definition] [INFO] org.eclipse.birt.example [eclipse-plugin] [INFO] org.eclipse.birt [eclipse-plugin] [INFO] org.eclipse.birt.build-parent [pom] [INFO] org.eclipse.birt.build.package-parent [pom] [INFO] org.eclipse.birt.chart.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.features-parent [pom] [INFO] org.eclipse.birt.chart.cshelp [eclipse-feature] [INFO] org.eclipse.birt.core-parent [pom] [INFO] org.eclipse.birt.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt [eclipse-plugin] [INFO] org.eclipse.birt.core.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.extension [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.svg [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.pdf [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.core [eclipse-plugin] [INFO] org.eclipse.birt.chart [eclipse-feature] [INFO] org.eclipse.birt.chart.osgi.runtime [eclipse-feature] [INFO] ChartRuntime [eclipse-repository] [INFO] org.eclipse.birt.chart.osgi.runtime.sdk [eclipse-feature] [INFO] org.eclipse.birt.model-parent [pom] [INFO] org.eclipse.birt.report.model [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.fonts [eclipse-plugin] [INFO] org.eclipse.birt.data [eclipse-plugin] [INFO] org.eclipse.birt.data.aggregation [eclipse-plugin] [INFO] org.eclipse.birt.report.data.adapter [eclipse-plugin] [INFO] org.eclipse.birt.report.engine [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.core [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem [eclipse-plugin] [INFO] org.eclipse.birt.chart.doc.isv [eclipse-plugin] [INFO] org.eclipse.birt.chart.doc.isv [eclipse-feature] [INFO] ChartSDK [eclipse-repository] [INFO] DeploymentRuntime [eclipse-repository] [INFO] birt-charts [pom] [INFO] org.eclipse.birt.report.designer.core [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.views [eclipse-plugin] [INFO] org.eclipse.birt.report.model.adapter.oda [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.data [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction [eclipse-plugin] [INFO] org.eclipse.birt.report.viewer [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.ide [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.bidi.utils [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.web [eclipse-plugin] [INFO] org.eclipse.birt.axis.overlay [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.wpml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.ooxml [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.docx [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.docx [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.editor.xml.wtp [eclipse-feature] [INFO] org.eclipse.birt.report.engine.emitter.pdf [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.ppt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pptx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.odf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.odt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.postscript [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.html [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.ods [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.script [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.core [eclipse-plugin] [INFO] uk.co.spudsoft.birt.emitters.excel [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.script.javascript [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui [eclipse-plugin] [INFO] org.eclipse.birt.branding [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.csv [eclipse-plugin] [INFO] org.eclipse.birt.report.data.bidi.utils.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.ui [eclipse-plugin] [INFO] org.eclipse.birt.core.script.function [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.html [eclipse-plugin] [INFO] org.eclipse.birt.resources [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.ui [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui [eclipse-plugin] [INFO] org.eclipse.birt [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.samplesview [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samples.rcp [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samples.ide [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.samplereports [eclipse-plugin] [INFO] org.eclipse.birt.example [eclipse-feature] [INFO] org.eclipse.birt.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.odp [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ods [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.odt [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.odp [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.excel [eclipse-plugin] [INFO] org.eclipse.birt.osgi.runtime [eclipse-feature] [INFO] org.eclipse.birt.report.engine.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.designer.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.tests.engine.emitter.html [eclipse-plugin] [INFO] org.eclipse.birt.tests.core [eclipse-test-plugin] [INFO] org.eclipse.birt.data.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.tests.model [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.postscript.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.tests.chart [eclipse-test-plugin] [INFO] org.eclipse.birt.core.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.core.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.model.testhelper [eclipse-plugin] [INFO] org.eclipse.birt.testhelper [eclipse-feature] [INFO] org.eclipse.birt.chart.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.tests.data [eclipse-test-plugin] [INFO] org.eclipse.birt.testsuites-parent [pom] [INFO] org.eclipse.birt.report.tests.engine [eclipse-test-plugin] [INFO] org.eclipse.birt.report.model.testresources [eclipse-plugin] [INFO] org.eclipse.birt.report.modelextension.tests [eclipse-plugin] [INFO] org.eclipse.birt.report.model.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.html.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.model.adapter.oda.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pdf.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.tests [eclipse-feature] [INFO] org.eclipse.birt.integration.wtp.ui [eclipse-plugin] [INFO] org.eclipse.birt.integration.wtp [eclipse-feature] [INFO] org.eclipse.birt.doc [eclipse-plugin] [INFO] org.eclipse.birt.doc [eclipse-feature] [INFO] org.eclipse.birt.nl-parent [pom] [INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.aggregation.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.ide.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.views.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.script.function.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.item.crosstab.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.model.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.engine.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.viewers.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.bidi.utils.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.swt.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.lib.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.examples.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.ui.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.reportitem.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.adapter.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.svg.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.resources.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.core.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.device.extension.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.debug.core.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.data.oda.pojo.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.nl [eclipse-feature] [INFO] org.eclipse.birt.cshelp [eclipse-plugin] [INFO] org.eclipse.birt.cshelp [eclipse-feature] [INFO] org.eclipse.birt.chart.integration.wtp.ui [eclipse-plugin] [INFO] org.eclipse.birt.chart.integration.wtp [eclipse-feature] [INFO] org.eclipse.birt.osgi.runtime.sdk [eclipse-feature] [INFO] org.eclipse.birt.engine.runtime [eclipse-feature] [INFO] birt-epp [eclipse-repository] [INFO] org.eclipse.birt.report.designer.ui.rcp [eclipse-plugin] [INFO] org.eclipse.birt.rcp [eclipse-feature] [INFO] birt-report-rcp [eclipse-repository] [INFO] birt-report-all-in-one [eclipse-repository] [INFO] birt-report-framework [eclipse-repository] [INFO] org.eclipse.birt.doc.isv [eclipse-plugin] [INFO] org.eclipse.birt.doc.isv [eclipse-feature] [INFO] birt-report-framework-sdk [eclipse-repository] [INFO] org.eclipse.birt.build [eclipse-plugin] [INFO] org.eclipse.birt.integration.wtp.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.wtp.nl [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.rcp.nl [eclipse-feature] [INFO] org.eclipse.birt.p2updatesite [eclipse-repository] [INFO] org.eclipse.birt.api [pom] [INFO] birt-runtime-osgi [eclipse-repository] [INFO] birt-runtime [pom] [INFO] birt-sample-plugins [eclipse-repository] [INFO] birt-tests-suite [eclipse-repository] [INFO] org.eclipse.birt.integration.wtp.sdk [eclipse-feature] [INFO] birt-wtp-integration-sdk [eclipse-repository] [INFO] org.eclipse.birt.chart.viewer [eclipse-plugin] [INFO] org.eclipse.birt.chart.viewer [eclipse-feature] [INFO] birt-source [eclipse-repository] [INFO] org.eclipse.birt.build.package.nl-parent [pom] [INFO] NLpack1-birt-charts [pom] [INFO] NLpack1-birt-rcp-report-designer [pom] [INFO] NLpack1-birt-report-designer-all-in-one [pom] [INFO] NLpack1-birt-report-framework [pom] [INFO] NLpack1-birt-runtime [pom] [INFO] birt-publish [pom] [INFO] birt-runtime-test [jar] [INFO] org.eclipse.birt.chart-parent [pom] [INFO] org.eclipse.birt.data.oda.pojo.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.data-parent [pom] [INFO] org.eclipse.birt.docs-parent [pom] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.report.engine.emitter.pptx.tests [eclipse-test-plugin] [INFO] uk.co.spudsoft.birt.emitters.excel.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.engine-parent [pom] [INFO] org.eclipse.birt.sdk [eclipse-feature] [INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.static_html [eclipse-plugin] [INFO] org.eclipse.birt.report.designer.ui.preview.test [eclipse-test-plugin] [INFO] org.eclipse.birt.UI-parent [pom] [INFO] org.eclipse.birt.jetty.overlay [eclipse-plugin] [INFO] org.eclipse.birt.report.viewer.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.viewer-parent [pom] [INFO] org.eclipse.birt.report.item.crosstab.core.tests [eclipse-test-plugin] [INFO] org.eclipse.birt.xtab-parent [pom] [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt-parent >-------------- [INFO] Building org.eclipse.birt-parent 4.15.0-SNAPSHOT [1/280] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.target >-------------- [INFO] Building org.eclipse.birt.target 4.15.0-SNAPSHOT [2/280] [INFO] from build/org.eclipse.birt.target/pom.xml [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/org.eclipse.birt.target.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, linux/gtk/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=ignore, referenced repository mode =ignore, execution environment=org.eclipse.tycho.core.ee.impl.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@306b2912 [INFO] ### Using TychoRepositoryTransport for remote P2 access ### [INFO] Cache location: /home/jenkins/.m2/repository/.cache/tycho [INFO] Transport mode: online [INFO] Http Transport type: Java11Client [INFO] Update mode: forced [INFO] Minimum cache duration: 60 minutes [INFO] (you can configure this with -Dtycho.p2.transport.min-cache-minutes=) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.target --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.target --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.target --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.target --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-target-definition (default-package-target-definition) @ org.eclipse.birt.target --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.target --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.target --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.target --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.target --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.target --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.example >-------------- [INFO] Building org.eclipse.birt.example 4.15.0-SNAPSHOT [3/280] [INFO] from build/org.eclipse.birt.example/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Resolving target definition file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.target/org.eclipse.birt.target.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, linux/gtk/aarch64, macosx/cocoa/x86_64, macosx/cocoa/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=org.eclipse.tycho.core.ee.impl.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@306b2912 [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.example --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.example --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.example --- [INFO] Resolving class path of org.eclipse.birt.example [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.example --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.example --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/org.eclipse.birt.example-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.example/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.birt:org.eclipse.birt >------------------ [INFO] Building org.eclipse.birt 4.15.0-SNAPSHOT [4/280] [INFO] from build/org.eclipse.birt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt --- [INFO] Resolving class path of org.eclipse.birt [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/org.eclipse.birt-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/org.eclipse.birt-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.build:org.eclipse.birt.build-parent >-------- [INFO] Building org.eclipse.birt.build-parent 4.15.0-SNAPSHOT [5/280] [INFO] from build/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.build-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.build-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.build-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.build-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.build-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.build.package:org.eclipse.birt.build.package-parent >-- [INFO] Building org.eclipse.birt.build.package-parent 4.15.0-SNAPSHOT [6/280] [INFO] from build/birt-packages/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.build.package-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.build.package-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.build.package-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.build.package-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.build.package-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.build.package-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.build.package-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.build.package-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.build.package-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.cshelp >----------- [INFO] Building org.eclipse.birt.chart.cshelp 4.15.0-SNAPSHOT [7/280] [INFO] from docs/org.eclipse.birt.chart.cshelp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.cshelp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.cshelp --- [INFO] Resolving class path of org.eclipse.birt.chart.cshelp [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.cshelp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/org.eclipse.birt.chart.cshelp-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.cshelp/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt.features:org.eclipse.birt.features-parent >----- [INFO] Building org.eclipse.birt.features-parent 4.15.0-SNAPSHOT [8/280] [INFO] from features/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.features-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.features-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.features-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.features-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.features-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.features-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.features-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.features-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.features-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.cshelp >------- [INFO] Building org.eclipse.birt.chart.cshelp 4.15.0-SNAPSHOT [9/280] [INFO] from features/org.eclipse.birt.chart.cshelp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.cshelp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.cshelp --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.cshelp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.cshelp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.cshelp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/org.eclipse.birt.chart.cshelp-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.cshelp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.cshelp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.cshelp.feature/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.core:org.eclipse.birt.core-parent >--------- [INFO] Building org.eclipse.birt.core-parent 4.15.0-SNAPSHOT [10/280] [INFO] from core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.core >--------------- [INFO] Building org.eclipse.birt.core 4.15.0-SNAPSHOT [11/280] [INFO] from core/org.eclipse.birt.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core --- [INFO] Resolving class path of org.eclipse.birt.core [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.core --- [INFO] Compiling 241 source files to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/org.eclipse.birt.core-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.chart.engine >----------- [INFO] Building org.eclipse.birt.chart.engine 4.15.0-SNAPSHOT [12/280] [INFO] from chart/org.eclipse.birt.chart.engine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine --- [INFO] Resolving class path of org.eclipse.birt.chart.engine [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.engine --- [INFO] Compiling 513 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/org.eclipse.birt.chart.engine-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.chart.engine.extension >------ [INFO] Building org.eclipse.birt.chart.engine.extension 4.15.0-SNAPSHOT [13/280] [INFO] from chart/org.eclipse.birt.chart.engine.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.engine.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.engine.extension [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.engine.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.engine.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.engine.extension --- [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.engine.extension --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.engine.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.engine.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.engine.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/org.eclipse.birt.chart.engine.extension-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.engine.extension --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.engine.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.engine.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.engine.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.engine.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.swt >--------- [INFO] Building org.eclipse.birt.chart.device.swt 4.15.0-SNAPSHOT [14/280] [INFO] from chart/org.eclipse.birt.chart.device.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.swt --- [INFO] Resolving class path of org.eclipse.birt.chart.device.swt [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.swt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.swt --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.swt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/org.eclipse.birt.chart.device.swt-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.swt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.swt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.swt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.swt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.swt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.swt/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.core.ui >-------------- [INFO] Building org.eclipse.birt.core.ui 4.15.0-SNAPSHOT [15/280] [INFO] from core/org.eclipse.birt.core.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.ui --- [INFO] Resolving class path of org.eclipse.birt.core.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.core.ui --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.core.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/org.eclipse.birt.core.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.ui/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.chart.ui >------------- [INFO] Building org.eclipse.birt.chart.ui 4.15.0-SNAPSHOT [16/280] [INFO] from chart/org.eclipse.birt.chart.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui --- [INFO] Resolving class path of org.eclipse.birt.chart.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.ui --- [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/org.eclipse.birt.chart.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.chart.ui.extension >-------- [INFO] Building org.eclipse.birt.chart.ui.extension 4.15.0-SNAPSHOT [17/280] [INFO] from chart/org.eclipse.birt.chart.ui.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.ui.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.ui.extension [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.ui.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.ui.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.ui.extension --- [INFO] Compiling 164 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.ui.extension --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.ui.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.ui.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.ui.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/org.eclipse.birt.chart.ui.extension-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.ui.extension --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.ui.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.ui.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.ui.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.ui.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui.extension/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.chart.device.extension >------ [INFO] Building org.eclipse.birt.chart.device.extension 4.15.0-SNAPSHOT [18/280] [INFO] from chart/org.eclipse.birt.chart.device.extension/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.extension --- [INFO] Resolving class path of org.eclipse.birt.chart.device.extension [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.extension --- [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.extension --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/org.eclipse.birt.chart.device.extension-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.extension --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.extension --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.extension --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.extension/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.svg >--------- [INFO] Building org.eclipse.birt.chart.device.svg 4.15.0-SNAPSHOT [19/280] [INFO] from chart/org.eclipse.birt.chart.device.svg/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.svg --- [INFO] Resolving class path of org.eclipse.birt.chart.device.svg [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.svg --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.svg --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.svg --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/org.eclipse.birt.chart.device.svg-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.svg --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.svg --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.svg --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.svg --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.svg --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.svg/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.device.pdf >--------- [INFO] Building org.eclipse.birt.chart.device.pdf 4.15.0-SNAPSHOT [20/280] [INFO] from chart/org.eclipse.birt.chart.device.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.pdf --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.device.pdf --- [INFO] Resolving class path of org.eclipse.birt.chart.device.pdf [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.device.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.device.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/src/main/resources [INFO] [INFO] --- dependency:2.10:copy (Copy jars) @ org.eclipse.birt.chart.device.pdf --- [INFO] Configured Artifact: org.apache.xmlgraphics:fop:2.6:jar [INFO] org.apache.xmlgraphics:fop:2.6:jar already exists in /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/lib [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.device.pdf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.device.pdf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.device.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.device.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.device.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/org.eclipse.birt.chart.device.pdf-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.device.pdf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.device.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.device.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.device.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.device.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.chart.examples.core >-------- [INFO] Building org.eclipse.birt.chart.examples.core 4.15.0-SNAPSHOT [21/280] [INFO] from chart/org.eclipse.birt.chart.examples.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples.core --- [INFO] Resolving class path of org.eclipse.birt.chart.examples.core [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.examples.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.examples.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/org.eclipse.birt.chart.examples.core-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples.core/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.chart >---------- [INFO] Building org.eclipse.birt.chart 4.15.0-SNAPSHOT [22/280] [INFO] from features/org.eclipse.birt.chart.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart --- [WARNING] The following referenced plugins have missing sources org.apache.commons.codec_1.14.0.v20221112-0806 [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/org.eclipse.birt.chart-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.feature/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime >---- [INFO] Building org.eclipse.birt.chart.osgi.runtime 4.15.0-SNAPSHOT [23/280] [INFO] from features/org.eclipse.birt.chart.osgi.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.osgi.runtime --- [WARNING] The following referenced plugins have missing sources org.apache.commons.codec_1.14.0.v20221112-0806 [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/org.eclipse.birt.chart.osgi.runtime-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.birt-packages.birt-charts:ChartRuntime >------- [INFO] Building ChartRuntime 4.15.0-SNAPSHOT [24/280] [INFO] from build/birt-packages/birt-charts/ChartRuntime/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartRuntime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ChartRuntime --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartRuntime --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartRuntime --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ ChartRuntime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ ChartRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ ChartRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ ChartRuntime --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ ChartRuntime --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ ChartRuntime --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ ChartRuntime --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ ChartRuntime --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ ChartRuntime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ ChartRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ ChartRuntime --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/ChartRuntime-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ ChartRuntime --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ ChartRuntime --- [INFO] Executing tasks [INFO] [copy] Copying 40 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ ChartRuntime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ ChartRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ ChartRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ ChartRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartRuntime/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime.sdk >-- [INFO] Building org.eclipse.birt.chart.osgi.runtime.sdk 4.15.0-SNAPSHOT [25/280] [INFO] from features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.osgi.runtime.sdk:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/org.eclipse.birt.chart.osgi.runtime.sdk-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.osgi.runtime.sdk --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.osgi.runtime.sdk/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.model:org.eclipse.birt.model-parent >-------- [INFO] Building org.eclipse.birt.model-parent 4.15.0-SNAPSHOT [26/280] [INFO] from model/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.model-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.model-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.model-parent --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.model-parent --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.model-parent --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.model-parent --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.model-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.model-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.model-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.report.model >----------- [INFO] Building org.eclipse.birt.report.model 4.15.0-SNAPSHOT [27/280] [INFO] from model/org.eclipse.birt.report.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model --- [INFO] Resolving class path of org.eclipse.birt.report.model [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.model --- [INFO] Compiling 1267 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.model --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.model --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/org.eclipse.birt.report.model-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.fonts >-------- [INFO] Building org.eclipse.birt.report.engine.fonts 4.15.0-SNAPSHOT [28/280] [INFO] from engine/org.eclipse.birt.report.engine.fonts/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.fonts --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.fonts --- [INFO] Resolving class path of org.eclipse.birt.report.engine.fonts [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.fonts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.fonts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.fonts --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.fonts --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.fonts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.fonts --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/org.eclipse.birt.report.engine.fonts-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.fonts --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.fonts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.fonts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.fonts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.fonts --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.fonts/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.birt:org.eclipse.birt.data >--------------- [INFO] Building org.eclipse.birt.data 4.15.0-SNAPSHOT [29/280] [INFO] from data/org.eclipse.birt.data/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data --- [INFO] Resolving class path of org.eclipse.birt.data [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data --- [INFO] Compiling 869 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.data --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/org.eclipse.birt.data-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.aggregation >--------- [INFO] Building org.eclipse.birt.data.aggregation 4.15.0-SNAPSHOT [30/280] [INFO] from data/org.eclipse.birt.data.aggregation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.aggregation --- [INFO] Resolving class path of org.eclipse.birt.data.aggregation [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.aggregation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.aggregation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.aggregation --- [INFO] Compiling 60 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.aggregation --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.aggregation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.data.aggregation --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/org.eclipse.birt.data.aggregation-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.aggregation --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.aggregation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.aggregation --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.aggregation/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.adapter >-------- [INFO] Building org.eclipse.birt.report.data.adapter 4.15.0-SNAPSHOT [31/280] [INFO] from data/org.eclipse.birt.report.data.adapter/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.adapter --- [INFO] Resolving class path of org.eclipse.birt.report.data.adapter [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.adapter --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.adapter --- [INFO] Compiling 98 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.adapter --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.adapter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.data.adapter --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/org.eclipse.birt.report.data.adapter-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.adapter --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.adapter --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.adapter --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.adapter/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.report.engine >----------- [INFO] Building org.eclipse.birt.report.engine 4.15.0-SNAPSHOT [32/280] [INFO] from engine/org.eclipse.birt.report.engine/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine --- [INFO] Resolving class path of org.eclipse.birt.report.engine [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine --- [INFO] Compiling 1137 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- jar:3.2.0:jar (engineapi) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- jar:3.2.0:jar (scriptapi) @ org.eclipse.birt.report.engine --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/org.eclipse.birt.report.engine-4.15.0-SNAPSHOT-scriptapi.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.core >----- [INFO] Building org.eclipse.birt.report.item.crosstab.core 4.15.0-SNAPSHOT [33/280] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.core [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/org.eclipse.birt.report.item.crosstab.core-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.core/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.chart.reportitem >--------- [INFO] Building org.eclipse.birt.chart.reportitem 4.15.0-SNAPSHOT [34/280] [INFO] from chart/org.eclipse.birt.chart.reportitem/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.reportitem --- [INFO] Compiling 129 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.chart.reportitem --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/org.eclipse.birt.chart.reportitem-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.chart.doc.isv >----------- [INFO] Building org.eclipse.birt.chart.doc.isv 4.15.0-SNAPSHOT [35/280] [INFO] from docs/org.eclipse.birt.chart.doc.isv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.doc.isv --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.doc.isv --- [INFO] Resolving class path of org.eclipse.birt.chart.doc.isv [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- antrun:3.0.0:run (javadoc) @ org.eclipse.birt.chart.doc.isv --- [INFO] Executing tasks [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/aggregate/IAggregateFunction.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/BaseRenderer.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/AxesRenderer.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderer.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/render/ISeriesRenderingHints.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IGenerator.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/GeneratedChartState.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/IMessageLookup.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/factory/RunTimeContext.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/util/CDateTime.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/api/ChartEngine.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.java... [WARNING] [javadoc] Loading source file /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine.extension/src/org/eclipse/birt/chart/extension/datafeed/StockEntry.java... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.api... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.computation... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.computation.withaxes... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.computation.withoutaxes... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.datafeed... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.device... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.event... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.exception... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.factory... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.log... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.attribute... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.attribute.impl... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.component... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.component.impl... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.data... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.data.impl... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.impl... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.layout... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.layout.impl... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.type... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.model.type.impl... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.render... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script... [WARNING] [javadoc] Constructing Javadoc information... [WARNING] [javadoc] Building index for all the packages and classes... [WARNING] [javadoc] Standard Doclet version 17.0.2+8-86 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/AbstractDataPointDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/AbstractGroupedDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/AbstractScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/AbstractScriptHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AccessibilityValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AccessibilityValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Action.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/ActionEvaluatorAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/ActionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ActionRendererAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ActionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ActionValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ActionValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AllAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Anchor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Angle3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/Angle3DImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AngleType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Arc3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ArcRenderEvent.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:166: warning: Tag @link: reference not found: #setAngleExtent() [WARNING] [javadoc] * @deprecated Use {@link #setAngleExtent()} instead. [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:166: warning: Tag @link: reference not found: #setAngleExtent() [WARNING] [javadoc] * @deprecated Use {@link #setAngleExtent()} instead. [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:200: warning: @param argument "radius" is not a parameter name. [WARNING] [javadoc] * @param radius The width to set. [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/event/ArcRenderEvent.java:216: warning: @param argument "radius" is not a parameter name. [WARNING] [javadoc] * @param radius The height to set. [WARNING] [javadoc] ^ [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Area3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/AreaRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/AreaSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/AreaSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributeFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AttributeFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributePackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AttributePackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AttributePackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AutoScale.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/computation/withaxes/AutoScale.java:2225: warning: @param argument "bConsiderStartEndLabels" is not a parameter name. [WARNING] [javadoc] * @param bConsiderStartEndLabels [WARNING] [javadoc] ^ [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AutoScale.ScaleInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/AxesRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/AxesRenderHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Axis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/AxisImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisLabelTextProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AxisOrigin.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/AxisOriginImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisSubUnit.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/AxisTickCoordinates.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/AxisType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/BarSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/BarSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/BaseRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BaseSampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/BaseSampleDataImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BigNumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/BigNumberDataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/BIRTChartComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Block.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/BlockGenerationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/BlockImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/BoundingBox.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Bounds.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/BoundsImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/BubbleDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/BubbleDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/BubbleEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/BubbleSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/BubbleSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/CallBackValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/CallBackValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/CDateTime.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/Chart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/ChartComputationFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ChartDimension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/ChartEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ChartEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ChartEventHandlerAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/ChartException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartModelHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ChartPreferences.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ChartPreferencesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ChartScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ChartType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ChartWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartWithAxesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ChartWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ChartWithoutAxesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/ClientArea.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/ClientAreaImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ClipRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ColorDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ColorDefinitionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ComponentFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/ComponentPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ComponentPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/Coordinates.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Cursor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/CursorImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/CursorType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/CurveFitting.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/CurveFittingImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/CurveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPoint.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPointComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/DataPointComponentImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataPointComponentType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/DataPointHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/DataPointImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/DataRowExpressionEvaluatorAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/DataSetAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/DataSetIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DataType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatDetail.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/DateFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/DateFormatType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DateTimeDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DateTimeDataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DateTimeDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DateTimeDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/DeferredCache.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/DeferredCacheManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/DeviceAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Dial.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/DialChart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/DialChartImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/DialImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/DialRegion.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/DialRegionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/DialSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/DialSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/DifferenceDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/DifferenceDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/DifferenceEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/DifferenceSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/DifferenceSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Direction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/DisplayAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/EllipsisHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/EllipsisHelper.ITester.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/EmbeddedImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/EmbeddedImageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/EmptyUpdateNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/EmptyWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/EmptyWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Engine3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/EStringToDataSetMapEntryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/EStringToStringMapEntryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/EventObjectCache.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ExtendedProperty.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ExtendedPropertyImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Fill.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FillImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FontDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FontDefinitionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/FontUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/FractionNumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/FractionNumberFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/GanttDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/GanttDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/GanttSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/GanttSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/GeneratedChartState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/Generator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/GObjectFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Gradient.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/GradientImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/Grid.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Grid.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/GridImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/GroupingUnitType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/HorizontalAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/HorizontalAxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/HorizontalAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/I3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IActionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/IActionRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/IAggregateFunction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/IAxesDecorator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/IAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ICallBackNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IChartComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IChartComputationFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IChartEventHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IChartModelHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IChartObject.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IChartScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataPointDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataPointEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IDataSetProcessor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IDeviceRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IDisplayServer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/IExtChartModelLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IExternalContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IExternalizer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IGenerator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/IGObjectFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IGroupedDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IImageMapEmitter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IImageWriterFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/ILogger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Image.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Image3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ImageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/ImageRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ImageSourceType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ImageWriterFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IMessageLookup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Insets.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/InsetsImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/InteractionEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/InteractiveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Interactivity.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/InteractivityImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/IntersectionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/IntersectionValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IPrimitiveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/IRenderInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/IResourceFinder.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/IResultSetDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IScriptClassLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/IScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IScriptMenuHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/ISeriesRenderingHints3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IStructureDefinitionListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ITextMetrics.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ITextRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/IUpdateNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/JavaDateFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/JavaDateFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/JavaNumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/JavaNumberFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Label.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LabelBlock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LabelBlockImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/LabelImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LabelLimiter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LabelLimiter.Option.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LayoutFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/LayoutPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LayoutPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LeaderLineStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Legend.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LegendBehaviorType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendBuilder.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendBuilder.LabelItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendEntryRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/LegendImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemHints.Type.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendItemRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LegendItemType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/LegendLayoutHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Line3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineAttributes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/LineAttributesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineDecorator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/LineRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/LineSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/LineSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/LineStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Location.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Location3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/Location3DImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/LocationImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/Logger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Marker.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/MarkerImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/MarkerInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/MarkerLine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/MarkerLineImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/MarkerRange.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/MarkerRangeImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/MarkerRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MarkerType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MenuStylesKeyType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Methods.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ModelFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/ModelPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/ModelPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/MultipleActions.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/MultipleActionsImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MultipleFill.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/MultipleFillImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/MultiURLValues.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/MultiURLValuesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Needle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/NeedleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NullDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/NullDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/NumberDataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/NumberDataPointEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/NumberDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/NumberDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/NumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/NumberFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Object3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/OneAxis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Orientation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/OrthogonalSampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/OrthogonalSampleDataImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Oval3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/OvalRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Palette.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/PaletteImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/PatternImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/PatternImageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/PieSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/PieSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/Plot.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/PlotComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/PlotImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWith2DAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWith3DAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/PlotWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/PlotWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Point.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Polygon.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Polygon3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/PolygonRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Position.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/PrimitiveRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Query.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/QueryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Rectangle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/RectangleRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/RiserType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/RotatedRectangle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Rotation3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/Rotation3DImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Rule.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/RuleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/RuleType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/RunTimeContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/RunTimeContext.StateKey.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/SampleDataImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Scale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/ScaleContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/ScaleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ScaleUnitType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/ScatterSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/ScatterSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ScriptClassLoaderAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/ScriptExpression.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/ScriptHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/ScriptMenuHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/ScriptValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/ScriptValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/Serializer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/SerializerImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/Series.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SeriesDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/SeriesDefinitionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/SeriesGrouping.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/SeriesGroupingImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/SeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/SeriesNameFormat.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/SeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SeriesRenderingHints3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/SeriesValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/SeriesValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/SharedScaleContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Size.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/SizeImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/SortOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/StackedSeriesLookup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/StackGroup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/StockDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/StockDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/StockEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/StockSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/StockSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Stretch.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StringFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/StringFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureChangeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureSource.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/StructureType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Style.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StyledComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/StyleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/StyleMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/StyleMapImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/Text.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/Text3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/TextAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TextAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/TextAlignmentImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/TextDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/TextDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/TextDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/TextImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/TextRendererAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/TextRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TickStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/TitleBlock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/TitleBlockImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TooltipValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/TooltipValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/TransformationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/Trigger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TriggerCondition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/TriggerFlow.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/TriggerImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypeFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/TypeFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypePackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/TypePackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/TypePackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/UnitsOfMeasurement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/URLValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/URLValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/UserDataSetHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/ValueFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/Vector.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/VerticalAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/VerticalAxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/VerticalAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/WrappedInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/WrappedStructureSource.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/serialized-form.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/class-use/ChartEngine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Vector.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/ValueFormatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/UserDataSetHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/SeriesNameFormat.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/RotatedRectangle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Rectangle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Polygon.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Point.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/PlotComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Object3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Methods.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendLayoutHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendItemRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendItemHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendItemHints.Type.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendEntryRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendBuilder.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LegendBuilder.LabelItem.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LabelLimiter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/LabelLimiter.Option.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IGObjectFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IConstants.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IChartComputationFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/IChartComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/GObjectFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/Engine3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/EllipsisHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/EllipsisHelper.ITester.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/DataSetIterator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/DataPointHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/ChartComputationFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/BoundingBox.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/class-use/BIRTChartComputation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/VerticalAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/VerticalAxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/StackedSeriesLookup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/StackGroup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/SharedScaleContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/SeriesRenderingHints3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/SeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/ScaleContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/PlotWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/PlotWith3DAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/PlotWith2DAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/OneAxis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/IntersectionValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/IAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/HorizontalAxisAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/HorizontalAxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/Grid.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxisTickCoordinates.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxisSubUnit.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxisLabelTextProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AxesAdjuster.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AutoScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AutoScale.ScaleInfo.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/class-use/AllAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/class-use/SeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/class-use/PlotWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/class-use/Coordinates.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/NumberDataPointEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IResultSetDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IDataSetProcessor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IDataPointEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/IDataPointDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/DataSetAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/class-use/AbstractDataPointDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/TextRendererAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/TextAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ScriptMenuHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ImageWriterFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IUpdateNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ITextRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ITextMetrics.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IStructureDefinitionListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IScriptMenuHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IPrimitiveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IImageWriterFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IImageMapEmitter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IDisplayServer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/IDeviceRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/ICallBackNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/FontUtil.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/EmptyUpdateNotifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/DisplayAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/class-use/DeviceAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/WrappedStructureSource.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/WrappedInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/TransformationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/TextRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Text3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/StructureType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/StructureSource.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/StructureChangeEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/RectangleRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/PrimitiveRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/PolygonRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Polygon3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/OvalRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Oval3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/MarkerInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/LineRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Line3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/InteractionEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ImageRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Image3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/IRenderInstruction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/I3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/EventObjectCache.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ClipRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ChartEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/BlockGenerationEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/AreaRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Area3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/ArcRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/class-use/Arc3DRenderEvent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/class-use/ChartException.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/RunTimeContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/RunTimeContext.StateKey.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IResourceFinder.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IMessageLookup.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IGroupedDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IGenerator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IExternalizer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/IActionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/Generator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/GeneratedChartState.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/DataRowExpressionEvaluatorAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/ActionEvaluatorAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/class-use/AbstractGroupedDataRowExpressionEvaluator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/class-use/Logger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/class-use/ILogger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/Serializer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ModelPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ModelPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ModelFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/IExtChartModelLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/IChartObject.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/IChartModelHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/DialChart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ChartWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/ChartWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/class-use/Chart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/VerticalAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/UnitsOfMeasurement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/URLValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TriggerFlow.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TriggerCondition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TooltipValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TickStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/TextAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Text.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/StyledComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/StyleMap.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Style.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/StringFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Stretch.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/SortOption.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Size.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/SeriesValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ScriptValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ScaleUnitType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/RuleType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Rotation3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/RiserType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Position.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/PatternImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Palette.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Orientation.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/NumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MultipleFill.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MultiURLValues.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MenuStylesKeyType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/MarkerType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Marker.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Location3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Location.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LineStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LineDecorator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LineAttributes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LegendItemType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LegendBehaviorType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/LeaderLineStyle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/JavaNumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/JavaDateFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/IntersectionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Interactivity.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Insets.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ImageSourceType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Image.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/HorizontalAlignment.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/GroupingUnitType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Gradient.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/FractionNumberFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/FormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/FontDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Fill.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ExtendedProperty.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/EmbeddedImage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Direction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DateFormatType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DateFormatSpecifier.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DateFormatDetail.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataPointComponentType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataPointComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/DataPoint.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/CursorType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Cursor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ColorDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ChartType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ChartDimension.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/CallBackValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Bounds.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AxisType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AxisOrigin.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AttributePackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AttributePackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AttributeFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AngleType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Angle3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/Anchor.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ActionValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/ActionType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/class-use/AccessibilityValue.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/URLValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/TooltipValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/TextImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/TextAlignmentImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/StyleMapImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/StyleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/StringFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/SizeImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/SeriesValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ScriptValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/Rotation3DImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/PatternImageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/PaletteImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/NumberFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/MultipleFillImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/MultiURLValuesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/MarkerImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/LocationImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/Location3DImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/LineAttributesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/JavaNumberFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/JavaDateFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/InteractivityImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/InsetsImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ImageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/GradientImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FractionNumberFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FontDefinitionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/FillImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ExtendedPropertyImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/EmbeddedImageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/EStringToStringMapEntryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/DateFormatSpecifierImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/DataPointImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/DataPointComponentImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/CursorImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ColorDefinitionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/CallBackValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/BoundsImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AxisOriginImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AttributePackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AttributeFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/Angle3DImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/ActionValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/class-use/AccessibilityValueImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Series.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Scale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Needle.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/MarkerRange.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/MarkerLine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Label.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Grid.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/DialRegion.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Dial.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/CurveFitting.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ComponentPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ComponentPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ComponentFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/ChartPreferences.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/class-use/Axis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/SeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ScaleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/NeedleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/MarkerRangeImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/MarkerLineImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/LabelImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/GridImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/EStringToDataSetMapEntryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/DialRegionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/DialImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/CurveFittingImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ComponentPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ComponentFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/ChartPreferencesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/class-use/AxisImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Trigger.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/TextDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/TextDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/StockDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/SeriesGrouping.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/SeriesDefinition.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/ScriptExpression.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/SampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Rule.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Query.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/OrthogonalSampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/NumberDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/NumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/NullDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/MultipleActions.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/GanttDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DifferenceDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DateTimeDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DateTimeDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/DataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/BubbleDataSet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/BigNumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/BaseSampleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/class-use/Action.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/TriggerImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/TextDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/StockDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/SeriesGroupingImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/SeriesDefinitionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/SampleDataImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/RuleImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/QueryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/OrthogonalSampleDataImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/NumberDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/NumberDataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/NullDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/MultipleActionsImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/GanttDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DifferenceDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DateTimeDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DateTimeDataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/DataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/BubbleDataSetImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/BigNumberDataElementImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/BaseSampleDataImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/class-use/ActionImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/SerializerImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ModelPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ModelFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/DialChartImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartWithoutAxesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartWithAxesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartModelHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/class-use/ChartImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/TitleBlock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/Plot.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/Legend.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LayoutPackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LayoutPackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LayoutFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/LabelBlock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/ClientArea.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/class-use/Block.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/TitleBlockImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/PlotImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LegendImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LayoutPackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LayoutFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/LabelBlockImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/ClientAreaImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/class-use/BlockImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/TypePackage.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/TypePackage.Literals.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/TypeFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/StockSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/ScatterSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/PieSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/LineSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/GanttSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/DifferenceSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/DialSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/BubbleSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/BarSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/class-use/AreaSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/TypePackageImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/TypeFactoryImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/StockSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/ScatterSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/PieSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/LineSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/GanttSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/DifferenceSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/DialSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/BubbleSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/BarSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/class-use/AreaSeriesImpl.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/MarkerRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/InteractiveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ISeriesRenderingHints3D.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ISeriesRenderingHints.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ISeriesRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/IAxesDecorator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/IActionRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/EmptyWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/EmptyWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/DeferredCacheManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/DeferredCache.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/CurveRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/BaseRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/AxesRenderer.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/AxesRenderHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/class-use/ActionRendererAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ScriptHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ScriptClassLoaderAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IScriptClassLoader.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IExternalContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IChartScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/IChartEventHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ChartScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/ChartEventHandlerAdapter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/AbstractScriptHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/class-use/AbstractScriptContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/class-use/IAggregateFunction.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/class-use/CDateTime.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/class-use/BubbleEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/class-use/DifferenceEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/class-use/StockEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/aggregate/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/api/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withaxes/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/computation/withoutaxes/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/datafeed/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/device/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/event/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/exception/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/extension/datafeed/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/factory/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/log/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/attribute/impl/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/component/impl/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/data/impl/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/impl/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/layout/impl/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/model/type/impl/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/render/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/script/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/org/eclipse/birt/chart/util/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/deprecated-list.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-1.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-2.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-3.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-4.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-5.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-6.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-7.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-8.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-9.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-10.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-11.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-12.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-13.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-14.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-15.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-16.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-17.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-18.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-19.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-20.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-21.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-22.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-23.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-24.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-25.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/index-files/index-26.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chart/api/help-doc.html... [WARNING] [javadoc] 5 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.ui.swt.interfaces... [WARNING] [javadoc] Constructing Javadoc information... [WARNING] [javadoc] Building index for all the packages and classes... [WARNING] [javadoc] Standard Doclet version 17.0.2+8-86 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IAssistField.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChangeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartDataSheet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartPreviewPainter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartSubType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIAccessible.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartUIHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IChartWizardContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IDataElementComposite.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IDataServiceProvider.java:198: warning: invalid input: '&' [WARNING] [javadoc] * @return (getState() & state) == state [WARNING] [javadoc] ^ [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IExpressionButton.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IExpressionValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IFontDefinitionDialog.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IFormatSpecifierHandler.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IFormatSpecifierHandler.java:33: warning: @param argument "axisType" is not a parameter name. [WARNING] [javadoc] * @param axisType [WARNING] [javadoc] ^ [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IHelpContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IImageServiceProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/INode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IRegisteredSheetEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IRegisteredSubtaskEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISelectDataCustomizeUI.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISeriesButtonEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ISeriesUIProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ITaskChangeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ITaskPopupSheet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/ITaskPreviewable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IUIManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java:140: warning: @param argument "oContext" is not a parameter name. [WARNING] [javadoc] * @param oContext the application-specific context used by the Expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.ui/src/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.java:160: warning: @param argument "oContext" is not a parameter name. [WARNING] [javadoc] * @param oContext the application-specific context used by the [WARNING] [javadoc] ^ [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/IUIServiceProvider.Command.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/constant-values.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IUIServiceProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IUIServiceProvider.Command.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IUIManager.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ITaskPreviewable.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ITaskPopupSheet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ITaskChangeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISeriesUIProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISeriesButtonEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISelectDataCustomizeUI.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/ISelectDataComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IRegisteredSubtaskEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IRegisteredSheetEntry.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/INode.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IImageServiceProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IHelpContent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IFormatSpecifierHandler.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IFontDefinitionDialog.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IExpressionValidator.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IExpressionButton.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IDataServiceProvider.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IDataElementComposite.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartWizardContext.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartUIHelper.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartUIFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartUIAccessible.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartSubType.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartPreviewPainter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChartDataSheet.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IChangeListener.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/class-use/IAssistField.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/org/eclipse/birt/chart/ui/swt/interfaces/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/deprecated-list.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartui/api/help-doc.html... [WARNING] [javadoc] 4 warnings [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api [INFO] [javadoc] Generating Javadoc [INFO] [javadoc] Javadoc execution [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.attribute... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.component... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.data... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.scale... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.series... [WARNING] [javadoc] Loading source files for package org.eclipse.birt.chart.script.api.series.data... [WARNING] [javadoc] Constructing Javadoc information... [WARNING] [javadoc] Building index for all the packages and classes... [WARNING] [javadoc] Standard Doclet version 17.0.2+8-86 [WARNING] [javadoc] Building tree for all the packages and classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IArea.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IAxis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IBar.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IBubble.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IBubbleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/ICategory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ICategoryScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IChartComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChartWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IChartWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/IComponentFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/IDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/IDateTimeDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IDifference.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.java:40: warning: @param argument "High" is not a parameter name. [WARNING] [javadoc] * @param High expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IDifferenceData.java:47: warning: @param argument "Low" is not a parameter name. [WARNING] [javadoc] * @param Low expression [WARNING] [javadoc] ^ [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IGantt.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IGanttData.html... [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:47: warning: @param argument "task" is not a parameter name. [WARNING] [javadoc] * @param task name expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:54: warning: @param argument "Start" is not a parameter name. [WARNING] [javadoc] * @param Start date expression [WARNING] [javadoc] ^ [WARNING] [javadoc] /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/api/series/data/IGanttData.java:61: warning: @param argument "Finish" is not a parameter name. [WARNING] [javadoc] * @param Finish date expression [WARNING] [javadoc] ^ [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/ILabel.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/ILegend.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/ILine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ILinearScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ILogarithmicScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IMarkerLine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IMarkerRange.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IMeter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/INumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IPie.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/IScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IScatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/ISeriesData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/ISeriesGrouping.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/ISimpleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IStackableSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/IStock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/IStockData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/IText.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/ITimeScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/IValueSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/package-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/package-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IComponentFactory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IChartWithoutAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IChartWithAxes.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/class-use/IChart.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/class-use/IText.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/class-use/ILabel.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IValueSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IMarkerRange.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IMarkerLine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/ILegend.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IChartComponent.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/ICategory.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/class-use/IAxis.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/ISeriesGrouping.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/INumberDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/IDateTimeDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/class-use/IDataElement.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ITimeScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/IScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ILogarithmicScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ILinearScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/class-use/ICategoryScale.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IStock.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IStackableSeries.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IScatter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IPie.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IMeter.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/ILine.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IGantt.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IDifference.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IBubble.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IBar.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/class-use/IArea.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IStockData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/ISimpleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/ISeriesData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IGanttData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IDifferenceData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/class-use/IBubbleData.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/attribute/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/component/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/data/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/scale/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/org/eclipse/birt/chart/script/api/series/data/package-use.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/overview-tree.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/index.html... [WARNING] [javadoc] Building index for all classes... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/allclasses-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/allpackages-index.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/index-all.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/overview-summary.html... [WARNING] [javadoc] Generating /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/chartscript/api/help-doc.html... [WARNING] [javadoc] 5 warnings [WARNING] [echo] generating javadoc for chart [INFO] Executed tasks [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.doc.isv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/org.eclipse.birt.chart.doc.isv-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/docs/org.eclipse.birt.chart.doc.isv/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv >------ [INFO] Building org.eclipse.birt.chart.doc.isv 4.15.0-SNAPSHOT [36/280] [INFO] from features/org.eclipse.birt.chart.doc.isv.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.doc.isv:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.doc.isv --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.doc.isv --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.doc.isv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.doc.isv --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/org.eclipse.birt.chart.doc.isv-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.doc.isv --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.doc.isv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.doc.isv.feature/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt.birt-packages.birt-charts:ChartSDK >--------- [INFO] Building ChartSDK 4.15.0-SNAPSHOT [37/280] [INFO] from build/birt-packages/birt-charts/ChartSDK/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:ChartSDK:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ ChartSDK --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ChartSDK --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ ChartSDK --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ ChartSDK --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ ChartSDK --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ ChartSDK --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ ChartSDK --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ ChartSDK --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ ChartSDK --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ ChartSDK --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ ChartSDK --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ ChartSDK --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ ChartSDK --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ ChartSDK --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/ChartSDK-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ ChartSDK --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ ChartSDK --- [INFO] Executing tasks [INFO] [copy] Copying 74 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/eclipse [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ ChartSDK --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ ChartSDK --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ ChartSDK --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ ChartSDK --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ ChartSDK --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/ChartSDK/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime >---- [INFO] Building DeploymentRuntime 4.15.0-SNAPSHOT [38/280] [INFO] from build/birt-packages/birt-charts/DeploymentRuntime/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.birt-packages.birt-charts:DeploymentRuntime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ DeploymentRuntime --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ DeploymentRuntime --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ DeploymentRuntime --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ DeploymentRuntime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ DeploymentRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ DeploymentRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ DeploymentRuntime --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ DeploymentRuntime --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ DeploymentRuntime --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ DeploymentRuntime --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ DeploymentRuntime --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ DeploymentRuntime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ DeploymentRuntime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-p2-repository:4.0.6:archive-repository (default-archive-repository) @ DeploymentRuntime --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ DeploymentRuntime --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ DeploymentRuntime --- [INFO] Executing tasks [INFO] [copy] Copying 34 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/ChartEngine/docs [INFO] [copy] Copying 11 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample [INFO] [copy] Copying 33 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample/WEB-INF/lib [INFO] [war] Building war: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample.war [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/DeploymentRuntime/chart-viewer-sample [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ DeploymentRuntime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ DeploymentRuntime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ DeploymentRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ DeploymentRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ DeploymentRuntime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/DeploymentRuntime/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt.birt-packages.birt-charts:birt-charts >------- [INFO] Building birt-charts 4.15.0-SNAPSHOT [39/280] [INFO] from build/birt-packages/birt-charts/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-charts --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-charts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/jacoco.exec [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ birt-charts --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ birt-charts --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ birt-charts --- [INFO] [INFO] --- antrun:3.0.0:run (re-package) @ birt-charts --- [INFO] Executing tasks [INFO] [copy] Copying 40 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/ChartRuntime/eclipse [INFO] [copy] Copying 74 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/ChartSDK/eclipse [INFO] [copy] Copying 36 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build/DeploymentRuntime [INFO] [copy] Copying 2 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/build [INFO] [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/birt-charts-4.15.0-202403041835.zip [INFO] Executed tasks [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-charts --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-charts --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-charts/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.designer.core >------- [INFO] Building org.eclipse.birt.report.designer.core 4.15.0-SNAPSHOT [40/280] [INFO] from UI/org.eclipse.birt.report.designer.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.core --- [INFO] Resolving class path of org.eclipse.birt.report.designer.core [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.core --- [INFO] Compiling 101 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/org.eclipse.birt.report.designer.core-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.core/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.designer.ui >-------- [INFO] Building org.eclipse.birt.report.designer.ui 4.15.0-SNAPSHOT [41/280] [INFO] from UI/org.eclipse.birt.report.designer.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui --- [INFO] Compiling 928 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/org.eclipse.birt.report.designer.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.views >----- [INFO] Building org.eclipse.birt.report.designer.ui.views 4.15.0-SNAPSHOT [42/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.views/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.views [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.views --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Compiling 315 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/org.eclipse.birt.report.designer.ui.views-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.views --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.views --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.views --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.views/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda >----- [INFO] Building org.eclipse.birt.report.model.adapter.oda 4.15.0-SNAPSHOT [43/280] [INFO] from model/org.eclipse.birt.report.model.adapter.oda/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Resolving class path of org.eclipse.birt.report.model.adapter.oda [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Compiling 76 source files to /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/org.eclipse.birt.report.model.adapter.oda-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.model.adapter.oda --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.data >------ [INFO] Building org.eclipse.birt.report.designer.ui.data 4.15.0-SNAPSHOT [44/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.data/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.data --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.data [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.data --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/org.eclipse.birt.report.designer.ui.data-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.data --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.data --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.data --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.data/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction >--- [INFO] Building org.eclipse.birt.report.engine.dataextraction 4.15.0-SNAPSHOT [45/280] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/org.eclipse.birt.report.engine.dataextraction-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.report.viewer >----------- [INFO] Building org.eclipse.birt.report.viewer 4.15.0-SNAPSHOT [46/280] [INFO] from viewer/org.eclipse.birt.report.viewer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.viewer --- [INFO] Resolving class path of org.eclipse.birt.report.viewer [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.viewer --- [INFO] Compiling 250 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/birt/WEB-INF/lib/viewservlets.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/viewer.jar-classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- jetty-jspc:10.0.15:jspc (pre-compile-jsp) @ org.eclipse.birt.report.viewer --- [INFO] Compiling CancelTask.jsp,index.jsp,webcontent/birt/pages/common/Attributes.jsp,webcontent/birt/pages/common/Error.jsp,webcontent/birt/pages/common/Locale.jsp,webcontent/birt/pages/common/processing.jsp,webcontent/birt/pages/control/NavigationbarFragment.jsp,webcontent/birt/pages/control/ProgressBarFragment.jsp,webcontent/birt/pages/control/TocFragment.jsp,webcontent/birt/pages/control/ToolbarFragment.jsp,webcontent/birt/pages/dialog/ConfirmationDialogFragment.jsp,webcontent/birt/pages/dialog/DialogContainerFragment.jsp,webcontent/birt/pages/dialog/ExceptionDialogFragment.jsp,webcontent/birt/pages/dialog/ExportDataDialogFragment.jsp,webcontent/birt/pages/dialog/ExportReportDialogFragment.jsp,webcontent/birt/pages/dialog/ParameterDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportDialogFragment.jsp,webcontent/birt/pages/dialog/PrintReportServerDialogFragment.jsp,webcontent/birt/pages/dialog/SimpleExportDataDialogFragment.jsp,webcontent/birt/pages/layout/DocumentFragment.jsp,webcontent/birt/pages/layout/FramesetFragment.jsp,webcontent/birt/pages/layout/ParameterFragment.jsp,webcontent/birt/pages/layout/ReportContentFragment.jsp,webcontent/birt/pages/layout/ReportDialogFragment.jsp,webcontent/birt/pages/layout/ReportFragment.jsp,webcontent/birt/pages/layout/RequesterFragment.jsp,webcontent/birt/pages/layout/RunFragment.jsp,webcontent/birt/pages/layout/SidebarFragment.jsp,webcontent/birt/pages/parameter/CheckboxParameterFragment.jsp,webcontent/birt/pages/parameter/ComboBoxParameterFragment.jsp,webcontent/birt/pages/parameter/HiddenParameterFragment.jsp,webcontent/birt/pages/parameter/ParameterGroupFragment.jsp,webcontent/birt/pages/parameter/RadioButtonParameterFragment.jsp,webcontent/birt/pages/parameter/TextBoxParameterFragment.jsp from includes=**\/*.jsp, **\/*.jspx excludes=**\/.svn\/** [INFO] At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. [INFO] Generation completed with [0] errors in [2785] milliseconds [INFO] [INFO] --- antrun:3.0.0:run (jar-pre-compile-jsp) @ org.eclipse.birt.report.viewer --- [INFO] Executing tasks [INFO] [jar] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/jsp.jar [INFO] [copy] Copying 1 file to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF [INFO] Executed tasks [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewer --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.viewer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.viewer --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/viewservlets.jar [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/viewer.jar [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/org.eclipse.birt.report.viewer-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.viewer --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.viewer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.viewer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb >--------- [INFO] Building org.eclipse.birt.data.oda.mongodb 4.15.0-SNAPSHOT [47/280] [INFO] from data/org.eclipse.birt.data.oda.mongodb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/org.eclipse.birt.data.oda.mongodb-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors >---- [INFO] Building org.eclipse.birt.report.designer.ui.editors 4.15.0-SNAPSHOT [48/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.editors/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/org.eclipse.birt.report.designer.ui.editors-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editors.schematic >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic 4.15.0-SNAPSHOT [49/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.editors.schematic/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editors.schematic [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/org.eclipse.birt.report.designer.ui.editors.schematic-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editors.schematic --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editors.schematic/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib >------ [INFO] Building org.eclipse.birt.report.designer.ui.lib 4.15.0-SNAPSHOT [50/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.lib/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/org.eclipse.birt.report.designer.ui.lib-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.lib.explorer >-- [INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer 4.15.0-SNAPSHOT [51/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.lib.explorer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.lib.explorer [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/org.eclipse.birt.report.designer.ui.lib.explorer-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.lib.explorer --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.lib.explorer/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.designer.ui.ide >------ [INFO] Building org.eclipse.birt.report.designer.ui.ide 4.15.0-SNAPSHOT [52/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.ide [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Compiling 62 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/org.eclipse.birt.report.designer.ui.ide-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.ide/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.cubebuilder >-- [INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder 4.15.0-SNAPSHOT [53/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.cubebuilder/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.cubebuilder [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Compiling 85 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/org.eclipse.birt.report.designer.ui.cubebuilder-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.cubebuilder --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.cubebuilder/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.item.crosstab.ui >------ [INFO] Building org.eclipse.birt.report.item.crosstab.ui 4.15.0-SNAPSHOT [54/280] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Resolving class path of org.eclipse.birt.report.item.crosstab.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Compiling 189 source files to /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/org.eclipse.birt.report.item.crosstab.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.item.crosstab.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/xtab/org.eclipse.birt.report.item.crosstab.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.chart.reportitem.ui >-------- [INFO] Building org.eclipse.birt.chart.reportitem.ui 4.15.0-SNAPSHOT [55/280] [INFO] from chart/org.eclipse.birt.chart.reportitem.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Resolving class path of org.eclipse.birt.chart.reportitem.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/org.eclipse.birt.chart.reportitem.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.reportitem.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.reportitem.ui/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils >------ [INFO] Building org.eclipse.birt.report.data.bidi.utils 4.15.0-SNAPSHOT [56/280] [INFO] from data/org.eclipse.birt.report.data.bidi.utils/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/org.eclipse.birt.report.data.bidi.utils-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc >------- [INFO] Building org.eclipse.birt.report.data.oda.jdbc 4.15.0-SNAPSHOT [57/280] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/org.eclipse.birt.report.data.oda.jdbc-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb >----- [INFO] Building org.eclipse.birt.report.data.oda.sampledb 4.15.0-SNAPSHOT [58/280] [INFO] from data/org.eclipse.birt.report.data.oda.sampledb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/sampledb.jar [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/org.eclipse.birt.report.data.oda.sampledb-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo >----------- [INFO] Building org.eclipse.birt.data.oda.pojo 4.15.0-SNAPSHOT [59/280] [INFO] from data/org.eclipse.birt.data.oda.pojo/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.pojo --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/org.eclipse.birt.data.oda.pojo-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.data.oda.pojo.ui >--------- [INFO] Building org.eclipse.birt.data.oda.pojo.ui 4.15.0-SNAPSHOT [60/280] [INFO] from data/org.eclipse.birt.data.oda.pojo.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Resolving class path of org.eclipse.birt.data.oda.pojo.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/org.eclipse.birt.data.oda.pojo.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.pojo.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.pojo.ui/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config >--- [INFO] Building org.eclipse.birt.report.engine.emitter.config 4.15.0-SNAPSHOT [61/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- jar:3.2.0:jar (api) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/org.eclipse.birt.report.engine.emitter.config-4.15.0-SNAPSHOT-api.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview.web >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.web 4.15.0-SNAPSHOT [62/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.web/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview.web [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/org.eclipse.birt.report.designer.ui.preview.web-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview.web --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview.web/target/jacoco.exec [INFO] [INFO] -----------< org.eclipse.birt:org.eclipse.birt.axis.overlay >----------- [INFO] Building org.eclipse.birt.axis.overlay 4.15.0-SNAPSHOT [63/280] [INFO] from viewer/org.eclipse.birt.axis.overlay/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.axis.overlay --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.axis.overlay --- [INFO] Resolving class path of org.eclipse.birt.axis.overlay [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.axis.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.axis.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.axis.overlay --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.axis.overlay --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.axis.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.axis.overlay --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.axis.overlay --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/org.eclipse.birt.axis.overlay-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.axis.overlay --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.axis.overlay --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.axis.overlay --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.axis.overlay/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.wpml >---- [INFO] Building org.eclipse.birt.report.engine.emitter.wpml 4.15.0-SNAPSHOT [64/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.wpml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.wpml [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/org.eclipse.birt.report.engine.emitter.wpml-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.wpml/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.ooxml >-------- [INFO] Building org.eclipse.birt.report.engine.ooxml 4.15.0-SNAPSHOT [65/280] [INFO] from engine/org.eclipse.birt.report.engine.ooxml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.ooxml --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.ooxml [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.ooxml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/org.eclipse.birt.report.engine.ooxml-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.ooxml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.ooxml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.ooxml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.ooxml/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.docx >---- [INFO] Building org.eclipse.birt.report.engine.emitter.docx 4.15.0-SNAPSHOT [66/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.docx [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/org.eclipse.birt.report.engine.emitter.docx-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.docx/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive >------- [INFO] Building org.eclipse.birt.report.data.oda.hive 4.15.0-SNAPSHOT [67/280] [INFO] from data/org.eclipse.birt.report.data.oda.hive/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/org.eclipse.birt.report.data.oda.hive-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.docx >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.docx 4.15.0-SNAPSHOT [68/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.docx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.docx [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/org.eclipse.birt.report.engine.emitter.config.docx-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.docx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.docx/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.xml.wtp >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp 4.15.0-SNAPSHOT [69/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.xml.wtp [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/org.eclipse.birt.report.designer.ui.editor.xml.wtp-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.xml.wtp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp >-- [INFO] Building org.eclipse.birt.report.designer.editor.xml.wtp 4.15.0-SNAPSHOT [70/280] [INFO] from features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.report.designer.editor.xml.wtp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/org.eclipse.birt.report.designer.editor.xml.wtp-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.editor.xml.wtp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.report.designer.editor.xml.wtp.feature/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf >----- [INFO] Building org.eclipse.birt.report.engine.emitter.pdf 4.15.0-SNAPSHOT [71/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/org.eclipse.birt.report.engine.emitter.pdf-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb 4.15.0-SNAPSHOT [72/280] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.data.oda.mongodb.ui >-------- [INFO] Building org.eclipse.birt.data.oda.mongodb.ui 4.15.0-SNAPSHOT [73/280] [INFO] from data/org.eclipse.birt.data.oda.mongodb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Resolving class path of org.eclipse.birt.data.oda.mongodb.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/org.eclipse.birt.data.oda.mongodb.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.data.oda.mongodb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.oda.mongodb.ui/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ppt >----- [INFO] Building org.eclipse.birt.report.engine.emitter.ppt 4.15.0-SNAPSHOT [74/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.ppt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ppt [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/org.eclipse.birt.report.engine.emitter.ppt-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ppt/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pptx >---- [INFO] Building org.eclipse.birt.report.engine.emitter.pptx 4.15.0-SNAPSHOT [75/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pptx [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/org.eclipse.birt.report.engine.emitter.pptx-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pptx/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pptx >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx 4.15.0-SNAPSHOT [76/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.pptx/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pptx [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/org.eclipse.birt.report.engine.emitter.config.pptx-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pptx --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pptx/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.engine.odf >--------- [INFO] Building org.eclipse.birt.report.engine.odf 4.15.0-SNAPSHOT [77/280] [INFO] from engine/org.eclipse.birt.report.engine.odf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.odf --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.odf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.odf [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.odf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.odf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.odf --- [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.odf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.odf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.odf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.odf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/org.eclipse.birt.report.engine.odf-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.odf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.odf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.odf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.odf/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odt >----- [INFO] Building org.eclipse.birt.report.engine.emitter.odt 4.15.0-SNAPSHOT [78/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odt [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/org.eclipse.birt.report.engine.emitter.odt-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odt/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript >-- [INFO] Building org.eclipse.birt.report.engine.emitter.postscript 4.15.0-SNAPSHOT [79/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.postscript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.postscript [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/org.eclipse.birt.report.engine.emitter.postscript-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html >---- [INFO] Building org.eclipse.birt.report.engine.emitter.html 4.15.0-SNAPSHOT [80/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.html [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/org.eclipse.birt.report.engine.emitter.html-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile 4.15.0-SNAPSHOT [81/280] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui 4.15.0-SNAPSHOT [82/280] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.ods >----- [INFO] Building org.eclipse.birt.report.engine.emitter.ods 4.15.0-SNAPSHOT [83/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.ods/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.ods [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/org.eclipse.birt.report.engine.emitter.ods-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.ods/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.editor.script >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.script 4.15.0-SNAPSHOT [84/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.editor.script/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.editor.script [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/org.eclipse.birt.report.designer.ui.editor.script-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.editor.script --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.editor.script/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:org.eclipse.birt.report.debug.core >--------- [INFO] Building org.eclipse.birt.report.debug.core 4.15.0-SNAPSHOT [85/280] [INFO] from UI/org.eclipse.birt.report.debug.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.core --- [INFO] Resolving class path of org.eclipse.birt.report.debug.core [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.debug.core --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 1 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.core --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/org.eclipse.birt.report.debug.core-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.core --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.core --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.core --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.core/target/jacoco.exec [INFO] [INFO] --------< org.eclipse.birt:uk.co.spudsoft.birt.emitters.excel >--------- [INFO] Building uk.co.spudsoft.birt.emitters.excel 4.15.0-SNAPSHOT [86/280] [INFO] from engine/uk.co.spudsoft.birt.emitters.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Resolving class path of uk.co.spudsoft.birt.emitters.excel [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/uk.co.spudsoft.birt.emitters.excel-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ uk.co.spudsoft.birt.emitters.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/uk.co.spudsoft.birt.emitters.excel/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.script.javascript >-- [INFO] Building org.eclipse.birt.report.engine.script.javascript 4.15.0-SNAPSHOT [87/280] [INFO] from data/org.eclipse.birt.report.engine.script.javascript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.script.javascript [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/org.eclipse.birt.report.engine.script.javascript-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.script.javascript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.engine.script.javascript/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui 4.15.0-SNAPSHOT [88/280] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt:org.eclipse.birt.branding >------------- [INFO] Building org.eclipse.birt.branding 4.15.0-SNAPSHOT [89/280] [INFO] from core/org.eclipse.birt.branding/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.branding --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.branding --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.branding --- [INFO] Resolving class path of org.eclipse.birt.branding [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.branding --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.branding --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.branding --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.branding --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.branding --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.branding --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/org.eclipse.birt.branding-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.branding --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.branding --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.branding --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.branding --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.branding/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.dataextraction.csv >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv 4.15.0-SNAPSHOT [90/280] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction.csv/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Resolving class path of org.eclipse.birt.report.engine.dataextraction.csv [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/org.eclipse.birt.report.engine.dataextraction.csv-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.dataextraction.csv --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.dataextraction.csv/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.data.bidi.utils.ui >----- [INFO] Building org.eclipse.birt.report.data.bidi.utils.ui 4.15.0-SNAPSHOT [91/280] [INFO] from data/org.eclipse.birt.report.data.bidi.utils.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.bidi.utils.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/org.eclipse.birt.report.data.bidi.utils.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.bidi.utils.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.bidi.utils.ui/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui 4.15.0-SNAPSHOT [92/280] [INFO] from data/org.eclipse.birt.report.data.oda.jdbc.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.jdbc.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/org.eclipse.birt.report.data.oda.jdbc.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.ui/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.hive.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.hive.ui 4.15.0-SNAPSHOT [93/280] [INFO] from data/org.eclipse.birt.report.data.oda.hive.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.hive.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/org.eclipse.birt.report.data.oda.hive.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.hive.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.hive.ui/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt:org.eclipse.birt.report.debug.ui >---------- [INFO] Building org.eclipse.birt.report.debug.ui 4.15.0-SNAPSHOT [94/280] [INFO] from UI/org.eclipse.birt.report.debug.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.debug.ui --- [INFO] Resolving class path of org.eclipse.birt.report.debug.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.debug.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.debug.ui --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.debug.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.debug.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.debug.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/org.eclipse.birt.report.debug.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.debug.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.debug.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.debug.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.debug.ui/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.pdf >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf 4.15.0-SNAPSHOT [95/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.pdf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.pdf [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/org.eclipse.birt.report.engine.emitter.config.pdf-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.pdf --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.pdf/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.wpml >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml 4.15.0-SNAPSHOT [96/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.wpml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.wpml [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/org.eclipse.birt.report.engine.emitter.config.wpml-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.wpml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.wpml/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel >------- [INFO] Building org.eclipse.birt.report.data.oda.excel 4.15.0-SNAPSHOT [97/280] [INFO] from data/org.eclipse.birt.report.data.oda.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/org.eclipse.birt.report.data.oda.excel-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.data.oda.excel.ui >----- [INFO] Building org.eclipse.birt.report.data.oda.excel.ui 4.15.0-SNAPSHOT [98/280] [INFO] from data/org.eclipse.birt.report.data.oda.excel.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.excel.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/org.eclipse.birt.report.data.oda.excel.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.excel.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.excel.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.core.script.function >------- [INFO] Building org.eclipse.birt.core.script.function 4.15.0-SNAPSHOT [99/280] [INFO] from data/org.eclipse.birt.core.script.function/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.core.script.function --- [INFO] Resolving class path of org.eclipse.birt.core.script.function [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.core.script.function --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.core.script.function --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.core.script.function --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.script.function --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.core.script.function --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.core.script.function --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.core.script.function --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/org.eclipse.birt.core.script.function-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.core.script.function --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.core.script.function --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.core.script.function --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.core.script.function/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.html >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.html 4.15.0-SNAPSHOT [100/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.html [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/org.eclipse.birt.report.engine.emitter.config.html-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.html --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.html/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.birt:org.eclipse.birt.resources >------------- [INFO] Building org.eclipse.birt.resources 4.15.0-SNAPSHOT [101/280] [INFO] from model/org.eclipse.birt.resources/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.resources --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.resources --- [INFO] Resolving class path of org.eclipse.birt.resources [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.resources --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.resources --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.resources --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.resources --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.resources --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/org.eclipse.birt.resources-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.resources --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.resources --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.resources --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.resources --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.resources/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ppt >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt 4.15.0-SNAPSHOT [102/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.ppt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ppt [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/org.eclipse.birt.report.engine.emitter.config.ppt-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ppt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ppt/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml.ui >------ [INFO] Building org.eclipse.birt.report.data.oda.xml.ui 4.15.0-SNAPSHOT [103/280] [INFO] from data/org.eclipse.birt.report.data.oda.xml.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/org.eclipse.birt.report.data.oda.xml.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml.ui/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.data.oda.xml >-------- [INFO] Building org.eclipse.birt.report.data.oda.xml 4.15.0-SNAPSHOT [104/280] [INFO] from data/org.eclipse.birt.report.data.oda.xml/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.xml [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.xml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/org.eclipse.birt.report.data.oda.xml-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.xml --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.xml --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.xml --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.xml/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.designer.ui.preview >---- [INFO] Building org.eclipse.birt.report.designer.ui.preview 4.15.0-SNAPSHOT [105/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.preview [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/org.eclipse.birt.report.designer.ui.preview-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.preview --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.preview/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.postscript >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript 4.15.0-SNAPSHOT [106/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.postscript/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.postscript [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/org.eclipse.birt.report.engine.emitter.config.postscript-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.postscript --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.postscript/target/jacoco.exec [INFO] [INFO] ---< org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb.ui >---- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui 4.15.0-SNAPSHOT [107/280] [INFO] from data/org.eclipse.birt.report.data.oda.sampledb.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Resolving class path of org.eclipse.birt.report.data.oda.sampledb.ui [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/org.eclipse.birt.report.data.oda.sampledb.ui-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.sampledb.ui --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb.ui/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.birt.features:org.eclipse.birt >------------- [INFO] Building org.eclipse.birt 4.15.0-SNAPSHOT [108/280] [INFO] from features/org.eclipse.birt.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt --- [WARNING] The following referenced plugins have missing sources org.apache.commons.codec_1.14.0.v20221112-0806 [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/org.eclipse.birt-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.feature/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samplesview >-- [INFO] Building org.eclipse.birt.report.designer.ui.samplesview 4.15.0-SNAPSHOT [109/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.samplesview/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samplesview [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/org.eclipse.birt.report.designer.ui.samplesview-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samplesview --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samplesview/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.rcp >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.rcp 4.15.0-SNAPSHOT [110/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.samples.rcp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.rcp [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/org.eclipse.birt.report.designer.ui.samples.rcp-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.rcp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.rcp/target/jacoco.exec [INFO] [INFO] ----------< org.eclipse.birt:org.eclipse.birt.chart.examples >---------- [INFO] Building org.eclipse.birt.chart.examples 4.15.0-SNAPSHOT [111/280] [INFO] from chart/org.eclipse.birt.chart.examples/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.chart.examples --- [INFO] Resolving class path of org.eclipse.birt.chart.examples [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.chart.examples --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.chart.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.chart.examples --- [INFO] Compiling 125 source files to /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.examples --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.chart.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.chart.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.chart.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/org.eclipse.birt.chart.examples-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.chart.examples --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.chart.examples --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.chart.examples --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.examples/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.ui.samples.ide >-- [INFO] Building org.eclipse.birt.report.designer.ui.samples.ide 4.15.0-SNAPSHOT [112/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.samples.ide/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Resolving class path of org.eclipse.birt.report.designer.ui.samples.ide [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/org.eclipse.birt.report.designer.ui.samples.ide-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.ui.samples.ide --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.ui.samples.ide/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.designer.samplereports >--- [INFO] Building org.eclipse.birt.report.designer.samplereports 4.15.0-SNAPSHOT [113/280] [INFO] from UI/org.eclipse.birt.report.designer.samplereports/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.samplereports --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Resolving class path of org.eclipse.birt.report.designer.samplereports [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.designer.samplereports --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/org.eclipse.birt.report.designer.samplereports-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.designer.samplereports --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.designer.samplereports --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.designer.samplereports --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.samplereports/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.birt.features:org.eclipse.birt.example >--------- [INFO] Building org.eclipse.birt.example 4.15.0-SNAPSHOT [114/280] [INFO] from features/org.eclipse.birt.example.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.example:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.example --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.example --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.example --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.example --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.example --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.example --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/org.eclipse.birt.example-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.example --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.example --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.example --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.example.feature/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.birt:org.eclipse.birt.tests >--------------- [INFO] Building org.eclipse.birt.tests 4.15.0-SNAPSHOT [115/280] [INFO] from testsuites/org.eclipse.birt.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests --- [INFO] Resolving class path of org.eclipse.birt.tests [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/org.eclipse.birt.tests-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.birt.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests/target/jacoco.exec [INFO] [INFO] -----< org.eclipse.birt:org.eclipse.birt.report.engine.testhelper >----- [INFO] Building org.eclipse.birt.report.engine.testhelper 4.15.0-SNAPSHOT [116/280] [INFO] from engine/org.eclipse.birt.report.engine.testhelper/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.testhelper --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Resolving class path of org.eclipse.birt.report.engine.testhelper [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/enginetesthelper.jar [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/org.eclipse.birt.report.engine.testhelper-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.testhelper --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.testhelper --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.testhelper --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odp >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.odp 4.15.0-SNAPSHOT [117/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.odp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odp [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/org.eclipse.birt.report.engine.emitter.config.odp-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.ods >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ods 4.15.0-SNAPSHOT [118/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.ods/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.ods [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/org.eclipse.birt.report.engine.emitter.config.ods-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.ods --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.ods/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.odt >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.odt 4.15.0-SNAPSHOT [119/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.odt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.odt [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/org.eclipse.birt.report.engine.emitter.config.odt-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.odt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.odt/target/jacoco.exec [INFO] [INFO] ----< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.odp >----- [INFO] Building org.eclipse.birt.report.engine.emitter.odp 4.15.0-SNAPSHOT [120/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.odp/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.odp [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/org.eclipse.birt.report.engine.emitter.odp-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.odp --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.odp/target/jacoco.exec [INFO] [INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.config.excel >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.excel 4.15.0-SNAPSHOT [121/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.config.excel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.config.excel [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-compiler:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/org.eclipse.birt.report.engine.emitter.config.excel-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.config.excel --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.config.excel/target/jacoco.exec [INFO] [INFO] ------< org.eclipse.birt.features:org.eclipse.birt.osgi.runtime >------- [INFO] Building org.eclipse.birt.osgi.runtime 4.15.0-SNAPSHOT [122/280] [INFO] from features/org.eclipse.birt.osgi.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.osgi.runtime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.osgi.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.osgi.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-feature (default-package-feature) @ org.eclipse.birt.osgi.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.osgi.runtime --- [WARNING] The following referenced plugins have missing sources org.apache.commons.codec_1.14.0.v20221112-0806 org.apache.commons.math3.source_3.6.1 [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/org.eclipse.birt.osgi.runtime-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.osgi.runtime --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.osgi.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/jacoco-it.exec [INFO] [INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.osgi.runtime --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime/target/jacoco.exec [INFO] [INFO] -------< org.eclipse.birt:org.eclipse.birt.report.engine.tests >-------- [INFO] Building org.eclipse.birt.report.engine.tests 4.15.0-SNAPSHOT [123/280] [INFO] from engine/org.eclipse.birt.report.engine.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.tests --- [INFO] Resolving class path of org.eclipse.birt.report.engine.tests [INFO] [INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/jacoco.exec [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.report.engine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:4.0.6:compile (default-compile) @ org.eclipse.birt.report.engine.tests --- [INFO] Compiling 184 source files to /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/classes using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportenginetests.jar [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/org.eclipse.birt.report.engine.tests-4.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/jacoco-it.exec [INFO] [INFO] --- tycho-surefire:4.0.6:test (default-test) @ org.eclipse.birt.report.engine.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.java.profile=file:/home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/custom.profile, -Duser.country=us, -Duser.language=en, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work/data, -install, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work, -configuration, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/target/surefire.properties] Running org.eclipse.birt.report.engine.AllTests Mar 04, 2024 6:41:04 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null Mar 04, 2024 6:41:04 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 Mar 04, 2024 6:41:04 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin start INFO: Sampledb plugin starts up. Current startCount=0 Mar 04, 2024 6:41:04 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin init INFO: Creating Sampledb database at location /tmp/BIRTSampleDB_1709577664290_52bc6fcf 1 San Francisco +1 650 219 4782 100 Market Street Suite 300 CA USA 94080 NA 2 Boston +1 215 837 0825 1550 Court Place Suite 102 MA USA 02107 NA 3 NYC +1 212 555 3000 523 East 53rd Street apt. 5A NY USA 10022 NA 4 Paris +33 14 723 4404 43 Rue Jouffroy D'abbans null null France 75017 EMEA 5 Tokyo +81 33 224 5000 4-1 Kioicho null Chiyoda-Ku Japan 102-8578 Japan 103 Atelier graphique Schmitt Carine 40.32.2555 54, rue Royale null Nantes null 44000 France 1370 21000.0 112 Signal Gift Stores King Jean 7025551838 8489 Strong St. null Las Vegas NV 83030 USA 1166 71800.0 114 Australian Collectors, Co. Ferguson Peter 03 9520 4555 636 St Kilda Road Level 3 Melbourne Victoria 3004 Australia 1611 117300.0 119 La Rochelle Gifts Labrune Janine 40.67.8555 67, rue des Cinquante Otages null Nantes null 44000 France 1370 118200.0 121 Baane Mini Imports Bergulfsen Jonas 07-98 9555 Erling Skakkes gate 78 null Stavern null 4110 Norway 1504 81700.0 124 Mini Gifts Distributors Ltd. Nelson Susan 4155551450 5677 Strong St. null San Rafael CA 97562 USA 1165 210500.0 125 Havel & Zbyszek Co Piestrzeniewicz Zbyszek (26) 642-7555 ul. Filtrowa 68 null Warszawa null 01-012 Poland null 0.0 128 Blauer See Auto, Co. Keitel Roland +49 69 66 90 2555 Lyonerstr. 34 null Frankfurt null 60528 Germany 1504 59700.0 129 Mini Wheels Co. Murphy Julie 6505555787 5557 North Pendale Street null San Francisco CA 94217 USA 1165 64600.0 131 Land of Toys Inc. Lee Kwai 2125557818 897 Long Airport Avenue null NYC NY 10022 USA 1323 114900.0 141 Euro+ Shopping Channel Freyre Diego (91) 555 94 44 C/ Moralzarzal, 86 null Madrid null 28034 Spain 1370 227600.0 144 Volvo Model Replicas, Co Berglund Christina 0921-12 3555 Berguvsvägen 8 null Luleå null S-958 22 Sweden 1504 53100.0 145 Danish Wholesale Imports Petersen Jytte 31 12 3555 Vinbæltet 34 null Kobenhavn null 1734 Denmark 1401 83400.0 146 Saveley & Henriot, Co. Saveley Mary 78.32.5555 2, rue du Commerce null Lyon null 69004 France 1337 123900.0 148 Dragon Souveniers, Ltd. Natividad Eric +65 221 7555 Bronz Sok. Bronz Apt. 3/6 Tesvikiye Singapore null 079903 Singapore 1621 103800.0 151 Muscle Machine Inc Young Jeff 2125557413 4092 Furth Circle Suite 400 NYC NY 10022 USA 1286 138500.0 157 Diecast Classics Inc. Leong Kelvin 2155551555 7586 Pompton St. null Allentown PA 70267 USA 1216 100600.0 161 Technics Stores Inc. Hashimoto Juri 6505556809 9408 Furth Circle null Burlingame CA 94217 USA 1165 84600.0 166 Handji Gifts& Co Victorino Wendy +65 224 1555 106 Linden Road Sandown 2nd Floor Singapore null 069045 Singapore 1612 97900.0 167 Herkku Gifts Oeztan Veysel +47 2267 3215 Brehmen St. 121 PR 334 Sentrum Bergen null N 5804 Norway 1504 96800.0 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig.xml cost 5ms Mar 04, 2024 6:41:07 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:1ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/zh_CN/TrueType cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/truetype cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/tt cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in d:/windows/fonts cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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:1ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/TTF cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/ja/TrueType cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/TTF cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in C:/windows/fonts cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/OTF cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in e:/windows/fonts cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in e:/WINNT/fonts cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in d:/WINNT/fonts cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/OTF cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in g:/WINNT/fonts cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/zh_TW/TrueType cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/default/TrueType cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in f:/WINNT/fonts cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in f:/windows/fonts cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/openwin/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/truetype cost:1ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in C:/WINNT/fonts cost:0ms Mar 04, 2024 6:41:07 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 Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in g:/windows/fonts cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/ko/TrueType cost:0ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig_linux.xml cost 1ms Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig_pdf.xml cost 1ms CUSTOMERNUMBER,CHECKNUMBER,PAYMENTDATE,now,now 103.00,hq336336,2012-10-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 103.00,jm555205,2011-06-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 103.00,om314933,2012-12-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 112.00,bo864823,2012-12-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 112.00,hq55022,2011-06-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 112.00,nd748579,2012-08-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 114.00,gg31455,2011-05-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 114.00,ma765515,2012-12-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 114.00,np603840,2011-05-31,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 114.00,nr27552,2012-03-10,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 119.00,db933704,2012-11-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 119.00,ln373447,2012-08-08,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 119.00,ng94694,2013-02-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 121.00,db889831,2011-02-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 121.00,fd317790,2011-10-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 121.00,ki831359,2012-11-04,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 121.00,ma302151,2012-11-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,ae215433,2013-03-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,bg255406,2012-08-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,cq287967,2011-04-11,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,et64396,2013-04-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,hi366474,2012-12-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,hr86578,2012-11-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,ki131716,2011-08-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,lf217299,2012-03-26,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 124.00,nt141748,2011-11-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 128.00,di925118,2011-01-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 128.00,fa465482,2011-10-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 128.00,fh668230,2012-03-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 128.00,ip383901,2012-11-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 129.00,dm826140,2012-12-08,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 129.00,id449593,2011-12-11,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 129.00,pi42991,2011-04-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 131.00,cl442705,2011-03-12,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 131.00,ma724562,2012-12-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 131.00,nb445135,2012-09-11,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,au364101,2011-07-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,db583216,2012-11-01,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,dl460618,2013-05-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,hj32686,2012-01-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,id10962,2012-12-31,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,in446258,2013-03-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,je105477,2013-03-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,jn355280,2011-10-26,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,jn722010,2011-02-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,kt52578,2011-12-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,mc46946,2012-07-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,mf629602,2012-08-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 141.00,nu627706,2012-05-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 144.00,ir846303,2012-12-12,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 144.00,la685678,2011-04-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 145.00,cn328545,2012-07-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 145.00,ed39322,2012-04-26,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 145.00,hr182688,2012-12-01,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 145.00,jj246391,2011-02-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 146.00,fp549817,2012-03-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 146.00,fu793410,2012-01-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 146.00,lj160635,2011-12-10,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 148.00,bi507030,2011-04-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 148.00,dd635282,2012-08-11,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 148.00,km172879,2011-12-26,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 148.00,me497970,2013-03-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 151.00,bf686658,2011-12-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 151.00,gb852215,2012-07-26,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 151.00,ip568906,2011-06-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 151.00,ki884577,2012-12-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 157.00,hi618861,2012-11-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 157.00,nn711988,2012-09-07,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 161.00,br352384,2012-11-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 161.00,br478494,2011-11-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 161.00,kg644125,2013-02-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 161.00,ni908214,2011-08-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 166.00,bq327613,2012-09-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 166.00,dc979307,2012-07-07,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 166.00,la318629,2012-02-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 167.00,ed743615,2012-09-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 167.00,gn228846,2011-12-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 171.00,gb878038,2012-03-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 171.00,il104425,2011-11-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 172.00,ad832091,2012-09-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 172.00,ce51751,2012-12-04,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 172.00,eh208589,2011-04-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 173.00,gp545698,2012-05-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 173.00,ig462397,2012-03-29,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 175.00,io448913,2011-11-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 175.00,pi15215,2012-07-10,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 177.00,au750837,2012-04-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 177.00,ci381435,2012-01-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 181.00,cm564612,2012-04-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 175.00,citi3434344,2013-05-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 209.00,boaf82044,2013-05-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 181.00,gq132144,2011-01-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 181.00,oh367219,2012-11-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 186.00,ae192287,2013-03-10,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 186.00,ak412714,2011-10-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 186.00,ka602407,2012-10-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 187.00,am968797,2012-11-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 187.00,bq39062,2012-12-08,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 187.00,kl124726,2011-03-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 189.00,bo711618,2012-10-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 189.00,nm916675,2012-03-01,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 198.00,fi192930,2012-12-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 198.00,hq920205,2011-07-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 198.00,is946883,2012-09-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 201.00,dp677013,2011-10-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 201.00,oo846801,2012-06-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 202.00,hi358554,2011-12-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 202.00,iq627690,2012-11-08,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 204.00,gc697638,2012-08-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 204.00,is150005,2012-09-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 205.00,gl756480,2011-12-04,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 205.00,ll562733,2011-09-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 205.00,nm739638,2013-02-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 209.00,ed520529,2012-06-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 209.00,ph785937,2012-05-04,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 211.00,bj535230,2011-12-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 216.00,bg407567,2011-05-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 216.00,ml780814,2012-12-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 216.00,mm342086,2011-12-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 219.00,bn17870,2013-03-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 219.00,br941480,2011-10-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 227.00,mq413968,2011-10-31,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 227.00,nu21326,2012-11-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 233.00,ii180006,2012-07-01,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 233.00,jg981190,2011-11-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 239.00,nq865547,2012-03-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 240.00,if245157,2012-11-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 240.00,jo719695,2012-03-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 242.00,af40894,2011-11-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 242.00,hr224331,2013-06-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 242.00,ki744716,2011-07-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 249.00,ij399820,2012-09-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 249.00,ne404084,2012-09-04,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 250.00,eq12267,2013-05-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 250.00,hd284647,2012-12-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 250.00,hn114306,2011-07-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 256.00,ep227123,2012-02-10,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 256.00,he84936,2012-10-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 259.00,eu280955,2012-11-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 259.00,gb361972,2011-12-07,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 260.00,io164641,2012-08-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 260.00,nh776924,2012-04-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 276.00,em979878,2013-02-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 276.00,km841847,2011-11-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 276.00,le432182,2011-09-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 276.00,oj819725,2013-04-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 278.00,bj483870,2012-12-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 278.00,gp636783,2011-03-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 278.00,ni983021,2011-11-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 282.00,ia793562,2011-08-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 282.00,jt819493,2012-08-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 282.00,od327378,2013-01-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 286.00,dr578578,2012-10-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 286.00,kh910279,2012-09-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 298.00,aj574927,2012-03-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 298.00,lf501133,2012-09-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 299.00,ad304085,2011-10-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 299.00,nr157385,2012-09-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 311.00,dg336041,2013-02-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 311.00,fa728475,2011-10-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 311.00,nq966143,2012-04-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 314.00,lq244073,2012-08-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 314.00,md809704,2012-03-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 319.00,hl685576,2012-11-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 319.00,om548174,2011-12-07,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 320.00,gj597719,2013-01-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 320.00,ho576374,2011-08-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 320.00,mu817160,2011-11-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 321.00,dj15149,2011-11-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 321.00,la556321,2013-03-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 323.00,al493079,2013-05-23,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 323.00,es347491,2012-06-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 323.00,hg738664,2011-07-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 323.00,pq803830,2012-12-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 324.00,dq409197,2012-12-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 324.00,fp443161,2011-07-07,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 324.00,hb150714,2011-11-23,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 328.00,en930356,2012-04-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 328.00,nr631421,2012-05-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 333.00,hl209210,2011-11-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 333.00,jk479662,2011-10-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 333.00,nf959653,2013-03-01,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 334.00,cs435306,2013-01-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 334.00,hh517378,2011-08-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 334.00,lf737277,2012-05-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 339.00,ap286625,2012-10-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 339.00,da98827,2011-11-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 344.00,af246722,2011-11-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 344.00,nj906924,2012-04-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 347.00,dg700707,2012-01-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 347.00,lg808674,2011-10-24,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 350.00,bq602907,2012-12-11,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 350.00,ci471510,2011-05-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 350.00,ob648482,2013-01-29,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 353.00,co351193,2013-01-10,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 353.00,ed878227,2011-07-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 353.00,gt878649,2011-05-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 353.00,hj618252,2013-06-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 357.00,ag240323,2011-12-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 357.00,nb291497,2012-05-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 362.00,fp170292,2012-07-11,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 362.00,og208861,2012-09-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 363.00,hl575273,2012-11-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 363.00,is232033,2011-01-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 363.00,pn238558,2011-12-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 379.00,ca762595,2013-02-12,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 379.00,fr499138,2011-09-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 379.00,gb890854,2012-08-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 381.00,bc726082,2012-12-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 381.00,cc475233,2011-04-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 381.00,gb117430,2013-02-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 381.00,ms154481,2011-08-22,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 382.00,cc871084,2011-05-12,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 382.00,ct821147,2012-08-01,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 382.00,ph29054,2012-11-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 385.00,bn347084,2011-12-02,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 385.00,cp804873,2012-11-19,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 385.00,ek785462,2011-03-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 386.00,do106109,2011-11-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 386.00,hg438769,2012-07-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 398.00,aj478695,2013-02-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 398.00,do787644,2012-06-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 398.00,kb54275,2012-11-29,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 406.00,hj217687,2012-01-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 406.00,na197101,2012-06-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 412.00,gh197075,2012-07-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 412.00,pj434867,2012-04-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 415.00,er54537,2012-09-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 424.00,kf480160,2012-12-07,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 424.00,lm271923,2011-04-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 424.00,oa595449,2011-10-31,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 447.00,ao757239,2011-09-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 447.00,er615123,2011-06-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 447.00,ou516561,2012-12-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 448.00,fs299615,2013-04-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 448.00,kr822727,2012-09-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 450.00,ef485824,2012-06-21,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 452.00,ed473873,2011-11-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 452.00,fn640986,2011-11-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 452.00,hg635467,2013-05-03,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 455.00,ha777606,2011-12-05,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 455.00,ir662429,2012-05-12,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 456.00,gj715659,2012-11-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 456.00,mo743231,2012-04-30,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 458.00,dd995006,2012-11-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 458.00,na377824,2012-02-06,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 458.00,oo606861,2011-06-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 462.00,ed203908,2013-04-15,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 462.00,gc60330,2011-11-08,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 462.00,pe176846,2012-11-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 471.00,ab661578,2012-07-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 471.00,co645196,2011-12-10,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 473.00,ll427009,2012-02-17,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 473.00,pc688499,2011-10-27,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 475.00,jp113227,2011-12-09,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 475.00,pb951268,2012-02-13,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 484.00,gk294076,2012-10-26,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 484.00,jh546765,2011-11-29,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 486.00,bl66528,2012-04-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 486.00,hs86661,2012-11-23,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 486.00,jb117768,2011-03-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 487.00,ah612904,2011-09-28,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 487.00,pt550181,2012-02-29,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 489.00,oc773849,2011-12-04,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 489.00,po860906,2012-01-31,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 495.00,bh167026,2011-12-26,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 495.00,fn155234,2012-05-14,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 496.00,eu531600,2013-05-25,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 496.00,mb342426,2011-07-16,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 496.00,mn89921,2012-12-31,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 233.00,bofa23232,2013-05-20,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 398.00,jpmr4544,2013-05-18,2024-03-04 23:41:07.007 +0500,"March 4, 2024" 406.00,bjmpr4545,2013-04-23,2024-03-04 23:41:07.007 +0500,"March 4, 2024" Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log WARNING: WARNING_LOG_RECORD Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log WARNING: WARNING_LOG_RECORD Mar 04, 2024 6:41:07 PM org.eclipse.birt.report.engine.api.impl.EngineLoggerTest log WARNING: WARNING_LOG_RECORD Mar 04, 2024 6:41:14 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString WARNING: Invalid choice:test Mar 04, 2024 6:41:14 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString WARNING: Invalid choice:test Mar 04, 2024 6:41:14 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString WARNING: Invalid choice:test Mar 04, 2024 6:41:14 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateInputString WARNING: Invalid choice:test date:2024-03-04 18:41 date:2024-03-04 18:41 Mar 04, 2024 6:41:15 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. Mar 04, 2024 6:41:15 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:975) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:41:15 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:112) at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:96) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:41:15 PM org.eclipse.birt.report.engine.api.impl.LoggerSettingManager releaseLogHandler SEVERE: /tmp/35059804723999/ReportEngine_2024_03_04_18_41_15.log does not exist. Mar 04, 2024 6:41:15 PM org.eclipse.birt.report.engine.api.impl.EngineLogger setLogger WARNING: the logger can't be the child of org.eclipse.birt Mar 04, 2024 6:41:17 PM org.eclipse.birt.report.engine.api.HTMLServerImageHandler handleImage SEVERE: imageURL or ImageDIR is not set! Mar 04, 2024 6:41:17 PM org.eclipse.birt.report.engine.api.HTMLServerImageHandler handleImage SEVERE: imageURL or ImageDIR is not set! Mar 04, 2024 6:41:17 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 full document to HTML render full document to HTML render full document to PDF render full document to PDF render page 1 / 3 render page 1 / 3 render page 1 / 3 render page 1 / 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 render page 2 / 3 render page 2 / 3 render page 3 / 3 render full document to PDF: succeed render full document to PDF: succeed render page 3 / 3 Mar 04, 2024 6:41:20 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 1000 : 4 4 0.0 1000 : 22 23 0.045454545454545456 1000 : 29 30 0.034482758620689655 1000 : 35 37 0.05714285714285714 1000 : 41 48 0.17073170731707318 1000 : 49 53 0.08163265306122448 1000 : 54 68 0.25925925925925924 1000 : 61 74 0.21311475409836064 1000 : 68 80 0.17647058823529413 1000 : 74 86 0.16216216216216217 1000 : 80 92 0.15 1000 : 86 102 0.18604651162790697 1000 : 91 107 0.17582417582417584 1000 : 95 131 0.37894736842105264 1000 : 100 136 0.36 1000 : 104 141 0.3557692307692308 1000 : 108 145 0.3425925925925926 1000 : 112 149 0.33035714285714285 1000 : 116 153 0.31896551724137934 1000 : 121 156 0.2892561983471074 1000 : 125 159 0.272 1000 : 129 163 0.26356589147286824 1000 : 132 167 0.26515151515151514 1000 : 154 171 0.11038961038961038 1000 : 157 176 0.12101910828025478 1000 : 161 179 0.11180124223602485 1000 : 164 184 0.12195121951219512 1000 : 169 188 0.11242603550295859 1000 : 173 192 0.10982658959537572 1000 : 178 196 0.10112359550561797 1000 : 182 200 0.0989010989010989 1000 : 186 204 0.0967741935483871 1000 : 190 207 0.08947368421052632 1000 : 215 212 -0.013953488372093023 1000 : 219 216 -0.0136986301369863 1000 : 223 220 -0.013452914798206279 1000 : 227 224 -0.013215859030837005 1000 : 231 228 -0.012987012987012988 1000 : 235 232 -0.01276595744680851 1000 : 239 236 -0.012552301255230125 1000 : 242 243 0.004132231404958678 1000 : 246 247 0.0040650406504065045 1000 : 250 270 0.08 1000 : 256 276 0.078125 1000 : 262 281 0.07251908396946564 1000 : 268 286 0.06716417910447761 1000 : 274 291 0.06204379562043796 1000 : 280 296 0.05714285714285714 1000 : 286 301 0.05244755244755245 1000 : 290 306 0.05517241379310345 1000 : 7 6 -0.14285714285714285 1000 : 13 11 -0.15384615384615385 1000 : 19 16 -0.15789473684210525 1000 : 24 21 -0.125 1000 : 29 24 -0.1724137931034483 1000 : 33 27 -0.18181818181818182 1000 : 37 30 -0.1891891891891892 1000 : 40 34 -0.15 1000 : 45 37 -0.17777777777777778 1000 : 49 48 -0.02040816326530612 1000 : 53 52 -0.018867924528301886 1000 : 57 56 -0.017543859649122806 1000 : 60 60 0.0 1000 : 63 64 0.015873015873015872 1000 : 67 68 0.014925373134328358 1000 : 71 72 0.014084507042253521 1000 : 74 76 0.02702702702702703 1000 : 78 79 0.01282051282051282 1000 : 82 82 0.0 1000 : 86 85 -0.011627906976744186 1000 : 89 88 -0.011235955056179775 1000 : 92 104 0.13043478260869565 1000 : 115 112 -0.02608695652173913 1000 : 119 116 -0.025210084033613446 1000 : 123 121 -0.016260162601626018 1000 : 128 127 -0.0078125 1000 : 138 133 -0.036231884057971016 1000 : 142 138 -0.028169014084507043 1000 : 159 143 -0.10062893081761007 1000 : 163 147 -0.09815950920245399 1000 : 167 151 -0.09580838323353294 1000 : 171 155 -0.0935672514619883 1000 : 175 159 -0.09142857142857143 1000 : 179 162 -0.09497206703910614 1000 : 182 166 -0.08791208791208792 1000 : 185 170 -0.08108108108108109 1000 : 188 173 -0.0797872340425532 1000 : 192 203 0.057291666666666664 1000 : 196 207 0.05612244897959184 1000 : 200 211 0.055 1000 : 204 216 0.058823529411764705 1000 : 208 220 0.057692307692307696 1000 : 212 224 0.05660377358490566 1000 : 217 228 0.05069124423963134 1000 : 221 231 0.04524886877828054 1000 : 225 235 0.044444444444444446 1000 : 228 239 0.04824561403508772 1000 : 231 243 0.05194805194805195 1000 : 250 247 -0.012 1000 : 254 250 -0.015748031496062992 10000 : 4 4 0.0 10000 : 8 7 -0.125 10000 : 13 13 0.0 10000 : 16 17 0.0625 10000 : 20 20 0.0 10000 : 23 23 0.0 10000 : 26 26 0.0 10000 : 29 29 0.0 10000 : 32 32 0.0 10000 : 36 35 -0.027777777777777776 10000 : 44 41 -0.06818181818181818 10000 : 48 45 -0.0625 10000 : 58 49 -0.15517241379310345 10000 : 62 52 -0.16129032258064516 10000 : 66 57 -0.13636363636363635 10000 : 70 61 -0.12857142857142856 10000 : 74 64 -0.13513513513513514 10000 : 78 69 -0.11538461538461539 10000 : 82 73 -0.10975609756097561 10000 : 86 77 -0.10465116279069768 10000 : 90 89 -0.011111111111111112 10000 : 94 93 -0.010638297872340425 10000 : 98 96 -0.02040816326530612 10000 : 101 100 -0.009900990099009901 10000 : 105 104 -0.009523809523809525 10000 : 109 107 -0.01834862385321101 10000 : 113 111 -0.017699115044247787 10000 : 118 118 0.0 10000 : 126 124 -0.015873015873015872 10000 : 134 131 -0.022388059701492536 10000 : 139 136 -0.02158273381294964 10000 : 148 141 -0.0472972972972973 10000 : 153 147 -0.0392156862745098 10000 : 158 152 -0.0379746835443038 10000 : 162 156 -0.037037037037037035 10000 : 167 160 -0.041916167664670656 10000 : 172 164 -0.046511627906976744 10000 : 176 168 -0.045454545454545456 10000 : 179 172 -0.03910614525139665 10000 : 183 176 -0.03825136612021858 10000 : 187 179 -0.0427807486631016 10000 : 191 186 -0.02617801047120419 10000 : 199 191 -0.04020100502512563 10000 : 203 194 -0.04433497536945813 10000 : 207 197 -0.04830917874396135 10000 : 211 200 -0.052132701421800945 10000 : 215 204 -0.05116279069767442 10000 : 220 209 -0.05 10000 : 224 213 -0.049107142857142856 10000 : 237 219 -0.0759493670886076 100000 : 3 5 0.6666666666666666 100000 : 7 8 0.14285714285714285 100000 : 10 12 0.2 100000 : 13 16 0.23076923076923078 100000 : 21 20 -0.047619047619047616 100000 : 25 24 -0.04 100000 : 29 27 -0.06896551724137931 100000 : 34 31 -0.08823529411764706 100000 : 37 35 -0.05405405405405406 100000 : 40 39 -0.025 100000 : 44 42 -0.045454545454545456 100000 : 48 46 -0.041666666666666664 100000 : 51 55 0.0784313725490196 100000 : 56 60 0.07142857142857142 100000 : 60 64 0.06666666666666667 100000 : 64 72 0.125 100000 : 69 78 0.13043478260869565 100000 : 73 82 0.1232876712328767 100000 : 79 86 0.08860759493670886 100000 : 82 89 0.08536585365853659 100000 : 85 92 0.08235294117647059 100000 : 89 95 0.06741573033707865 100000 : 92 98 0.06521739130434782 100000 : 95 101 0.06315789473684211 100000 : 98 103 0.05102040816326531 100000 : 102 106 0.0392156862745098 100000 : 106 110 0.03773584905660377 100000 : 111 113 0.018018018018018018 100000 : 115 117 0.017391304347826087 100000 : 119 120 0.008403361344537815 100000 : 123 124 0.008130081300813009 100000 : 126 128 0.015873015873015872 100000 : 129 144 0.11627906976744186 100000 : 132 147 0.11363636363636363 100000 : 136 149 0.09558823529411764 100000 : 148 153 0.033783783783783786 100000 : 151 156 0.033112582781456956 100000 : 155 159 0.025806451612903226 100000 : 159 162 0.018867924528301886 100000 : 163 165 0.012269938650306749 100000 : 167 168 0.005988023952095809 100000 : 171 172 0.005847953216374269 100000 : 175 175 0.0 100000 : 179 178 -0.00558659217877095 100000 : 183 181 -0.01092896174863388 100000 : 186 184 -0.010752688172043012 100000 : 190 190 0.0 100000 : 194 193 -0.005154639175257732 100000 : 198 196 -0.010101010101010102 100000 : 201 199 -0.009950248756218905 Mar 04, 2024 6:41:22 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. Mar 04, 2024 6:41:23 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig.xml cost 1ms Mar 04, 2024 6:41:23 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig_linux.xml cost 0ms Mar 04, 2024 6:41:23 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig.xml cost 2ms Mar 04, 2024 6:41:23 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig_linux.xml cost 1ms Mar 04, 2024 6:41:23 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig.xml cost 1ms Mar 04, 2024 6:41:23 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig_linux.xml cost 1ms 2024-03-04T18:41:23.220537994Z main ERROR Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console... Mar 04, 2024 6:41:23 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. Mar 04, 2024 6:41:23 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@1295733 doTestSingleQPresentation().getReport():SingleDataSet.xml - report: org.eclipse.birt.report.engine.ir.Report@575a8153 Mar 04, 2024 6:41:24 PM org.eclipse.birt.report.model.metadata.ChoicePropertyType validateXml WARNING: Not found choice: content type expr Mar 04, 2024 6:41:24 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeText WARNING: Invalid XML character:0x0 Mar 04, 2024 6:41:24 PM org.eclipse.birt.report.engine.emitter.HTMLEncodeUtil encodeText WARNING: Invalid XML character:0x0 Mar 04, 2024 6:41:24 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeAttr WARNING: Invalid XML character:0x0 Mar 04, 2024 6:41:24 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeCdata WARNING: Invalid XML character:0x0 Mar 04, 2024 6:41:24 PM org.eclipse.birt.report.engine.emitter.XMLEncodeUtil encodeText WARNING: Invalid XML character:0x0 Mar 04, 2024 6:41: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 "/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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:41:24 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: ... ... ... ... ... ... ... 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:41:24 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: ... ... ... ... ... ... ... 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) load font config in bundleresource://47.fwk1048611801/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig1.xml cost 1ms load font config in bundleresource://47.fwk1048611801/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig3.xml cost 1ms load font config in bundleresource://47.fwk1048611801/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig3.xml cost 1ms load font config in bundleresource://47.fwk1048611801/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfigParser.xml cost 1ms load font config in bundleresource://47.fwk1048611801/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig2.xml cost 1ms load font config in bundleresource://47.fwk1048611801/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfigCompatible.xml cost 2ms load font config in bundleresource://47.fwk1048611801/org/eclipse/birt/report/engine/layout/pdf/font/fontsConfig_character.xml cost 1ms Mar 04, 2024 6:41:25 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig.xml cost 1ms Mar 04, 2024 6:41:25 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig_linux.xml cost 0ms Mar 04, 2024 6:41:25 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://337.fwk1048611801/fontsConfig_pdf.xml cost 1ms Mar 04, 2024 6:41:25 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 __TOC_0 < __TOC_1 __TOC_0 < __TOC_9 __TOC_0 < __TOC_10 __TOC_9 > __TOC_10 __TOC_10 < __TOC_11 __TOC_3 > __TOC_11 Tests run: 423, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.22 s -- in org.eclipse.birt.report.engine.AllTests org.eclipse.birt.report.engine.executor.optimize.ExecutionOptimizeTest.testExecutionOptimize -- Time elapsed: 0.608 s org.eclipse.birt.report.engine.internal.document.v2.ContentTreeCacheTest.testRandomCache -- Time elapsed: 0 s org.eclipse.birt.report.engine.internal.document.v2.ContentTreeCacheTest.testSequenceCache -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.internal.executor.doc.FragmentTest.testFragment -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.internal.executor.doc.FragmentTest.testEdgeInsert -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.internal.executor.doc.SegmentTest.testSegment -- Time elapsed: 0 s org.eclipse.birt.report.engine.internal.executor.doc.TreeFragmentTest.testFragment -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.internal.executor.load.PageSequenceIteratorTest.testIterator -- Time elapsed: 0 s org.eclipse.birt.report.engine.internal.index.v2.IndexReadWriteTest.testExternal -- Time elapsed: 0.255 s org.eclipse.birt.report.engine.internal.index.v2.IndexReadWriteTest.testInline -- Time elapsed: 0.049 s org.eclipse.birt.report.engine.api.impl.LoggerSettingTest.test1 -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.api.impl.LoggerSettingTest.test2 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.adapter.ExpressionUtilTest.testprepareTotalExpression -- Time elapsed: 0.018 s org.eclipse.birt.report.engine.api.document.DocumentIRTransferTest.testV2_1_3 -- Time elapsed: 0.995 s org.eclipse.birt.report.engine.api.document.DocumentIRTransferTest.testV2_2_1 -- Time elapsed: 0.327 s org.eclipse.birt.report.engine.api.document.ReportDocumentTest.testV2_1_0 -- Time elapsed: 0.191 s org.eclipse.birt.report.engine.api.document.ReportDocumentTest.testV2_1_3 -- Time elapsed: 0.161 s org.eclipse.birt.report.engine.api.document.ReportDocumentTest.testV2_2_0 -- Time elapsed: 0.129 s org.eclipse.birt.report.engine.api.document.ReportDocumentTest.testV2_2_2 -- Time elapsed: 0.160 s org.eclipse.birt.report.engine.api.document.ReportDocumentTest.testV2_3_1 -- Time elapsed: 0.126 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testExtractionWithFilters -- Time elapsed: 1.567 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testDataExtractionFromRsetName -- Time elapsed: 0.167 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testFilters -- Time elapsed: 0.372 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testDataExtractionWithSorts -- Time elapsed: 0.174 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testExtractionFromInstanceId -- Time elapsed: 0.288 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testDataExtractionWithSelectedColumns -- Time elapsed: 0.117 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testExtractionFromInstanceIdWithFilter -- Time elapsed: 0.198 s org.eclipse.birt.report.engine.api.impl.DataExtractionTaskTest.testExtractionWithDistinct -- Time elapsed: 0.093 s org.eclipse.birt.report.engine.api.impl.DatasetPreviewTaskTest.testPreviewDatasetInReport -- Time elapsed: 0.013 s org.eclipse.birt.report.engine.api.impl.DatasetPreviewTaskTest.testPreviewDatasetInLib -- Time elapsed: 0.030 s org.eclipse.birt.report.engine.api.impl.DateFormatterTest.testDateFormatterExtraction -- Time elapsed: 0.780 s org.eclipse.birt.report.engine.api.impl.EngineLoggerTest.testDefaultLogger -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.api.impl.EngineLoggerTest.testThreadLogger -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.impl.EngineLoggerTest.testUserLogger -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.impl.EngineLoggerTest.testFileLogger -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest.testDynamicFilterParameters -- Time elapsed: 0.025 s org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest.testMultipleValues -- Time elapsed: 0.093 s org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest.testParameterWithDataSet -- Time elapsed: 0.060 s org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest.testSortByOnDatasetColumn -- Time elapsed: 0.020 s org.eclipse.birt.report.engine.api.impl.GetParameterDefinitionTaskTest.testParameterInfo -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest.testMerge -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest.testGetPhysicalPageSequence -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest.testGetLogicalPageNumber -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.impl.LogicalPageSequenceTest.testMergeWithMax -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.impl.PageSequenceParseTest.testIncorrectPageNumberRange -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.impl.PageSequenceParseTest.testCorrectPageNumberRange -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.impl.ParameterPromptTextTest.testCascadingParameterPromptText -- Time elapsed: 0.006 s org.eclipse.birt.report.engine.api.impl.ParameterPromptTextTest.testPromptText -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.impl.ReportDocumentReaderTest.testVersion0 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.impl.ReportDocumentReaderTest.testVersion1 -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.impl.ReportDocumentTest.testDesignStream -- Time elapsed: 0.048 s org.eclipse.birt.report.engine.api.impl.ReportDocumentTest.testEmptyDocument -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.impl.ReportDocumentTest.testDocument -- Time elapsed: 0.010 s org.eclipse.birt.report.engine.api.iv.IVTest.testRun -- Time elapsed: 1.747 s org.eclipse.birt.report.engine.api.iv.IVTest.testFilters -- Time elapsed: 0.662 s org.eclipse.birt.report.engine.api.iv.IVTest.testMutipleRun -- Time elapsed: 3.501 s org.eclipse.birt.report.engine.api.iv.IVTest.testRunWithParamters -- Time elapsed: 0.084 s org.eclipse.birt.report.engine.api.iv.IVViewTest.testRunWithArchiveView -- Time elapsed: 0.142 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testDataItem -- Time elapsed: 0.014 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testRow -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testGroup -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testImage -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testLabel -- Time elapsed: 0.025 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testStyle -- Time elapsed: 0.007 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testTable -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testCell -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testGrid -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testList -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testHideRule -- Time elapsed: 0.009 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testDynamicText -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testTextItem -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testAddFunction -- Time elapsed: 0.010 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testDataSource -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testSortCondition -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testDataSet -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testHighLightRule -- Time elapsed: 0.007 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testFilterCondition -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.element.ElementTest.testDataBinding -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testDataSetInstance -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testListInstance -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testCellInstance -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testScriptStyle -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testDataSourceInstance -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testImageInstance -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testGridInstance -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testDataItemInstance -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testLabelInstance -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testRowInstance -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testDynamicTextInstance -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.instance.InstanceTest.testPageBreak -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithoutRow -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithUnderscore -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.RowDataTest.testIndex -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithMultipleParts1 -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithMultipleParts2 -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithCapital -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithNumber -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithQuotes -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithMixed -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.script.RowDataTest.testWithoutQuotes -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.CachedImageHandlerTest.testRender -- Time elapsed: 0.178 s org.eclipse.birt.report.engine.api.CancelOnErrorTest.testCancel -- Time elapsed: 0.054 s org.eclipse.birt.report.engine.api.DataIDTest.testParse -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.DataIDTest.testEquals -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.DataSetIDTest.testParser -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.DataSourceCompareTest.testSubQuery -- Time elapsed: 0.669 s org.eclipse.birt.report.engine.api.DataSourceCompareTest.testTable -- Time elapsed: 0.191 s org.eclipse.birt.report.engine.api.EngineExceptionTest.testLocalizedEngineException -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.EngineTaskCancelTest.testScriptCancel -- Time elapsed: 0.046 s org.eclipse.birt.report.engine.api.EngineTaskCancelTest.testCancelInPageHandler -- Time elapsed: 0.088 s org.eclipse.birt.report.engine.api.EngineTaskStatusTest.testMixedStatusHandler -- Time elapsed: 0.019 s org.eclipse.birt.report.engine.api.EngineTaskStatusTest.testEngineStatusHandler -- Time elapsed: 0.009 s org.eclipse.birt.report.engine.api.EngineTaskStatusTest.testTaskStatusHandler -- Time elapsed: 0.009 s org.eclipse.birt.report.engine.api.EngintTaskLoggerTest.testRollingLogger -- Time elapsed: 0.189 s org.eclipse.birt.report.engine.api.EngintTaskLoggerTest.testLogger -- Time elapsed: 0.024 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetParameterGroupDefn -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testAllowNewValues -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetAlignment -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetParameterDefns -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetSelectionList -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetSelectionTree -- Time elapsed: 0.069 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testDisplayInFixedOrder -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetDataType -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testIsValueConcealed -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetSelectionListType -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetDisplayFormat -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetControlType -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetTypeName -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.GetParameterDefinitionTaskTest.testGetDefaultValue -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.api.GetParameterGroupDefnTest.testGetGroupByName -- Time elapsed: 0.024 s org.eclipse.birt.report.engine.api.GetParameterGroupDefnTest.testGetParameterDirectlyByName -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.api.GetParameterGroupDefnTest.testGetParameterOutofGroup -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.HTMLActionHandlerTest.testGetURLHyperlink -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.HTMLActionHandlerTest.testAppendReportDesignName -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.HTMLActionHandlerTest.testGetURL -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.HTMLActionHandlerTest.testAppendFormat -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest.testOnFileImage -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest.testOnDocImage -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest.testoOnCustomImage -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest.testOnDesignImage -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.api.HTMLCompleteImageHandlerTest.testOnURLImage -- Time elapsed: 1.122 s org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest.testOnFileImage -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest.testOnDocImage -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest.testoOnCustomImage -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest.testMultiTypesImage -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest.testOnDesignImage -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.api.HTMLServerImageHandlerTest.testOnURLImage -- Time elapsed: 0.629 s org.eclipse.birt.report.engine.api.InstanceIDTest.testParse -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.MutipleThreadRenderTest.testMutipleThreadWithProgressive -- Time elapsed: 1.311 s org.eclipse.birt.report.engine.api.MutipleThreadRenderTest.testMutipleThreadRenderShareDocument -- Time elapsed: 1.510 s org.eclipse.birt.report.engine.api.PageHandlerTest.testHandlerOfRunAndRenderTask -- Time elapsed: 0.015 s org.eclipse.birt.report.engine.api.PageHandlerTest.testHandlerOfRenderTask -- Time elapsed: 0.043 s org.eclipse.birt.report.engine.api.PageHandlerTest.testHandlerOfRunTask -- Time elapsed: 0.011 s org.eclipse.birt.report.engine.api.ParameterTest.testRun -- Time elapsed: 0.068 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testParseToOther -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testParseToDate -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testBigDecimal -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testFloat -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testParseToString -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testDateFormat -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testStringFormat -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.ParameterConverterTest.testOtherFormat -- Time elapsed: 0.010 s org.eclipse.birt.report.engine.api.ParameterValidationTest.testParameterValidation -- Time elapsed: 0.007 s org.eclipse.birt.report.engine.api.ProgressiveViewingTest.testProgressiveViewing -- Time elapsed: 0.143 s org.eclipse.birt.report.engine.api.RelativeHyperlinkInReportDocumentTest.testRelativeHyperlink -- Time elapsed: 0.040 s org.eclipse.birt.report.engine.api.RenderTaskTest.testRenderPerformance -- Time elapsed: 2.037 s org.eclipse.birt.report.engine.api.RenderTaskTest.testRenderOnTransientFile -- Time elapsed: 0.019 s org.eclipse.birt.report.engine.api.RenderTaskTest.testCloseOnExitRenderOption -- Time elapsed: 0.746 s org.eclipse.birt.report.engine.api.RenderTaskTest.testRender -- Time elapsed: 0.038 s org.eclipse.birt.report.engine.api.RenderTaskTest.testRenderPDFFromDocument -- Time elapsed: 0.024 s org.eclipse.birt.report.engine.api.RenderTaskTest.testGetPageCount -- Time elapsed: 0.041 s org.eclipse.birt.report.engine.api.ReportEngineFactoryTest.testCreateFactoryObject -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.ReportEngineTest.testOpenReportDesign -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.ReportEngineTest.testGetEmitterInfo -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.ReportEngineTest.testCloseDocument -- Time elapsed: 0.056 s org.eclipse.birt.report.engine.api.ReportEngineTest.testCreateGetParameterDefinitionTask -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.ReportEngineTest.testGetMIMEType -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.ReportEngineTest.testGetConfig -- Time elapsed: 0 s org.eclipse.birt.report.engine.api.ReportEngineTest.testGetSupportedFormats -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.ReportEngineTest.testParameterDefinition -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.ReportletTest.testReportlet -- Time elapsed: 0.124 s org.eclipse.birt.report.engine.api.ReportletTest.testRenderReportlet -- Time elapsed: 0.041 s org.eclipse.birt.report.engine.api.ReportParameterConverterTest.testDate -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.api.ReportRunnableTest.testGetImage -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.ReportRunnableTest.testGetDesignHandle -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.api.ReportRunnableTest.testRerenderTask -- Time elapsed: 0.029 s org.eclipse.birt.report.engine.api.ReportRunnerTest.testRunner -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.api.RunTaskTest.testRun -- Time elapsed: 0.114 s org.eclipse.birt.report.engine.api.RunTaskTest.testRunWithArchiveView -- Time elapsed: 0.064 s org.eclipse.birt.report.engine.api.TimeZoneTest.testRunAndRenderTask -- Time elapsed: 0.006 s org.eclipse.birt.report.engine.api.TimeZoneTest.testRenderTask -- Time elapsed: 0.014 s org.eclipse.birt.report.engine.content.ReportContentReaderAndWriterTest.testReadWriter -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.css.dom.StyleDeclarationTest.testCssText -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.css.dom.StyleDeclarationTest.testFontFamilyCssText -- Time elapsed: 0 s org.eclipse.birt.report.engine.css.engine.PerfectHashTest.testIn_word_set -- Time elapsed: 0 s org.eclipse.birt.report.engine.css.CSSPaserTest.testStyleParser -- Time elapsed: 0.014 s org.eclipse.birt.report.engine.css.CSSPaserTest.testPropertyParser -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.data.dte.DataEngineTest.test -- Time elapsed: 0.121 s org.eclipse.birt.report.engine.data.dte.NamedExpressionTest.testNamedExpression -- Time elapsed: 0.030 s org.eclipse.birt.report.engine.data.dte.ReportQueryBuilderTest.testQueryBuilder -- Time elapsed: 0.032 s org.eclipse.birt.report.engine.data.dte.ResultSetIndexTest.testResultSet -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.emitter.EmbeddedHyperlinkProcessorTest.testBookmark -- Time elapsed: 0 s org.eclipse.birt.report.engine.emitter.EmbeddedHyperlinkProcessorTest.testDrillThrough -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.emitter.EmbeddedHyperlinkProcessorTest.testHyperlink -- Time elapsed: 0 s org.eclipse.birt.report.engine.emitter.HTMLEncodeUtilTest.testEncodeText -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.emitter.HTMLWriterTest.testGetEscapeStr -- Time elapsed: 0 s org.eclipse.birt.report.engine.emitter.HTMLWriterTest.testStyleEscape -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.emitter.HTMLWriterTest.testWhiteSpace -- Time elapsed: 0 s org.eclipse.birt.report.engine.emitter.XMLEncodeUtilTest.testEncodeText -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.emitter.XMLWriterTest.testCharacterEncoding -- Time elapsed: 0 s org.eclipse.birt.report.engine.emitter.XMLWriterTest.test -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.emitter.HTMLClientInitializeTest.test -- Time elapsed: 0.010 s org.eclipse.birt.report.engine.executor.buffermgr.TableTest.testConflictLayout -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.executor.buffermgr.TableTest.testEmptyCellLayout -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.buffermgr.TableTest.testDropLayout -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.buffermgr.TableTest.testFixedLayout -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.executor.buffermgr.TableTest.testSpanLayout -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.buffermgr.TableTest.testFloatLayout -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.css.CssParserTest.testBackground -- Time elapsed: 0.048 s org.eclipse.birt.report.engine.executor.css.CssParserTest.testFont -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.executor.css.CssParserTest.testwithException -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.executor.css.CssParserTest.testwithException1 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.executor.css.CssParserTest.testBorderWidth -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.css.CssParserTest.testFunctionAndHex -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.css.HTMLProcessorTest.testExecute -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest.testExecutor -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest.testFormatExpression -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest.testExpressionWithWhitespace -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.template.TemplateExecutorTest.testFormat -- Time elapsed: 0 s org.eclipse.birt.report.engine.executor.DataItemExecutorTest.testExcuteData1 -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.executor.ExecutorManagerTest.testReleaseExecutor -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.executor.ExecutorManagerTest.testGetItemExecutor -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.executor.GridItemExecutorTest.testExcutegrid1 -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.executor.ImageItemExecutorTest.testImageExcute -- Time elapsed: 0.006 s org.eclipse.birt.report.engine.executor.LabelItemExecutorTest.testExcute -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.executor.ListItemExecutorTest.testExcuteList1 -- Time elapsed: 0.013 s org.eclipse.birt.report.engine.executor.ListingElementExecutorTest.testPageBreakInterval -- Time elapsed: 0.321 s org.eclipse.birt.report.engine.executor.MultiLineItemExecutorTest.testExcute -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.executor.TableItemExecutorTest.testEmptyTable -- Time elapsed: 0.025 s org.eclipse.birt.report.engine.executor.TableItemExecutorTest.testExcuteTable1 -- Time elapsed: 0.011 s org.eclipse.birt.report.engine.executor.TextItemExecutorTest.testText -- Time elapsed: 0.007 s org.eclipse.birt.report.engine.i18n.EngineResourceHandleTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.report.engine.impl.ReportRunnerTest.testCommandlineParser -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.impl.ReportRunnerTest.testExecution -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.internal.document.v2.PageHintTest.testReadWrite -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.internal.document.v2.PageHintTest.testReadeV0 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.internal.document.v2.ReportContentTest.testReportContentStream -- Time elapsed: 0 s org.eclipse.birt.report.engine.internal.document.OffsetIndexReaderWriterTest.testReadWrite -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.internal.executor.doc.ReportPageReaderTest.testHtmlPagination -- Time elapsed: 0.048 s org.eclipse.birt.report.engine.ir.ActionTest.testBookmark -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ActionTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ActionTest.testDrillThrough -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.ir.ActionTest.testHyprrlink -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.CellTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.CellTest.testAddContend -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.ir.CellTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.CellTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ColumnTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ColumnTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ColumnTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DataItemTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DataItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DataItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DataItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DimensionTypeTest.testValue -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DimensionTypeTest.testChoice -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DrillThroughActionDesignTest.testDrillThrough -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.ir.DynamicTextItemTest.testExpression -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DynamicTextItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DynamicTextItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.DynamicTextItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.EngineIRIOTest.testIO -- Time elapsed: 0.125 s org.eclipse.birt.report.engine.ir.EngineIRReaderTest.testV1 -- Time elapsed: 0.021 s org.eclipse.birt.report.engine.ir.EngineIRReaderTest.testV2 -- Time elapsed: 0.032 s org.eclipse.birt.report.engine.ir.EngineIRReaderTest.testV3 -- Time elapsed: 0.038 s org.eclipse.birt.report.engine.ir.FreeFormItemTest.testAddItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.FreeFormItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.FreeFormItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.FreeFormItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.GraphicMasterPageTest.testAddContent -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.ir.GraphicMasterPageTest.testMasterPageAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.GraphicMasterPageTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.GraphicMasterPageTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.GridItemTest.testColumn -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.HighlightTest.testAddRule -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testUri -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testAltText -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testName -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testAction -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testExpression -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ImageItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.LabelItemTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.LabelItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.LabelItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.LabelItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ListBandTest.testAddContent -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.ir.ListGroupTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ListGroupTest.testBaseGroup -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ListItemTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ListItemTest.testAddGroup -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ListItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ListItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ListItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.MapRuleTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.MapRuleTest.testBaseRule -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.MapTest.testAddRule -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.PageSequenceTest.testSetGetPage -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.PageSequenceTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.PageSetupTest.testAddMasterPage -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.ir.PageSetupTest.testPageSequence -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ReportTest.testPageSetup -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.ReportTest.testAddContent -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.RowTypeTest.testAddCell -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.RowTypeTest.testGetSet -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.SimpleMasterPageTest.testAddFooter -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.SimpleMasterPageTest.testAddHeader -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.SimpleMasterPageTest.testMasterPageAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.SimpleMasterPageTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.SimpleMasterPageTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TableBandTest.testAddRow -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.ir.TableGroupTest.testAccessor -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TableGroupTest.testBaseGroup -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TableItemTest.testColumn -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TableItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TableItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TableItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TextItemTest.testStaticText -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TextItemTest.testBaseItem -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TextItemTest.testBaseStyle -- Time elapsed: 0 s org.eclipse.birt.report.engine.ir.TextItemTest.testBaseElement -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.content.BlockStackingExecutorTest.testBlockStacking -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.layout.content.ListContainerExecutorTest.testListStacking -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest.testNoRepeatOfBigImage -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest.testNoRepeatOfSmallImage2 -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest.testRepeatYOfSmallImage -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest.testRepeatXOfSmallImage -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest.testRepeatOfSmallImage -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.emitter.util.BackgroundImageLayoutTest.testNoRepeatOfSmallImage -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.html.HTMLLayoutTest.testPageBreak2 -- Time elapsed: 0.035 s org.eclipse.birt.report.engine.layout.html.HTMLLayoutTest.testPageBreak -- Time elapsed: 0.033 s org.eclipse.birt.report.engine.layout.pdf.font.CharSegmentTest.testMerge -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.pdf.font.CharSegmentTest.testSort -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.pdf.font.CharSegmentTest.testSearch -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest.testFontMapWhenAllFontsDefined -- Time elapsed: 0.024 s org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest.testFontMappingHandler -- Time elapsed: 0.008 s org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest.testFontConfigParser -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest.testFontMapWhenAllFontsNotDefined -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest.testCompatibleParser -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.layout.pdf.font.FontConfigReaderTest.testCharacterFontMapping -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.layout.pdf.hyphen.DefaultWordRecognizerTest.testWordRecognize -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.layout.pdf.PDFImageLMTest.testOversizedImageInGrid -- Time elapsed: 0.029 s org.eclipse.birt.report.engine.layout.pdf.PDFLineAreaLMTest.testMutipleLineBreakHeight -- Time elapsed: 0.006 s org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest.testFitToPageTrue -- Time elapsed: 0.054 s org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest.testPageBreakInterval -- Time elapsed: 0.015 s org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest.testPageBreakInterval2 -- Time elapsed: 0.023 s org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest.testPagebreakPaginationOnlyFalse -- Time elapsed: 0.059 s org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest.testPageBreakWithPageOverflow -- Time elapsed: 0.120 s org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest.testPagebreakPaginationOnlyTrue -- Time elapsed: 0.039 s org.eclipse.birt.report.engine.layout.pdf.PDFPageLMTest.testFitToPageFalse -- Time elapsed: 0.098 s org.eclipse.birt.report.engine.layout.pdf.PDFTableGroupLMTest.testGroupPageBreakBeforeAways -- Time elapsed: 0.039 s org.eclipse.birt.report.engine.layout.pdf.PDFTableLMTest.testFixedTableLayout -- Time elapsed: 0.039 s org.eclipse.birt.report.engine.layout.pdf.PDFTableLMTest.testBorder -- Time elapsed: 0.009 s org.eclipse.birt.report.engine.layout.pdf.PDFTextLMTest.testTextWrap -- Time elapsed: 0.016 s org.eclipse.birt.report.engine.layout.pdf.PDFTextLMTest.testHyphenation -- Time elapsed: 0.051 s org.eclipse.birt.report.engine.layout.pdf.WordRecognizerWrapperTest.test -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.parser.DataDesignTest.testDataBasic -- Time elapsed: 0.007 s org.eclipse.birt.report.engine.parser.DynamicTextItemDesignTest.testMultiBasic -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testReportItemDesign -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testBookmark -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testMap -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testTOC -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testCell -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testUserProperty -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testHighlight -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testAction -- Time elapsed: 0.008 s org.eclipse.birt.report.engine.parser.EngineIRParserTest.testVisibility -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.parser.FreeFormDesignTest.testFreeForm -- Time elapsed: 0.006 s org.eclipse.birt.report.engine.parser.GridItemDesignTest.testEmptyColumn -- Time elapsed: 0.010 s org.eclipse.birt.report.engine.parser.GridItemDesignTest.testGridItemNesting -- Time elapsed: 0.021 s org.eclipse.birt.report.engine.parser.GridItemDesignTest.testGridItem -- Time elapsed: 0.009 s org.eclipse.birt.report.engine.parser.HighlightTest.testHighlightDesign -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.ImageItemDesignTest.testImageBasic -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.LabelItemDesignTest.testLabelAction -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.LabelItemDesignTest.testLabelItem -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.ListDesignTest.testListItem -- Time elapsed: 0.010 s org.eclipse.birt.report.engine.parser.MapDesignTest.testMapDesign -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.parser.PageSetupTest.testMasterPage -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.parser.StyleDesignTest.testSharedStyle -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.SuppressDuplicateDataItemTest.testSuppressDuplicate -- Time elapsed: 0.006 s org.eclipse.birt.report.engine.parser.TableItemDesignTest.testTable -- Time elapsed: 0.015 s org.eclipse.birt.report.engine.parser.TextDesignTest.testTextBasic -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.parser.TextParserTest.testParseEmptyHTML -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.parser.TextParserTest.testParsePlainstream -- Time elapsed: 0.004 s org.eclipse.birt.report.engine.parser.TextParserTest.testParseHTMLString -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.parser.TextParserTest.testParseHTMLStringAuto -- Time elapsed: 0 s org.eclipse.birt.report.engine.parser.TextParserTest.testParseHTMLstream -- Time elapsed: 0.015 s org.eclipse.birt.report.engine.parser.TextParserTest.testParsePlainTextString -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.presentation.HtmlPaginateEmitterTest.testPaginate -- Time elapsed: 0 s org.eclipse.birt.report.engine.presentation.XMLContentReaderWriterTest.testReadWrite -- Time elapsed: 0 s org.eclipse.birt.report.engine.regression.Test_90378.test90378 -- Time elapsed: 0.044 s org.eclipse.birt.report.engine.toc.HugeTOCTest.testHugeTOC -- Time elapsed: 3.596 s org.eclipse.birt.report.engine.toc.TOCBuilderTest.testHiddenFormat1 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCBuilderTest.testHiddenFormat2 -- Time elapsed: 0 s org.eclipse.birt.report.engine.toc.TOCBuilderTest.testHiddenFormat3 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCBuilderTest.testHiddenFormat4 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCComparatorTest.testCompare -- Time elapsed: 0 s org.eclipse.birt.report.engine.toc.TOCReadWriteTest.testHiddenFormat4 -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.toc.TOCStyleTest.testStyle -- Time elapsed: 0.028 s org.eclipse.birt.report.engine.toc.TOCTest.testTOC -- Time elapsed: 0 s org.eclipse.birt.report.engine.toc.TOCVersionTest.testReadV1 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCVersionTest.testReadV2 -- Time elapsed: 0 s org.eclipse.birt.report.engine.toc.TOCVersionTest.testReadV3 -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCVersionTest.testStrComp -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCViewTest.testTocFind -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCViewTest.testTocViewWithEmptyGorup -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.toc.TOCViewTest.testTocViewWithFormat -- Time elapsed: 0 s org.eclipse.birt.report.engine.toc.TOCViewTest.testTocViewNormal -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.util.FileUtilTest.testIsRelativePath -- Time elapsed: 0 s org.eclipse.birt.report.engine.layout.emitter.TableBorderExTest.testBorderDraw -- Time elapsed: 0.003 s org.eclipse.birt.report.engine.layout.emitter.TableBorderPDFTest.testBorderDraw -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.layout.emitter.TableBorderPSTest.testBorderDraw -- Time elapsed: 0.003 s Results: Tests run: 423, Failures: 0, Errors: 0, Skipped: 0 Mar 04, 2024 6:41:30 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin stop INFO: Sampledb plugin stopping. Current startCount=1 Mar 04, 2024 6:41:30 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase INFO: Removing Sampledb DB directory at location /tmp/BIRTSampleDB_1709577664290_52bc6fcf [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.designer.tests >------- [INFO] Building org.eclipse.birt.report.designer.tests 4.15.0-SNAPSHOT [124/280] [INFO] from UI/org.eclipse.birt.report.designer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.designer.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6: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.tests.engine.emitter.html >-- [INFO] Building org.eclipse.birt.report.tests.engine.emitter.html 4.15.0-SNAPSHOT [125/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.tests.engine.emitter.html --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.tests.core >------------ [INFO] Building org.eclipse.birt.tests.core 4.15.0-SNAPSHOT [126/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.core --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-compiler:4.0.6:validate-classpath (default-validate-classpath) @ org.eclipse.birt.tests.core --- [INFO] Resolving class path of org.eclipse.birt.tests.core [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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests.core --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.tests.core --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6: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.data.tests >------------ [INFO] Building org.eclipse.birt.data.tests 4.15.0-SNAPSHOT [127/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.data.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.data.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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.aggregation.FinanceTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 s -- in org.eclipse.birt.data.engine.aggregation.FinanceTest org.eclipse.birt.data.engine.aggregation.FinanceTest.testIrr -- Time elapsed: 0.095 s org.eclipse.birt.data.engine.aggregation.FinanceTest.testNpv -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.FinanceTest.testMirr -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.FinanceTest.testRunningNpv -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.aggregation.ProgressiveAggregationTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s -- in org.eclipse.birt.data.engine.aggregation.ProgressiveAggregationTest org.eclipse.birt.data.engine.aggregation.ProgressiveAggregationTest.testEmptyResultSet -- Time elapsed: 0.381 s Running org.eclipse.birt.data.engine.aggregation.TotalTest Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s -- in org.eclipse.birt.data.engine.aggregation.TotalTest org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalConcatenate -- Time elapsed: 0.093 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalRunningSum -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalBottom -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMaxDate -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMinDate -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalPercentRank -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMedian -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalCount -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalFirst -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalPercentSum -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalPercentile -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalRange -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalStdDev -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMaxString -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalWeightedAva -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMinString -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalAve -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMax -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMin -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalSum -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalTop -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalRunningCount -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalLast -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMode -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalRank -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalTop2 -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalQuartile -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalVariance -- Time elapsed: 0 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalMovingAve -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalAveDate -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.aggregation.TotalTest.testTotalDenseRank -- Time elapsed: 0.002 s 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 Mar 04, 2024 6:41:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null Mar 04, 2024 6:41:49 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 Mar 04, 2024 6:41:49 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager findDriver INFO: Loaded JDBC driver class in class path: org.apache.derby.jdbc.EmbeddedDriver 1, 'abc', cde 2, 'gmf', qqq Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s -- in org.eclipse.birt.data.engine.api.ClobAndBlobTest org.eclipse.birt.data.engine.api.ClobAndBlobTest.testClobAndBlob -- Time elapsed: 0.936 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.424 s -- in org.eclipse.birt.data.engine.api.DataSetCacheTest org.eclipse.birt.data.engine.api.DataSetCacheTest.testEnableCache -- Time elapsed: 0.183 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testOdaCache -- Time elapsed: 0.167 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testOdaCache2 -- Time elapsed: 0.108 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testScriptedCache -- Time elapsed: 0.101 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testClearCache -- Time elapsed: 0.057 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testUseCacheWithMemoryCache -- Time elapsed: 0.075 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testDisableCache -- Time elapsed: 0.071 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testSerializableJavaObjectCache -- Time elapsed: 0.097 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testUseCache -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testJointDataSetCacheWithFilter -- Time elapsed: 0.172 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testJointDataSetCache -- Time elapsed: 0.090 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testAlwaysCache -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testJointDataSetCacheWithGroup -- Time elapsed: 0.156 s org.eclipse.birt.data.engine.api.DataSetCacheTest.testUnserializableJavaObjectCache -- Time elapsed: 0.050 s Running org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.03 s -- in org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest.testDataSetWithJVMCache -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest.testDataSetWithDteLevelCache -- Time elapsed: 60.01 s org.eclipse.birt.data.engine.api.DteLevelDataSetCacheTest.testDataSetWithoutCache -- Time elapsed: 0.009 s Running org.eclipse.birt.data.engine.api.GroupLevelTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.birt.data.engine.api.GroupLevelTest org.eclipse.birt.data.engine.api.GroupLevelTest.testValueOnNullResult -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.api.GroupLevelTest.testGroupLevelValue2 -- Time elapsed: 0.008 s org.eclipse.birt.data.engine.api.GroupLevelTest.testGroupLevelValue3 -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.api.GroupLevelTest.testGroupLevelValue -- Time elapsed: 0.010 s 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.381 s -- in org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testIV1 -- Time elapsed: 0.182 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter1 -- Time elapsed: 0.071 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter2 -- Time elapsed: 0.098 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter3 -- Time elapsed: 0.089 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter4 -- Time elapsed: 0.089 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter5 -- Time elapsed: 0.074 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter6 -- Time elapsed: 0.088 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter7 -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter8 -- Time elapsed: 0.072 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testGroupFilter9 -- Time elapsed: 0.074 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testRowFilter1 -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testRowFilter2 -- Time elapsed: 0.082 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testRowFilter3 -- Time elapsed: 0.092 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testRowFilter4 -- Time elapsed: 0.065 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testRowFilter5 -- Time elapsed: 0.046 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testRowFilter6 -- Time elapsed: 0.086 s org.eclipse.birt.data.engine.api.NoUpdateAggrFilterTest.testRowFilter7 -- Time elapsed: 0.066 s Running org.eclipse.birt.data.engine.api.OutputParamManualTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s -- in org.eclipse.birt.data.engine.api.OutputParamManualTest org.eclipse.birt.data.engine.api.OutputParamManualTest skipped Running org.eclipse.birt.data.engine.api.ProgressiveViewingTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.eclipse.birt.data.engine.api.ProgressiveViewingTest org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing1 -- Time elapsed: 0.008 s org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing2 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing3 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing4 -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing5 -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing6 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing7 -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.api.ProgressiveViewingTest.testProgressiveViewing8 -- Time elapsed: 0.009 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: Mar 04, 2024 6:42:52 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:498) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:290) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:565) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:350) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) *****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 Mar 04, 2024 6:42:52 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:249) at org.eclipse.birt.data.engine.odaconsumer.Connection.prepareStatement(Connection.java:170) at org.eclipse.birt.data.engine.executor.DataSource.prepareStatement(DataSource.java:273) at org.eclipse.birt.data.engine.executor.DataSourceQuery.prepare(DataSourceQuery.java:286) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.prepareOdiQuery(PreparedOdaDSQuery.java:565) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:350) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(Unknown Source) at org.apache.derby.impl.jdbc.EmbedPreparedStatement42.(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.284 s -- in org.eclipse.birt.data.engine.api.ScriptTest org.eclipse.birt.data.engine.api.ScriptTest.test5_UpdateProps -- Time elapsed: 0.068 s org.eclipse.birt.data.engine.api.ScriptTest.test1_ReadDataSource -- Time elapsed: 0.046 s org.eclipse.birt.data.engine.api.ScriptTest.test3_ReadDataSet -- Time elapsed: 0.068 s org.eclipse.birt.data.engine.api.ScriptTest.test4_UpdateQueryText -- Time elapsed: 0.045 s org.eclipse.birt.data.engine.api.ScriptTest.test2_UpdateDataSource -- Time elapsed: 0.055 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: 0.307 s -- in org.eclipse.birt.data.engine.api.ScriptedDSTest org.eclipse.birt.data.engine.api.ScriptedDSTest.testMultipleDataSource -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetchWithAlias -- Time elapsed: 0.059 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testImportPackage -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetchLimit1 -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetchLimit2 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetchLimit3 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testMaxRows -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testDateTimeValues -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetch1 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetch2 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetch3 -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testGetMetaDataStatic -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testGlobalVariable -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testGetMetaDataDynamic -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.api.ScriptedDSTest.testFetch1Dynamic -- Time elapsed: 0.011 s Running org.eclipse.birt.data.engine.api.StoredProcedureTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s -- in org.eclipse.birt.data.engine.api.StoredProcedureTest org.eclipse.birt.data.engine.api.StoredProcedureTest skipped 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.326 s -- in org.eclipse.birt.data.engine.api.UsesDetailFalseTest org.eclipse.birt.data.engine.api.UsesDetailFalseTest.test -- Time elapsed: 0.173 s org.eclipse.birt.data.engine.api.UsesDetailFalseTest.test2 -- Time elapsed: 0.152 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 Mon Mar 04 18:42:53 GMT 2024, 2024.0 Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver Mon Mar 04 18:42:53 GMT 2024 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: Mon Mar 04 18:42:53 GMT 2024 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 Mon Mar 04 18:42:54 GMT 2024 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: Mon Mar 04 18:42:54 GMT 2024 Mon Mar 04 18:42:54 GMT 2024 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 Mon Mar 04 18:42:54 GMT 2024 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.172 s -- in org.eclipse.birt.data.engine.binding.ColumnBindingTest org.eclipse.birt.data.engine.binding.ColumnBindingTest.testNoDataSet2 -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testNoDataSet3 -- Time elapsed: 0.052 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testCombinedFilterOnTable -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testBlankExpression -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testInvalidBinding -- Time elapsed: 0.046 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testSpecialExpression2 -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testSpecialExpression3 -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testNoDataSet -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testDummy1Document -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testFilterOnDataSet2 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testFilterOnDateType -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testBasic -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testGroup -- Time elapsed: 0.055 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testSpecialExpression -- Time elapsed: 0.078 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testBasicReportDocument -- Time elapsed: 0.050 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testNoDataSetWithNestedQuery -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testFilterOnTable -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testComputedOnDataSet2 -- Time elapsed: 0.054 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testFilterOnDataSet -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testAccessGroupColumn -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testDummy2Document -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testBasic1 -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testBasic2 -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testCombinedFilterOnTable2 -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testComputedOnDataSet -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testBindingNameWithDoubleQuote -- Time elapsed: 0.045 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testNoDataSetWithSubQuery -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.ColumnBindingTest.testAutoBinding -- Time elapsed: 0.033 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.083 s -- in org.eclipse.birt.data.engine.binding.ColumnHintTest org.eclipse.birt.data.engine.binding.ColumnHintTest.testDuplicateColName -- Time elapsed: 0.082 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 2 0 0 1 2 0 0 2 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 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 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:124) 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.(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.(CachedResultSet.java:98) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:927) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:550) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:1076) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 0 0 0 1 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 2 0 0 0 0 2 0 0 0 0 0 2 1 0 0 0 0 2 2 0 0 0 1 0 0 1 1 0 1 0 1 1 2 0 1 0 2 1 3 0 1 1 0 1 4 0 1 1 1 1 5 0 1 1 2 1 6 0 1 2 0 1 7 0 1 2 1 1 8 0 1 2 2 1 9 0 2 0 0 2 11 0 2 0 1 2 13 0 2 0 2 2 15 0 2 1 0 2 17 0 2 1 1 2 19 0 2 1 2 2 21 0 2 2 0 2 23 0 2 2 1 2 25 0 2 2 2 2 27 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: 3.328 s -- in org.eclipse.birt.data.engine.binding.ComputedColumnTest org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNameEmpty1 -- Time elapsed: 0.204 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNameEmpty2 -- Time elapsed: 0.132 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testMultipass_Sort -- Time elapsed: 0.135 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testAggregationOnComputedColumn -- Time elapsed: 0.138 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNewAggregationOnComputedColumn -- Time elapsed: 0.118 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testTopNAggregationOnComputedColumnWithFilterOnEmptyDataSet -- Time elapsed: 0.132 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testGroupOnComputedColumn -- Time elapsed: 0.111 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testTopNPercentAggregationOnComputedColumnWithFilterOnEmptyDataSet -- Time elapsed: 0.104 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNewAggregationOnComputedColumnWithFilter -- Time elapsed: 0.127 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testWrongColumnName -- Time elapsed: 0.102 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNestedAggregationOnComputedColumn -- Time elapsed: 0.134 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testAggregationOnComputedColumn2 -- Time elapsed: 0.124 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testA -- Time elapsed: 0.095 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testGroupFilterOnComputedColumnsWithAggregations -- Time elapsed: 0.118 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testSortOnComputedColumn -- Time elapsed: 0.145 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNestedComputedColumn -- Time elapsed: 0.121 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testRowIndex -- Time elapsed: 0.111 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testMultiPass_Group -- Time elapsed: 0.178 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNewAggregationOnComputedColumnWithOtherComputedColumns -- Time elapsed: 0.110 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testFilterOnComputedColumn -- Time elapsed: 0.120 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testWrongDataType -- Time elapsed: 0.118 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testInvalidExpr1 -- Time elapsed: 0.108 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testInvalidExpr2 -- Time elapsed: 0.120 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testInvalidExpr3 -- Time elapsed: 0.112 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testNameDuplicate -- Time elapsed: 0.104 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testSortOnComputedColumn1 -- Time elapsed: 0.097 s org.eclipse.birt.data.engine.binding.ComputedColumnTest.testFilterOnAggregationColumn -- Time elapsed: 0.108 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.948 s -- in org.eclipse.birt.data.engine.binding.DataSetCacheTest org.eclipse.birt.data.engine.binding.DataSetCacheTest.testEnableCache -- Time elapsed: 0.045 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testOdaCache -- Time elapsed: 0.084 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testScriptedCache -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testCacheIsRealDataSetLevel -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testClearCache -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseCachedMeta1 -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseCachedMeta2 -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseCache1 -- Time elapsed: 0.043 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseCache3 -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testDisableCache -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testSubqueryCache -- Time elapsed: 0.116 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseCache -- Time elapsed: 0.055 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseAppContextMemoryCache1 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseAppContextMemoryCache2 -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseAppContextCacheRowLimit1 -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseAppContextCacheRowLimit2 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseAppContextCacheRowLimit3 -- Time elapsed: 0.052 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseMemoryCachedMeta1 -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testUseMemoryCachedMeta2 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.DataSetCacheTest.testAlwaysCache -- Time elapsed: 0.048 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.032 s -- in org.eclipse.birt.data.engine.binding.DefineDataSourceTest org.eclipse.birt.data.engine.binding.DefineDataSourceTest.testDefineDataSource -- Time elapsed: 0.031 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.057 s -- in org.eclipse.birt.data.engine.binding.DistinctValueTest org.eclipse.birt.data.engine.binding.DistinctValueTest.testBasic -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.DistinctValueTest.testQueryDistinct -- Time elapsed: 0.023 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 600.0 S:2 E:3 CHINA Shanghai 2004-06-01 00:00:00.0 100 600.0 S:3 E:0 CHINA Shanghai 2004-01-01 00:00:00.0 100 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 200.0 S:3 E:0 CHINA Shanghai 2004-01-01 00:00:00.0 100 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 Mar 04, 2024 6:42:59 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.200 s -- in org.eclipse.birt.data.engine.binding.FeaturesTest org.eclipse.birt.data.engine.binding.FeaturesTest.testSummaryTable -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.FeaturesTest.testPassThruContext -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.binding.FeaturesTest.testRow0 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.FeaturesTest.testFetchRowLimit1 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.FeaturesTest.testFetchRowLimit2 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.FeaturesTest.testFetchRowLimit3 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.FeaturesTest.test11 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.FeaturesTest.test12 -- Time elapsed: 0.059 s org.eclipse.birt.data.engine.binding.FeaturesTest.test14 -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.FeaturesTest.test15 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.FeaturesTest skipped org.eclipse.birt.data.engine.binding.FeaturesTest.test17 -- Time elapsed: 0.071 s org.eclipse.birt.data.engine.binding.FeaturesTest.test18 -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.FeaturesTest.test19 -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.binding.FeaturesTest.test31 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.FeaturesTest.testResultIteratorFindGroup2 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.FeaturesTest.testResultIteratorFindGroup3 -- Time elapsed: 0.054 s org.eclipse.birt.data.engine.binding.FeaturesTest.testRefToInvalidDataSetColumn -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.binding.FeaturesTest.test10_DuplicateColName -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.FeaturesTest.testResultSetIteratorIsEmptyTrue -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.binding.FeaturesTest.testAggrExprAndInconvertibleDataType -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.FeaturesTest.test1 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.FeaturesTest.test2 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.binding.FeaturesTest.test3 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.binding.FeaturesTest.test4 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.binding.FeaturesTest.test6 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.FeaturesTest.test7 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.binding.FeaturesTest.test8 -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.binding.FeaturesTest.test9 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.FeaturesTest.testBasicGetParameterMetaData1 -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.FeaturesTest.testNestedDummyQuery -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.binding.FeaturesTest.testRowIndex -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.FeaturesTest.testGroupWithNoDetails -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.FeaturesTest.testBasicGetParameterMetaDataDefaultValue -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.binding.FeaturesTest.testSummaryTableWithSub -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.binding.FeaturesTest.testExprTiming -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.binding.FeaturesTest.testBasicGetParameterMetaData -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.FeaturesTest.testMoveto -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.binding.FeaturesTest.testResultSetIteratorIsEmptyFalse -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.FeaturesTest.testResultIteratorFindGroup -- Time elapsed: 0.026 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: 1.638 s -- in org.eclipse.birt.data.engine.binding.FilterByRowTest org.eclipse.birt.data.engine.binding.FilterByRowTest.testJSFilterWithCache -- Time elapsed: 0.110 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept4WithCache -- Time elapsed: 0.108 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept3WithCache -- Time elapsed: 0.092 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept1 -- Time elapsed: 0.156 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept2 -- Time elapsed: 0.114 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept3 -- Time elapsed: 0.203 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept4 -- Time elapsed: 0.104 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept2WithCache -- Time elapsed: 0.088 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testAccept1WithCache -- Time elapsed: 0.082 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testJSFilter -- Time elapsed: 0.088 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testTopNFilter -- Time elapsed: 0.098 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testBooleanFilterOnDataRows -- Time elapsed: 0.085 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testConstantWithNull -- Time elapsed: 0.085 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testInvalidFilterDefinition -- Time elapsed: 0.078 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testSCR77518 -- Time elapsed: 0.073 s org.eclipse.birt.data.engine.binding.FilterByRowTest.testInvalidFilterDefinition2 -- Time elapsed: 0.074 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.096 s -- in org.eclipse.birt.data.engine.binding.GroupOnRowTest org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnQuarter1 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testValidateInterval -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testValidateIntervalRange -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testSortOnKeyIndex -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnMonthWithCache -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnHour1 -- Time elapsed: 0.043 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnMonth -- Time elapsed: 0.064 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnWeek1 -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnWeek2 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnYear1 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowPosition2 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowPosition3 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowPosition4 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowPosition5 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowKeyCount0 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowKeyCount1 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowKeyCount3 -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnRowPosition -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnQuarter -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnDay1 -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnHour -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnWeek -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnYear -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnDayWithCache -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnMinute1 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnDay -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnMinute -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnMonth1 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnNumber -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnSecond -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnString -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnSecond1 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnNumber0 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnNumber1 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnString0 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnString1 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.GroupOnRowTest.testGroupOnString2 -- Time elapsed: 0.038 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.218 s -- in org.eclipse.birt.data.engine.binding.InputParameterTest org.eclipse.birt.data.engine.binding.InputParameterTest.test10 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.InputParameterTest.test1 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.InputParameterTest.test2 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.InputParameterTest.test3 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.InputParameterTest.test5 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.InputParameterTest.test6 -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.binding.InputParameterTest.test7 -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.InputParameterTest.testRegression103982 -- Time elapsed: 0.031 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.190 s -- in org.eclipse.birt.data.engine.binding.MaxRowsTest org.eclipse.birt.data.engine.binding.MaxRowsTest.test -- Time elapsed: 0.189 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: 0.675 s -- in org.eclipse.birt.data.engine.binding.MultiplePassTest org.eclipse.birt.data.engine.binding.MultiplePassTest.testTopBottmPercentWithOtherFilters -- Time elapsed: 0.050 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testGroupFilteringSorting1 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testGroupFilteringSorting2 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testGroupFilteringSorting3 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testGroupFilteringSorting4 -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testTopBottomN -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testGroupSorting -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testMixedFiltering -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testTopBottmNwithOtherFilters -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testTop_Bottom_FilteringInGroupInstance_1 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testTop_Bottom_FilteringInGroupInstance_2 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testInvalidFilter -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testMultipassWithAlias -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testIndirectNestedTotal -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testGroupSorting2 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testGroupFiltering -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testNestedTotal -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testNestedTotal1 -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testNestedTotal2 -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testNestedTotal3 -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testNestedTotal4 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testMixedMultipassFilting -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.binding.MultiplePassTest.testTopBottomPercent -- Time elapsed: 0.047 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.393 s -- in org.eclipse.birt.data.engine.binding.NestedQueryTest org.eclipse.birt.data.engine.binding.NestedQueryTest.test1 -- Time elapsed: 0.071 s org.eclipse.birt.data.engine.binding.NestedQueryTest.test2 -- Time elapsed: 0.046 s org.eclipse.birt.data.engine.binding.NestedQueryTest.test3 -- Time elapsed: 0.046 s org.eclipse.birt.data.engine.binding.NestedQueryTest.test4 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.binding.NestedQueryTest.test5 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.binding.NestedQueryTest.test6 -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.binding.NestedQueryTest.test7 -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.binding.NestedQueryTest.test8 -- Time elapsed: 0.059 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.(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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.247 s -- in org.eclipse.birt.data.engine.binding.QueryCacheTest org.eclipse.birt.data.engine.binding.QueryCacheTest.testBasicCache1 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.QueryCacheTest.testBasicCache -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.QueryCacheTest.testCacheEmptyResultSet -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.QueryCacheTest.testCacheEmptyResultSet1 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.QueryCacheTest.testUseDetailsCache -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.QueryCacheTest.testSubqueryCache -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.binding.QueryCacheTest.testSerializableJavaObjectCache -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.binding.QueryCacheTest.testUnserializableJavaObjectCache -- Time elapsed: 0.025 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 s -- in org.eclipse.birt.data.engine.binding.SubQueryTest org.eclipse.birt.data.engine.binding.SubQueryTest.test -- Time elapsed: 0.081 s org.eclipse.birt.data.engine.binding.SubQueryTest.test2 -- Time elapsed: 0.114 s org.eclipse.birt.data.engine.binding.SubQueryTest.test3 -- Time elapsed: 0.094 s org.eclipse.birt.data.engine.binding.SubQueryTest.test4 -- Time elapsed: 0.211 s org.eclipse.birt.data.engine.binding.SubQueryTest.testMaxRow -- Time elapsed: 0.162 s org.eclipse.birt.data.engine.binding.SubQueryTest.testUseParentColumnBindings -- Time elapsed: 0.108 s org.eclipse.birt.data.engine.binding.SubQueryTest.testUseParentColumnBindingWithAggregation -- Time elapsed: 0.082 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 Mon Mar 04 18:43:05 GMT 2024, 2024.0 Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver Mon Mar 04 18:43:05 GMT 2024 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: Mon Mar 04 18:43:06 GMT 2024 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 Mon Mar 04 18:43:06 GMT 2024 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.(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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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: Mon Mar 04 18:43:06 GMT 2024 Mon Mar 04 18:43:06 GMT 2024 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 Mon Mar 04 18:43:06 GMT 2024 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: 0.865 s -- in org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testNoDataSet2 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testNoDataSet3 -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testBlankExpression -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testInvalidBinding -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testInvalidSort -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testSpecialExpression2 -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testSpecialExpression3 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testNoDataSet -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testDummy1Document -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testSerializableObjectTypeInReportDocument -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testFilterOnDataSet2 -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testFilterOnDateType -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testBasic -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testGroup -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testSpecialExpression -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testBasicReportDocument -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testNoDataSetWithNestedQuery -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testUnserializableObjectTypeInReportDocument -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testFilterOnTable -- Time elapsed: 0.053 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testComputedOnDataSet2 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testObjectTypeBasic -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testInvalidFilter -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testFilterOnDataSet -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testAccessGroupColumn -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testDummy2Document -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testBasic1 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testBasic2 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testComputedOnDataSet -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testBindingNameWithDoubleQuote -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testNoDataSetWithSubQuery -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.binding.newbinding.ColumnBindingTest.testAutoBinding -- Time elapsed: 0.027 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: 0.812 s -- in org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testTopBottmPercentWithOtherFilters -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testIN_FilteringInGroup -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupFilteringSorting1 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupFilteringSorting2 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupFilteringSorting3 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupFilteringSorting4 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupFilteringSorting5 -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testAggrFilter1 -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testAggrFilter2 -- Time elapsed: 0.059 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testTotalCount -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testTopBottomN -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupSorting -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testMixedFiltering -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testSimpleNestedTotal -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testTopBottmNwithOtherFilters -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testTop_Bottom_FilteringInGroupInstance_1 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testTop_Bottom_FilteringInGroupInstance_2 -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testInvalidFilter -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testMultipassWithAlias -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testIndirectNestedTotal -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupSorting2 -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testGroupFiltering -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testNestedTotal -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testNestedTotal1 -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testNestedTotal2 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testNestedTotal3 -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testNestedTotal4 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testMixedMultipassFilting -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.binding.newbinding.MultiplePassTest.testTopBottomPercent -- Time elapsed: 0.020 s 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.013 s -- in org.eclipse.birt.data.engine.executor.cache.CacheClobAndBlobTest org.eclipse.birt.data.engine.executor.cache.CacheClobAndBlobTest.testClobAndBlob -- Time elapsed: 0.012 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 Mar 04, 2024 6:43:07 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:07 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:07 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: End of process, and the count of data is 81 Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: End of process, and the count of data is 81 Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: End of process, and the count of data is 81 Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: End of process, and the count of data is 81 Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 2 0 0 1 2 0 0 2 Test against JDBC database: url=jdbc:derby:/tmp/DTETest user=user driverClass=org.apache.derby.jdbc.EmbeddedDriver Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:08 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 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 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:124) 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.(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.(CachedResultSet.java:98) at org.eclipse.birt.data.engine.executor.DataSourceQuery.execute(DataSourceQuery.java:927) at org.eclipse.birt.data.engine.impl.PreparedOdaDSQuery$OdaDSQueryExecutor.executeOdiQuery(PreparedOdaDSQuery.java:550) at org.eclipse.birt.data.engine.impl.QueryExecutor.execute(QueryExecutor.java:1076) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: End of process, and the count of data is 81 Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:09 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 0 0 0 1 0 0 0 0 0 2 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 1 2 0 0 0 0 2 0 0 0 0 0 2 1 0 0 0 0 2 2 0 0 0 1 0 0 1 1 0 1 0 1 1 2 0 1 0 2 1 3 0 1 1 0 1 4 0 1 1 1 1 5 0 1 1 2 1 6 0 1 2 0 1 7 0 1 2 1 1 8 0 1 2 2 1 9 0 2 0 0 2 11 0 2 0 1 2 13 0 2 0 2 2 15 0 2 1 0 2 17 0 2 1 1 2 19 0 2 1 2 2 21 0 2 2 0 2 23 0 2 2 1 2 25 0 2 2 2 2 27 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: 2.791 s -- in org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNameEmpty1 -- Time elapsed: 0.081 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNameEmpty2 -- Time elapsed: 0.087 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testMultipass_Sort -- Time elapsed: 0.115 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testAggregationOnComputedColumn -- Time elapsed: 0.108 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNewAggregationOnComputedColumn -- Time elapsed: 0.114 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testTopNAggregationOnComputedColumnWithFilterOnEmptyDataSet -- Time elapsed: 0.094 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testGroupOnComputedColumn -- Time elapsed: 0.142 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testTopNPercentAggregationOnComputedColumnWithFilterOnEmptyDataSet -- Time elapsed: 0.124 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNewAggregationOnComputedColumnWithFilter -- Time elapsed: 0.090 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testWrongColumnName -- Time elapsed: 0.082 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNestedAggregationOnComputedColumn -- Time elapsed: 0.086 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testAggregationOnComputedColumn2 -- Time elapsed: 0.088 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testA -- Time elapsed: 0.095 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testGroupFilterOnComputedColumnsWithAggregations -- Time elapsed: 0.133 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testSortOnComputedColumn -- Time elapsed: 0.233 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNestedComputedColumn -- Time elapsed: 0.110 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testRowIndex -- Time elapsed: 0.081 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testMultiPass_Group -- Time elapsed: 0.103 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNewAggregationOnComputedColumnWithOtherComputedColumns -- Time elapsed: 0.094 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testFilterOnComputedColumn -- Time elapsed: 0.091 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testWrongDataType -- Time elapsed: 0.083 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testInvalidExpr1 -- Time elapsed: 0.087 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testInvalidExpr2 -- Time elapsed: 0.077 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testInvalidExpr3 -- Time elapsed: 0.078 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testNameDuplicate -- Time elapsed: 0.097 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testSortOnComputedColumn1 -- Time elapsed: 0.101 s org.eclipse.birt.data.engine.executor.cache.CacheComputedColumnTest.testFilterOnAggregationColumn -- Time elapsed: 0.115 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 600.0 S:2 E:3 CHINA Shanghai 2004-06-01 00:00:00.0 100 600.0 S:3 E:0 CHINA Shanghai 2004-01-01 00:00:00.0 100 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 200.0 S:3 E:0 CHINA Shanghai 2004-01-01 00:00:00.0 100 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 Mar 04, 2024 6:43:10 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.050 s -- in org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testSummaryTable -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testPassThruContext -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testRow0 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testFetchRowLimit1 -- Time elapsed: 0.018 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testFetchRowLimit2 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testFetchRowLimit3 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test11 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test12 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test14 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test15 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest skipped org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test17 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test18 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test19 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test31 -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testResultIteratorFindGroup2 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testResultIteratorFindGroup3 -- Time elapsed: 0.065 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testRefToInvalidDataSetColumn -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test10_DuplicateColName -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testResultSetIteratorIsEmptyTrue -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testAggrExprAndInconvertibleDataType -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test1 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test2 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test3 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test4 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test6 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test7 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test8 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.test9 -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testBasicGetParameterMetaData1 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testNestedDummyQuery -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testRowIndex -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testGroupWithNoDetails -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testBasicGetParameterMetaDataDefaultValue -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testSummaryTableWithSub -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testExprTiming -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testBasicGetParameterMetaData -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testMoveto -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testResultSetIteratorIsEmptyFalse -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.executor.cache.CacheFeaturesTest.testResultIteratorFindGroup -- Time elapsed: 0.027 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.402 s -- in org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test6 -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test1 -- Time elapsed: 0.061 s org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test2 -- Time elapsed: 0.049 s org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test3 -- Time elapsed: 0.052 s org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test4 -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test5 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test7 -- Time elapsed: 0.063 s org.eclipse.birt.data.engine.executor.cache.CacheNestedQueryTest.test8 -- Time elapsed: 0.048 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.027 s -- in org.eclipse.birt.data.engine.executor.cache.CacheSortTest org.eclipse.birt.data.engine.executor.cache.CacheSortTest.testDateTime -- Time elapsed: 0.027 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 Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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 Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processStartResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache INFO: Start processRestResultObjects Mar 04, 2024 6:43:12 PM org.eclipse.birt.data.engine.executor.cache.disk.DiskCache 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 s -- in org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest.test -- Time elapsed: 0.163 s org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest.test2 -- Time elapsed: 0.235 s org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest.test3 -- Time elapsed: 0.092 s org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest.test4 -- Time elapsed: 0.111 s org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest.testMaxRow -- Time elapsed: 0.098 s org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest.testUseParentColumnBindings -- Time elapsed: 0.091 s org.eclipse.birt.data.engine.executor.cache.CacheSubqueryTest.testUseParentColumnBindingWithAggregation -- Time elapsed: 0.088 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: 0.650 s -- in org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testTopBottmPercentWithOtherFilters -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testGroupFilteringSorting1 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testGroupFilteringSorting2 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testGroupFilteringSorting3 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testGroupFilteringSorting4 -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testTopBottomN -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testGroupSorting -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testMixedFiltering -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testTopBottmNwithOtherFilters -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testTop_Bottom_FilteringInGroupInstance_1 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testTop_Bottom_FilteringInGroupInstance_2 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testInvalidFilter -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testMultipassWithAlias -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testIndirectNestedTotal -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testGroupSorting2 -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testGroupFiltering -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testNestedTotal -- Time elapsed: 0.050 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testNestedTotal1 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testNestedTotal2 -- Time elapsed: 0.053 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testNestedTotal3 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testNestedTotal4 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testMixedMultipassFilting -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.executor.cache.CachedMultiplePassTest.testTopBottomPercent -- Time elapsed: 0.021 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.MemoryCacheTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.birt.data.engine.executor.cache.MemoryCacheTest org.eclipse.birt.data.engine.executor.cache.MemoryCacheTest.testFetch -- Time elapsed: 0 s org.eclipse.birt.data.engine.executor.cache.MemoryCacheTest.testNext -- 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.119 s -- in org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest.test1 -- Time elapsed: 0.021 s org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest.test2 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest.test3 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest.test4 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.executor.cache.ScopedCacheTest.test5 -- Time elapsed: 0.024 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 org.eclipse.birt.data.engine.executor.cache.SizeOfUtilTest.testSizeOfUtil -- Time elapsed: 0.001 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: 0.599 s -- in org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest.testGetStartingGroupLevel -- Time elapsed: 0.101 s org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest.testFirst -- Time elapsed: 0.078 s org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest.testLast -- Time elapsed: 0.071 s org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest.testGetCurrentResultIndex -- Time elapsed: 0.095 s org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest.testGetEndingGroupLevel -- Time elapsed: 0.076 s org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest.testGetGroupData -- Time elapsed: 0.083 s org.eclipse.birt.data.engine.executor.transform.CachedResultSetTest.testGetCurrentResult -- Time elapsed: 0.093 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 org.eclipse.birt.data.engine.executor.transform.group.GroupByDistinctValueTest.testIsInSameGroup -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.executor.transform.group.GroupByRowKeyCountTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.birt.data.engine.executor.transform.group.GroupByRowKeyCountTest org.eclipse.birt.data.engine.executor.transform.group.GroupByRowKeyCountTest.testGroupByRowKeyCount -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexAggregates1 -- Time elapsed: 0.005 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexAggregates2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexAggregates3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexAggregates4 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testNestedAggregate1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testNestedAggregate2 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testDirectReference1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testDirectReference2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testDirectReference3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testBlock -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testMisc1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants4 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants5 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants6 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants7 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testConstants8 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testNonDirectRefOnRow1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testNonDirectRefOnRow2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testNonDirectRefOnRow3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate1 -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate4 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate5 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate6 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate7 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate8 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testAggregate9 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexExpr1 -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexExpr2 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexExpr3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexExpr4 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexExpr5 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexExpr6 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexConstants1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexConstants2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ComplexExpressionCompilerTest.testComplexConstants3 -- Time elapsed: 0.001 s Running org.eclipse.birt.data.engine.expression.ExpressionCompilerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.birt.data.engine.expression.ExpressionCompilerTest org.eclipse.birt.data.engine.expression.ExpressionCompilerTest.testMultiExpression -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ExpressionCompilerTest.testDirectColRefByIndex -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ExpressionCompilerTest.testDirectColRefByName1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ExpressionCompilerTest.testSCR75905 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.expression.ExpressionCompilerTest.testDirectColRefByName -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ExpressionCompilerTest.testAggregateExpression -- 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 org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression10 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression11 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression12 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testHasRowExprInAggregation -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testConditionalExpression -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression1 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression2 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression3 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression4 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression5 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression6 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression7 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression8 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testExpression9 -- Time elapsed: 0 s org.eclipse.birt.data.engine.expression.ExpressionCompilerUtilTest.testAggregationExpression13 -- 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.662 s -- in org.eclipse.birt.data.engine.impl.AggregationTest org.eclipse.birt.data.engine.impl.AggregationTest.testTed49051 -- Time elapsed: 0.078 s org.eclipse.birt.data.engine.impl.AggregationTest.test10 -- Time elapsed: 0.054 s org.eclipse.birt.data.engine.impl.AggregationTest.test1 -- Time elapsed: 0.064 s org.eclipse.birt.data.engine.impl.AggregationTest.test3 -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.impl.AggregationTest.test4 -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.impl.AggregationTest.test5 -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.impl.AggregationTest.test6 -- Time elapsed: 0.060 s org.eclipse.birt.data.engine.impl.AggregationTest.test7 -- Time elapsed: 0.086 s org.eclipse.birt.data.engine.impl.AggregationTest.test8 -- Time elapsed: 0.065 s org.eclipse.birt.data.engine.impl.AggregationTest.test9 -- Time elapsed: 0.057 s org.eclipse.birt.data.engine.impl.AggregationTest.testSCR74988 -- Time elapsed: 0.057 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.033 s -- in org.eclipse.birt.data.engine.impl.ConfigFileParserTest org.eclipse.birt.data.engine.impl.ConfigFileParserTest.testGetTSFormatByID -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.impl.ConfigFileParserTest.testGetParametersByID -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.impl.ConfigFileParserTest.testGetQueryTextByID -- Time elapsed: 0.005 s org.eclipse.birt.data.engine.impl.ConfigFileParserTest.testGetTimeStampColumnByID -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.impl.ConfigFileParserTest.testParseXML2DOM -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.impl.ConfigFileParserTest.testGetModeByID -- Time elapsed: 0.006 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.birt.data.engine.impl.ExprManagerUtilTest org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes10 -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes11 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes12 -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes13 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes0 -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes2 -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes3 -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes4 -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes5 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes6 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes7 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes8 -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ExprManagerUtilTest.testValidateNodes9 -- Time elapsed: 0.002 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 Mar 04, 2024 6:43:15 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery newExecutor INFO: Create incremental cache directory: /tmp/DtETestTempDataoutput/DataEngineSessionTemp/DataEnginec338b40c_7ddd975f_603/PS_/B216281FC1D1D6522EBBFE8716054D4E/Test Data Set Mar 04, 2024 6:43:15 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 Mar 04, 2024 6:43:15 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery newExecutor INFO: Create incremental cache directory: /tmp/DtETestTempDataoutput/DataEngineSessionTemp/DataEnginec338b40c_238a7f2c_604/PS_/B216281FC1D1D6522EBBFE8716054D4E/Test Data Set Mar 04, 2024 6:43:15 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery$IncreCacheDSQueryExecutor createOdiQuery INFO: Execute SQL: select * from IncreCacheDS Mar 04, 2024 6:43:15 PM org.eclipse.birt.data.engine.impl.PreparedIncreCacheDSQuery newExecutor INFO: Create incremental cache directory: /tmp/DtETestTempDataoutput/DataEngineSessionTemp/DataEnginec338b40c_238a7f2c_604/PS_/B216281FC1D1D6522EBBFE8716054D4E/Test Data Set Mar 04, 2024 6:43:15 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.090 s -- in org.eclipse.birt.data.engine.impl.IncreCacheDataSetTest org.eclipse.birt.data.engine.impl.IncreCacheDataSetTest.testBasicIncreCache -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.impl.IncreCacheDataSetTest.testUpdateIncreCache -- Time elapsed: 0.047 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: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 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: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 22: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 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: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 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:2 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: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 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: 0.848 s -- in org.eclipse.birt.data.engine.impl.JointDataSetTest org.eclipse.birt.data.engine.impl.JointDataSetTest.testLeftOuterJoin_DEFAULT -- Time elapsed: 0.071 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testComplexLeftOuterJoin -- Time elapsed: 0.078 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testRightOuterJoin_DEFAULT -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testAlias -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testRowFetchLimit -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testRightOuterJoin_BINARY -- Time elapsed: 0.052 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testInnerJoin_BINARY -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testSelfRightOuterJoin -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testSelfInnerJoin -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testInnerJoin_DEFAULT -- Time elapsed: 0.043 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testComplexInnerJoin -- Time elapsed: 0.053 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testSelfLeftOuterJoin -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testComplexFullOuterJoin -- Time elapsed: 0.052 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testFullOuterJoin_DEFAULT -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testComplexRightOuterJoin -- Time elapsed: 0.064 s org.eclipse.birt.data.engine.impl.JointDataSetTest.testLeftOuterJoin_BINARY -- Time elapsed: 0.080 s 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 Mar 04, 2024 6:43:16 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 org.eclipse.birt.data.engine.impl.ResultMetaDataTest.test4_ProjectedCol -- Time elapsed: 0.054 s org.eclipse.birt.data.engine.impl.ResultMetaDataTest.test1_SelectAll -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.impl.ResultMetaDataTest.test2_ResultHints -- Time elapsed: 0.023 s Running org.eclipse.birt.data.engine.impl.ScriptEvalTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.birt.data.engine.impl.ScriptEvalTest org.eclipse.birt.data.engine.impl.ScriptEvalTest.testDataType -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_EQ -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_GE -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_GT -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_IN -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_LE -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_NE -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_LTtest -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_NOT_IN -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_LIKE -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_NULL -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_TRUE -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.testJSRE -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_BETWEEN -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_NOT_BETWEEN -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_TOP_PERCENT -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_NOT_MATCH -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_NOT_LIKE -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_NOT_NULL -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_BOTTOM_PERCENT -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_BOTTOM_N -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.testErrHandling -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_FALSE -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_MATCH -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.ScriptEvalTest.test_TOP_N -- 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 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 1202.88 1 18.88 S:2 E:2 HONG KONG 1202.88 3 186.88 S:2 E:2 HONG KONG 1202.88 4 1174.88 S:2 E:1 HONG KONG 1202.88 2 1202.88 S:1 E:2 LONDON 596.8 6 27.99 S:2 E:2 LONDON 596.8 4 52.099999999999994 S:2 E:2 LONDON 596.8 9 241.1 S:2 E:2 LONDON 596.8 1 243.76 S:2 E:2 LONDON 596.8 9 432.76 S:2 E:2 LONDON 596.8 2 435.76 S:2 E:2 LONDON 596.8 5 461.96999999999997 S:2 E:2 LONDON 596.8 6 489.96 S:2 E:2 LONDON 596.8 3 510.81 S:2 E:1 LONDON 596.8 8 596.8 S:1 E:2 NEW YORK 875.94 4 19.99 S:2 E:2 NEW YORK 875.94 7 118.99 S:2 E:2 NEW YORK 875.94 5 143.98 S:2 E:2 NEW YORK 875.94 1 153.48 S:2 E:2 NEW YORK 875.94 1 162.98 S:2 E:2 NEW YORK 875.94 6 189.97 S:2 E:2 NEW YORK 875.94 3 207.96 S:2 E:2 NEW YORK 875.94 9 396.96000000000004 S:2 E:2 NEW YORK 875.94 10 696.95 S:2 E:0 NEW YORK 875.94 8 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.486 s -- in org.eclipse.birt.data.engine.impl.binding.AggregationTest org.eclipse.birt.data.engine.impl.binding.AggregationTest.test11 -- Time elapsed: 0.052 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test1 -- Time elapsed: 0.080 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test2 -- Time elapsed: 0.075 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test3 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test4 -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test5 -- Time elapsed: 0.049 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test6 -- Time elapsed: 0.046 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test7 -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.impl.binding.AggregationTest.test8 -- Time elapsed: 0.044 s Running org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest.testEntireGroup -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest.testGetGroup -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest.testMultipleEntireGroup -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest.testGetGroupInfo -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest.testRemoveOneGroupItem -- Time elapsed: 0 s org.eclipse.birt.data.engine.impl.document.GroupInfoUtilTest.testInvalidGroupIndex -- 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.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.064 s -- in org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicDummy -- Time elapsed: 0.045 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicFooter -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicMove2 -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicGroupLevel -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testSubOfSubQueryAsSourceQuery -- Time elapsed: 0.111 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testSubQuery -- Time elapsed: 0.048 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testJointDataSet -- Time elapsed: 0.064 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicMoveWithGroup -- Time elapsed: 0.050 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasic -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicMove -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicSkip -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testComputedColumn -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicGroupLevel2 -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicDiskCache -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testSubQuery2 -- Time elapsed: 0.048 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testSubQuery3 -- Time elapsed: 0.106 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testSubQuery4 -- Time elapsed: 0.057 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testSubOfSubQuery -- Time elapsed: 0.049 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testGroupBeforeExpr -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testNestedQuery -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.impl.rd.ReportDocumentTest.testBasicSkipToEnd -- Time elapsed: 0.043 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 org.eclipse.birt.data.engine.impl.rd.SummaryIVTest.testBasicFilter1 -- Time elapsed: 0.055 s org.eclipse.birt.data.engine.impl.rd.SummaryIVTest.testBasicFilter -- Time elapsed: 0.064 s org.eclipse.birt.data.engine.impl.rd.SummaryIVTest.testBasicSort -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.impl.rd.SummaryIVTest.testBasicAggregation -- Time elapsed: 0.032 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: 1.646 s -- in org.eclipse.birt.data.engine.impl.rd.ViewingTest org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV1withMaxRow -- Time elapsed: 0.054 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr -- Time elapsed: 0.081 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSummaryTable -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr1 -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr2 -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr3 -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr4 -- Time elapsed: 0.068 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr5 -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr6 -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testAggr7 -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testBasicIV2 -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testBasicIV3 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testBasicIV4 -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testBasicIV5 -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testBasicIV6 -- Time elapsed: 0.043 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIVWithGroup -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testBasicIVSubQuery -- Time elapsed: 0.082 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV1 -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV2 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV3 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV4 -- Time elapsed: 0.045 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV5 -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV6 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV7 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV8 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV9 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testBasicIV -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryWithDistinctAndAutoBinding -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV1withDistinct1 -- Time elapsed: 0.032 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV1withDistinct2 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV1withDistinct3 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV1withDistinct4 -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV1withDistinct -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testDataExtr1 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testDataExtr2 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV_testDataExtr3 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV1 -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIV2 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testFilterByGroupInstanceIV10 -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceQueryIVLikeFilter -- Time elapsed: 0.028 s org.eclipse.birt.data.engine.impl.rd.ViewingTest.testSourceSubQueryIV -- Time elapsed: 0.048 s Running org.eclipse.birt.data.engine.impl.util.DirectedGraphTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.birt.data.engine.impl.util.DirectedGraphTest org.eclipse.birt.data.engine.impl.util.DirectedGraphTest.testValidateCycle -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.impl.util.DirectedGraphTest.testFlattenNodesByDependency -- Time elapsed: 0 s 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.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.575 s -- in org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest.testFlatfileBlob -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest.testFlatfileClob -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest.testJdbc -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest.testFlatfileGetBlob -- Time elapsed: 0 s org.eclipse.birt.data.engine.odaconsumer.LargeObjectTest.testFlatfileGetClob -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.odaconsumer.ManifestExplorerTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 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 s -- in org.eclipse.birt.data.engine.odaconsumer.MultipleResultSetsTest org.eclipse.birt.data.engine.odaconsumer.MultipleResultSetsTest skipped Running org.eclipse.birt.data.engine.odaconsumer.OutputParametersTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.eclipse.birt.data.engine.odaconsumer.OutputParametersTest org.eclipse.birt.data.engine.odaconsumer.OutputParametersTest skipped Running org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest Mar 04, 2024 6:43:20 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement validateAndAddParameterHint SEVERE: Another parameter in the data set is defined with the same name ParamName1. Mar 04, 2024 6:43:20 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:780) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.findInParameter(OdaQuery.java:1299) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findInParameter(PreparedStatement.java:2574) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getRuntimeParameterIndexFromName(PreparedStatement.java:1660) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findParameterMetaData(PreparedStatement.java:1585) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.updateWithParameterHints(PreparedStatement.java:1560) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.mergeParamHintsWithMetaData(PreparedStatement.java:1509) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:43:20 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement validateAndAddParameterHint SEVERE: Another parameter ParamName1 in the data set is defined with the same position 2. Mar 04, 2024 6:43:20 PM org.eclipse.birt.data.engine.odaconsumer.ParameterHint setDataType( Class ) SEVERE: Invalid parameter data type interface org.eclipse.datatools.connectivity.oda.IBlob. Mar 04, 2024 6:43:20 PM org.eclipse.birt.data.engine.odaconsumer.ParameterHint setDataType( Class ) SEVERE: Invalid parameter data type interface org.eclipse.datatools.connectivity.oda.IClob. Mar 04, 2024 6:43:20 PM org.eclipse.birt.data.engine.odaconsumer.PreparedStatement validateAndAddParameterHint SEVERE: Another parameter ParamName1 in the data set is defined with the same position 1. Mar 04, 2024 6:43:20 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:780) at org.eclipse.datatools.connectivity.oda.consumer.helper.OdaQuery.findInParameter(OdaQuery.java:1299) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findInParameter(PreparedStatement.java:2574) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.getRuntimeParameterIndexFromName(PreparedStatement.java:1660) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.findParameterMetaData(PreparedStatement.java:1585) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.updateWithParameterHints(PreparedStatement.java:1560) at org.eclipse.birt.data.engine.odaconsumer.PreparedStatement.mergeParamHintsWithMetaData(PreparedStatement.java:1509) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Tests run: 20, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.025 s -- in org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testMergeParamHintsWithDefaultValue -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testNameToPositionInParameterHints -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testValidateParameterHints1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testGetParameterMetaData1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testGetParameterMetaData2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testGetParameterMetaData3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testValidateOutputParameterHints -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest skipped org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest skipped org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testNameToPositionInSingleParameterHint -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testUnsupportedParameterDataTypes -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest skipped org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testValidateInputParameterHintsSucceed -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest skipped org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest skipped org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest skipped org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest skipped org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testValidateInputParameterHints2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testMergeParamHintsWithRuntimeMd -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ParameterHintTest.testMergeParamHintOnLOB -- Time elapsed: 0.003 s 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.ProjectedColumnsTest Mar 04, 2024 6:43:20 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@4ee8e9e6 Mar 04, 2024 6:43:20 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@1706a0d6 Mar 04, 2024 6:43:20 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@51be5247 Mar 04, 2024 6:43:20 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@6cf875be Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testCustomColumnValidation1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testCustomColumnValidation2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testChangeColumnTypeWithHint -- Time elapsed: 0 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testAliasValidation1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testAliasValidation2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testAliasValidation3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testChangeMetadataWithAdditionalCustomColumns -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testWithClearParameters1 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testWithClearParameters2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testChangeColumnTypeWithNativeTypeHint -- Time elapsed: 0 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testChangeMetadataWithNewProjection -- Time elapsed: 0 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testCustomColumnWithProjection1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.odaconsumer.ProjectedColumnsTest.testCustomColumnWithProjection2 -- Time elapsed: 0 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.426 s -- in org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillOperation2 -- Time elapsed: 0.112 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillOperation5 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillOperation6 -- Time elapsed: 0.107 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillOperation7 -- Time elapsed: 0.049 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillOperation8 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testDimensionExtend -- Time elapsed: 0.059 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillUpOperation -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillUpOperation3 -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.olap.api.CubeDrillFeatureTest.testBasicDrillUpOperation4 -- Time elapsed: 0.016 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: 4.712 s -- in org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter2Cache -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasicCache -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testMeasureFilter -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testNestedCrossTab -- Time elapsed: 0.040 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggregationOnDerivedMeasure -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSortWithExpr1 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSortWithExpr2 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSortWithExpr3 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testGrandTotal1 -- Time elapsed: 0.023 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testInvalidBinding -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testMeasureFilter1 -- Time elapsed: 0.025 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrFilter1 -- Time elapsed: 0.049 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrFilter2 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSubQueryWithNestAggregation -- Time elapsed: 0.194 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter1 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter2 -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter3 -- Time elapsed: 0.018 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter4 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter5 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter6 -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter7 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter8 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter9 -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort1Cache -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasic -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort2Cache -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSort1 -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSort2 -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSort3 -- Time elapsed: 0.049 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSort4 -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort3Cache -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort5Cache -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBindingRowReferenceCache -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testGrandTotalCache -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAddingNestAggregationsWithExpression -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testQueryWithoutMeasure -- Time elapsed: 0.008 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrFilter -- Time elapsed: 0.018 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testMirroredCrosstab -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testGrandTotal -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod10 -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod11 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod12 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod13 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod14 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod15 -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod16 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod17 -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod18 -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod19 -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAddingNestAggregationsWithExpressionFromBindings -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod1 -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod2 -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod3 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod5 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod6 -- Time elapsed: 0.066 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod7 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod8 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testRelativeTimePeriod9 -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testComputedMeasure -- Time elapsed: 0.055 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testValidateBinding -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter10 -- Time elapsed: 0.027 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter11 -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter12 -- Time elapsed: 0.036 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter13 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSortWithExpr -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testNestedComputedMeasure -- Time elapsed: 0.016 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testTwoCaches -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSubQuery1 -- Time elapsed: 0.494 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSubQuery2 -- Time elapsed: 1.313 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSubQuery3 -- Time elapsed: 0.390 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSortCache -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testGrandTotalWithComputedMeasure -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testDimensionQuery1 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testDimensionQuery2 -- Time elapsed: 0.008 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testDimensionQuery3 -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort1 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort2 -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort3 -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort5 -- Time elapsed: 0.018 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggrSort6 -- Time elapsed: 0.016 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAggregationOnCalculatedMeasure -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAddingNestAggregationsBoundary -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testNestedCrossTab1 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testNestedCrossTab2 -- Time elapsed: 0.056 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testNestedCrossTab3 -- Time elapsed: 0.124 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testNestedCrossTab4 -- Time elapsed: 0.091 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testNestedCrossTab5 -- Time elapsed: 0.018 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testQueryWithoutEdge -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasic1 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasic3 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasic4 -- Time elapsed: 0.053 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasic5 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasic6 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testInvalidComputedMeasure1 -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBasic1Cache -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testComputedMeasureCache -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSort1Cache -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testBindingRowReference -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testSort2Cache -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testCubeRankAggregation2 -- Time elapsed: 0.015 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testAddingNestAggregations -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testCubeRankAggregation -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeFeaturesTest.testFilter1Cache -- Time elapsed: 0.011 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.452 s -- in org.eclipse.birt.data.engine.olap.api.CubeIVTest org.eclipse.birt.data.engine.olap.api.CubeIVTest.testAggrSort -- Time elapsed: 0.035 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testIVWithIncrementSorts -- Time elapsed: 0.022 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testNestedCrossTab -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testFilter1 -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testBasic -- Time elapsed: 0.020 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testIVWithAddingNestAggregations -- Time elapsed: 0.051 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testBasicIV -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testIVWithIncrementNoAggrUpdateFilter1 -- Time elapsed: 0.094 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testIVWithIncrementNoAggrUpdateFilter2 -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testIVWithIncrementNoAggrUpdateFilter3 -- Time elapsed: 0.053 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testIVWithIncrementNoAggrUpdateFilter4 -- Time elapsed: 0.024 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testQueryWithoutEdge -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.api.CubeIVTest.testBasic1 -- Time elapsed: 0.014 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.197 s -- in org.eclipse.birt.data.engine.olap.cursor.CursorModelTest org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorWithoutMeasure -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel1 -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel2 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel3 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel4 -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel5 -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel6 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel7 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel8 -- Time elapsed: 0.030 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorModel9WithFetchLimit -- Time elapsed: 0.033 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorOnCountry -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorWithPageEdge1 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorWithPageEdge2 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.cursor.CursorModelTest.testCursorWithPageEdge3 -- Time elapsed: 0.010 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.052 s -- in org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest.testCursorModel1 -- Time elapsed: 0.012 s org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest.testNavigatorOnPage -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.olap.cursor.CursorNavigatorTest.testNavigator -- Time elapsed: 0.021 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.287 s -- in org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest.testMirrorOnQuarterDimension -- Time elapsed: 0.185 s org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest.testMirrorOnYearDimension -- Time elapsed: 0.089 s org.eclipse.birt.data.engine.olap.cursor.DateTimeCursorTest.testMirrorOnMonthDimension -- Time elapsed: 0.013 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.102 s -- in org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest.testCursorOnPageEdge -- Time elapsed: 0.019 s org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest.testCursorModel1 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest.testCursorOnCountry -- Time elapsed: 0.029 s org.eclipse.birt.data.engine.olap.cursor.MirrorCursorModelTest.testCursorModelNoBreakHierarchy -- Time elapsed: 0.015 s Running org.eclipse.birt.data.engine.olap.cursor.MirrorCursorNavigatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.birt.data.engine.olap.cursor.MirrorCursorNavigatorTest org.eclipse.birt.data.engine.olap.cursor.MirrorCursorNavigatorTest.testNavigator -- Time elapsed: 0.009 s Running org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testBigDecimal -- Time elapsed: 0.047 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testByteA -- Time elapsed: 0.042 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testMixed -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testDate -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testLong -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testInteger1 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testInteger2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testInteger3 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testInteger -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.BufferedRandomAccessObjectTest.testString -- Time elapsed: 0.005 s Running org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 s -- in org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testInt -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testBigDecimal -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testBytes -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testChunk -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testMixed -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testShort -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testDate -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testZero -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testEOFException -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testMinusOne -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testBoolean -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testStressFixed -- Time elapsed: 0.503 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testFilePointer -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testBuffer -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testDouble -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testString -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testLoadFileDocumentManager -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.CachedDocumentObjectManagerTest.testStressVariable -- Time elapsed: 0.217 s Running org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest.testFilesDocumentManager2 -- Time elapsed: 0.071 s org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest.testFilesDocumentManager3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest.testFilesDocumentManager4 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.document.DocumentManagerTest.testFilesDocumentManager -- Time elapsed: 0.004 s Running org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s -- in org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testInt -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testBigDecimal -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testBytes -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testChunk -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testMixed -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testShort -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testDate -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testZero -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testEOFException -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testMinusOne -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testBoolean -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testStressFixed -- Time elapsed: 0.560 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testFilePointer -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testBuffer -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testDouble -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testString -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testLoadFileDocumentManager -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.document.FileDocumentManagerTest.testStressVariable -- Time elapsed: 0.154 s Running org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s -- in org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggregationWithFunctionFilter -- Time elapsed: 0.014 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1Aggregation -- Time elapsed: 0.008 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube2Aggregation -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggregationWithColPara -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter10 -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testRAAggregation1 -- Time elapsed: 0.013 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testEmptyAggregation -- Time elapsed: 0.037 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggregationWithMeasureFilter -- Time elapsed: 0.039 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter1 -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter2 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter3 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter4 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter5 -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter6 -- Time elapsed: 0.046 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter7 -- Time elapsed: 0.011 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter8 -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.data.impl.CubeAggregationTest.testCube1AggrFilter9 -- Time elapsed: 0.010 s Running org.eclipse.birt.data.engine.olap.data.impl.DimensionKeyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.birt.data.engine.olap.data.impl.DimensionKeyTest org.eclipse.birt.data.engine.olap.data.impl.DimensionKeyTest.testSaveAndLoad -- Time elapsed: 0.022 s Running org.eclipse.birt.data.engine.olap.data.impl.LevelMemberTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.birt.data.engine.olap.data.impl.LevelMemberTest org.eclipse.birt.data.engine.olap.data.impl.LevelMemberTest.testSaveAndLoad -- Time elapsed: 0.015 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.003 s -- in org.eclipse.birt.data.engine.olap.data.impl.TraversalorTest org.eclipse.birt.data.engine.olap.data.impl.TraversalorTest.testTraversalor -- Time elapsed: 0.002 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.025 s -- in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD2 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD3 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD4 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD5 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD6 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD7 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD8 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.MonthToDateTest.testMTD9 -- Time elapsed: 0.002 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 org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions1 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions2 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions4 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions5 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions6 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions7 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions8 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.PreviousNPeriodsFunctionTest.testFunctions9 -- Time elapsed: 0 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.022 s -- in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions1 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions3 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions4 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions5 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions6 -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions7 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.QuarterToDateFunctionTest.testFunctions -- Time elapsed: 0.001 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.626 s -- in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing10 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing11 -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing12 -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing13 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing14 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing15 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing16 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing17 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing18 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing19 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing20 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing21 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing22 -- Time elapsed: 0.005 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing1 -- Time elapsed: 0.351 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing2 -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing3 -- Time elapsed: 0.062 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing4 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing5 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing6 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing7 -- Time elapsed: 0.120 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing8 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.TrailingTest.testTrailing9 -- Time elapsed: 0.010 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.010 s -- in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest.testWTD1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest.testWTD2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest.testWTD3 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.WeekToDateTest.testWTD4 -- Time elapsed: 0.002 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.108 s -- in org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions1 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions3 -- Time elapsed: 0.017 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions4 -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions5 -- Time elapsed: 0.045 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions6 -- Time elapsed: 0.026 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions7 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions8 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.aggregation.function.YearToDateFunctionTest.testFunctions -- Time elapsed: 0.003 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: 1.443 s -- in org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind1 -- Time elapsed: 1.424 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind2 -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind3 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind4 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind5 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind6 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind7 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind8 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionGetAll -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.impl.dimension.DimensionTest.testDimensionCreateAndFind -- Time elapsed: 0.002 s Running org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest.testRunningAggregation1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest.testMultipleAggregation1 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest.testSumAggregation1 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.impl.facttable.CubeAggregationTest.testSumAggregation2 -- 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 org.eclipse.birt.data.engine.olap.data.impl.facttable.DimensionSegmentsTest.testDimensionSegments -- Time elapsed: 0 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.468 s -- in org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest.testFactTableDocumentObjectNameUtil -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest.testCombinedPositionCalculator -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest.testFactTableSaveAndLoad1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest.testFactTableSaveAndLoad2 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest.testFactTableSaveAndLoad3 -- Time elapsed: 0.461 s org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest.testCombinedPositionCalculator1 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableHelperTest.testCombinedPositionCalculator2 -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowIteratorWithFilterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowIteratorWithFilterTest org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowIteratorWithFilterTest.testFactTableSaveAndLoad1 -- Time elapsed: 0.013 s Running org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.021 s -- in org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest.testSaveAndLoad -- Time elapsed: 0.582 s org.eclipse.birt.data.engine.olap.data.impl.facttable.FactTableRowTest.testSaveAndLoad2 -- Time elapsed: 0.438 s Running org.eclipse.birt.data.engine.olap.data.impl.facttable.TestTimeDimension Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s -- in org.eclipse.birt.data.engine.olap.data.impl.facttable.TestTimeDimension org.eclipse.birt.data.engine.olap.data.impl.facttable.TestTimeDimension skipped Running org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testBigDecimal -- Time elapsed: 0.041 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testBytes -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testDate -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testBoolean -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testDouble -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testInteger -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testStress -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testString -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.BufferedPrimitiveDiskArrayTest.testSpecial -- Time elapsed: 0.006 s Running org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testBigDecimal -- Time elapsed: 0.010 s org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testBytes -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testMixed -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testDate -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testBytes11 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testBytes2 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testInteger -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.BufferedRandomAccessFileTest.testString -- Time elapsed: 0.008 s Running org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest used add:4 used get:6 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 s -- in org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest.testMemberForTest1 -- Time elapsed: 0.195 s org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest.testMemberForTest2 -- Time elapsed: 0.062 s org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest.testMemberForTest3 -- Time elapsed: 0.084 s org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest.testMemberForTest -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.util.BufferedStructureArrayTest.testStress -- Time elapsed: 0.607 s Running org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest create index running :17095778139 create index finished :17095778140 search running :17095778140 search finished :17095778152 create index running :17095778153 create index finished :17095778162 search running :17095778162 search finished :17095778162 create index running :17095778163 create index finished :17095778163 search running :17095778163 search finished :17095778163 create index running :17095778163 create index finished :17095778163 search running :17095778163 search finished :17095778163 create index running :17095778164 create index finished :17095778168 search running :17095778168 search finished :17095778168 create index finished :17095778168 search running :17095778168 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.074 s -- in org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexInteger -- Time elapsed: 1.222 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexString4 -- Time elapsed: 1.087 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexInteger1 -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexInteger2 -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexInteger3 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexInteger4 -- Time elapsed: 0.519 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexInteger5 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexTopBottom -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexDate -- Time elapsed: 0.185 s org.eclipse.birt.data.engine.olap.data.util.DiskIndexTest.testDiskIndexBytes -- Time elapsed: 0.004 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.826 s -- in org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testNotDistinctAsc -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testNotDistinctAsc3 -- Time elapsed: 0.407 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testNotDistinctDesc -- Time elapsed: 0.008 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testStess -- Time elapsed: 0.009 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testNotDistinctDesc1 -- Time elapsed: 0.005 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testDistinctDesc1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testDistinctAsc1 -- Time elapsed: 0.006 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testDistinctAsc2 -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testDistinctAsc3 -- Time elapsed: 0.369 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testDistinctDesc -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.util.DiskSortedStackTest.testDistinctAsc -- Time elapsed: 0.005 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 org.eclipse.birt.data.engine.olap.data.util.ObjectArrayUtilTest.testObjectArrayUtil -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest.testAddObject1 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest.testAddObject2 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest.testAddObject3 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.OrderedDiskArrayTest.testAddObject4 -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest.testBigDecimal -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest.testDate -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest.testBoolean -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest.testDouble -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest.testInteger -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.data.util.PrimaryDiskArrayTest.testString -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s -- in org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest.testNotDistinctAsc -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest.testNotDistinctDesc -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest.testDistinctAsc1 -- Time elapsed: 0.163 s org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest.testDistinctDesc -- Time elapsed: 0.002 s org.eclipse.birt.data.engine.olap.data.util.PrimarySortedStackTest.testDistinctAsc -- 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.002 s -- in org.eclipse.birt.data.engine.olap.data.util.Row4AggregationTest org.eclipse.birt.data.engine.olap.data.util.Row4AggregationTest.testDiskIndexBytes -- Time elapsed: 0.002 s Running org.eclipse.birt.data.engine.olap.data.util.SetUtilTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.birt.data.engine.olap.data.util.SetUtilTest org.eclipse.birt.data.engine.olap.data.util.SetUtilTest.testintersect1 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.SetUtilTest.testintersect2 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.SetUtilTest.testintersect3 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.SetUtilTest.testintersect4 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.data.util.SetUtilTest.testintersect5 -- 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.016 s -- in org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest.testMemberForTest1 -- Time elapsed: 0.007 s org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest.testMemberForTest2 -- Time elapsed: 0.004 s org.eclipse.birt.data.engine.olap.data.util.StructureDiskArrayTest.testMemberForTest -- Time elapsed: 0.004 s Running org.eclipse.birt.data.engine.olap.impl.query.CubeQueryDefinitionIOUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.birt.data.engine.olap.impl.query.CubeQueryDefinitionIOUtilTest org.eclipse.birt.data.engine.olap.impl.query.CubeQueryDefinitionIOUtilTest.testSaveAndLoad -- Time elapsed: 0.014 s Running org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest.testBasicFilter1 -- Time elapsed: 0.003 s org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest.testBasicFilter3 -- Time elapsed: 0.001 s org.eclipse.birt.data.engine.olap.util.DimensionFilterProcessorTest.testBasicFilter -- 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 org.eclipse.birt.data.engine.olap.util.OlapExpressionCompilerTest.testGetReferencedDimensionName -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.util.OlapExpressionCompilerTest.testGetReferencedDimLevel -- 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 org.eclipse.birt.data.engine.olap.util.OlapExpressionUtilTest.testGetTargetLevel -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.util.OlapExpressionUtilTest.testComplexDimensionExpression -- Time elapsed: 0 s Running org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest.testValidFilter1 -- Time elapsed: 0 s org.eclipse.birt.data.engine.olap.util.filter.CubePosFilterTest.testInvalidFilter1 -- Time elapsed: 0.001 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.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.235 s -- in org.eclipse.birt.data.engine.regre.DataSourceTest org.eclipse.birt.data.engine.regre.DataSourceTest.testDefineDataSource -- Time elapsed: 0.235 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.063 s -- in org.eclipse.birt.data.engine.regre.FeatureTest org.eclipse.birt.data.engine.regre.FeatureTest.testAllFeatures -- Time elapsed: 0.062 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.586 s -- in org.eclipse.birt.data.engine.regre.SortHintTest org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintResolveColumnAlias -- Time elapsed: 0.050 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort -- Time elapsed: 0.078 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintNoEffect -- Time elapsed: 0.093 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort2 -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort3 -- Time elapsed: 0.081 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort4 -- Time elapsed: 0.031 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort5 -- Time elapsed: 0.043 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort6 -- Time elapsed: 0.038 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort7 -- Time elapsed: 0.034 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintTableSort8 -- Time elapsed: 0.044 s org.eclipse.birt.data.engine.regre.SortHintTest.testSortHintResolve -- Time elapsed: 0.030 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.026 s -- in org.eclipse.birt.data.engine.regre.SortTest org.eclipse.birt.data.engine.regre.SortTest.testDateTime -- Time elapsed: 0.026 s 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.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.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.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.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.ConnectSybaseTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 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.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 Results: Tests run: 1193, 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.tests.model >-------- [INFO] Building org.eclipse.birt.report.tests.model 4.15.0-SNAPSHOT [128/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.model --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.model --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.tests.model --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.tests.model --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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 Mar 04, 2024 6:43:49 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 Mar 04, 2024 6:43:49 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 Mar 04, 2024 6:43:50 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:43:50 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 Mar 04, 2024 6:43:51 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "true" for CSS2 property "show-if-blank" is not supported. Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "12pt" for CSS2 property "border-spacing" is not supported. Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "separate" for CSS2 property "border-collapse" is not supported. Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "bottom" for CSS2 property "caption-side" is not supported. Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "true" for CSS2 property "show-if-blank" is not supported. Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "12pt" for CSS2 property "border-spacing" is not supported. Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "separate" for CSS2 property "border-collapse" is not supported. Mar 04, 2024 6:43:51 PM org.eclipse.birt.report.model.css.StyleSheetLoader semanticWarning WARNING: The value "bottom" for CSS2 property "caption-side" is not supported. Mar 04, 2024 6:43:51 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 Mar 04, 2024 6:43:52 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 Mar 04, 2024 6:43:52 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 Mar 04, 2024 6:43:52 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 Mar 04, 2024 6:43:52 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: 5.755 s -- in org.eclipse.birt.report.tests.model.AllTests org.eclipse.birt.report.tests.model.regression.Regression_100759.test_regression_100759 -- Time elapsed: 0.451 s org.eclipse.birt.report.tests.model.regression.Regression_101832.test_regression_101832 -- Time elapsed: 0.018 s org.eclipse.birt.report.tests.model.regression.Regression_102003.test_regression_102003 -- Time elapsed: 0.039 s org.eclipse.birt.report.tests.model.regression.Regression_102725.test_regression_102725 -- Time elapsed: 0.012 s org.eclipse.birt.report.tests.model.regression.Regression_102808.test_regression_102808 -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.model.regression.Regression_112910.test_regression_112910 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_116396.test_regression_116396 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_116425.test_regression_116425 -- Time elapsed: 0.014 s org.eclipse.birt.report.tests.model.regression.Regression_116558.test_regression_116558 -- Time elapsed: 0.009 s org.eclipse.birt.report.tests.model.regression.Regression_116563.test_regression_116563 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_116756.test_regression_116756 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_116782.test_regression_116782 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_116983.test_regression_116983 -- Time elapsed: 0.032 s org.eclipse.birt.report.tests.model.regression.Regression_117272.test_regression_117272 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_117427.test_regression_117427 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_117442.test_regression_117442 -- Time elapsed: 0.228 s org.eclipse.birt.report.tests.model.regression.Regression_117648.test_regression_117648 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_117653.test_regression_117653 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_117676.test_regression_117676 -- Time elapsed: 0.009 s org.eclipse.birt.report.tests.model.regression.Regression_117823.test_regression_117823 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_117834.test_regression_117834 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_117978.test_regression_117978 -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.regression.Regression_118035.test_regression_118035 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_118173.test_regression_118173 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_118178.test_regression_118178 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_118361.test_regression_118361 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_118556.test_regression_118556 -- Time elapsed: 0.028 s org.eclipse.birt.report.tests.model.regression.Regression_118590.test_regression_118590 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_119216.test_regression_119216 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_119220.test_regression_119220 -- Time elapsed: 0.015 s org.eclipse.birt.report.tests.model.regression.Regression_119386.test_regression_119386 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_119566.test_regression_119566 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_120073.test_regression_120073 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_120292.test_regression_120292 -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.regression.Regression_120293.test_regression_120293 -- Time elapsed: 0.027 s org.eclipse.birt.report.tests.model.regression.Regression_121003.test_regression_121003 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_121008.test_regression_121008 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_121022.test_regression_121022 -- Time elapsed: 0.027 s org.eclipse.birt.report.tests.model.regression.Regression_121022.test_regression_121022 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_121154.test_regression_121154 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_121276.test_regression_121276 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_121352.test_regression_121352 -- Time elapsed: 0.016 s org.eclipse.birt.report.tests.model.regression.Regression_121495.test_regression_121495 -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.regression.Regression_121498.test_regression_121498 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_121524.test_regression_121524 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_121844.test_regression_121844 -- Time elapsed: 0.025 s org.eclipse.birt.report.tests.model.regression.Regression_121857.test_regression_121857 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_121864.test_regression_121864 -- Time elapsed: 0.034 s org.eclipse.birt.report.tests.model.regression.Regression_122077.test_regression_122077 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_122081.test_regression_122081 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_122213.test_regression_122213 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_122302.test_regression_122302 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_122357.test_regression_122357 -- Time elapsed: 0.677 s org.eclipse.birt.report.tests.model.regression.Regression_122600.test_regression_122600 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_122606.test_regression_122606 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_122687.test_regression_122687 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_122850.test_regression_122850 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_122879.test_regression_122879 -- Time elapsed: 0.013 s org.eclipse.birt.report.tests.model.regression.Regression_123058.test_regression_123058 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_123377.test_regression_123377 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_128338.test_regression_128338 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_128356.test_regression_128356 -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.regression.Regression_130271.test_regression_130271 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_130276.test_regression_130276 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_130278.test_regression_130278 -- Time elapsed: 0.061 s org.eclipse.birt.report.tests.model.regression.Regression_131482.test_regression_131482 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_131624.test_regression_131624 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_132641.test_regression_132641 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_132786.test_regression_132786 -- Time elapsed: 0.009 s org.eclipse.birt.report.tests.model.regression.Regression_132938.test_regression_132938 -- Time elapsed: 0.019 s org.eclipse.birt.report.tests.model.regression.Regression_134018.test_regression_134018 -- Time elapsed: 0.013 s org.eclipse.birt.report.tests.model.regression.Regression_134213.test_regression_134213 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_134231.test_regression_134231 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_134954.test_regression_134954 -- Time elapsed: 0.036 s org.eclipse.birt.report.tests.model.regression.Regression_135202.test_regression_135202 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_135265.test_regression_135265 -- Time elapsed: 0.023 s org.eclipse.birt.report.tests.model.regression.Regression_135508.test_regression_135508 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_135509.test_regression_135509 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_135802.test_regression_135802 -- Time elapsed: 0.009 s org.eclipse.birt.report.tests.model.regression.Regression_136061.test_regression_136061 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_136241.test_regression_136241 -- Time elapsed: 0.009 s org.eclipse.birt.report.tests.model.regression.Regression_136279.test_regression_136279 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_136283.test_regression_136283 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_136421.test_regression_136421 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_136517.test_regression_136517 -- Time elapsed: 0.030 s org.eclipse.birt.report.tests.model.regression.Regression_136519.test_regression_136519 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_136809.test_regression_136809 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_136843.test_regression_136843 -- Time elapsed: 0.015 s org.eclipse.birt.report.tests.model.regression.Regression_137129.test_regression_137129 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_137159.test_regression_137159 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_136809.test_regression_136809 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_136843.test_regression_136843 -- Time elapsed: 0.010 s org.eclipse.birt.report.tests.model.regression.Regression_137129.test_regression_137129 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_137159.test_regression_137159 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_137170.test_regression_137170 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_137174.test_regression_137174 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_137653.test_regression_137653 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_138827.test_regression_138827 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_138849.test_regression_138849 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_139415.test_regression_139415 -- Time elapsed: 0.044 s org.eclipse.birt.report.tests.model.regression.Regression_140287.test_regression_140287 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_141218.test_regression_141218 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_141709.test_regression_141709 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_142137.test_regression_142137 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_142158.test_regression_142158 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_142432.test_regression_142432 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_142893.test_regression_142893 -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.regression.Regression_142928.test_regression_142928 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_142948and141927.test_regression_142948and141927 -- Time elapsed: 0.117 s org.eclipse.birt.report.tests.model.regression.Regression_143089.test_regression_143089 -- Time elapsed: 0.025 s org.eclipse.birt.report.tests.model.regression.Regression_143173.test_regression_143173 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_145465.test_regression_145465 -- Time elapsed: 0.019 s org.eclipse.birt.report.tests.model.regression.Regression_145520.test_regression_145520 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_145658.test_regression_145658 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_145724.test_regression_145724 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_146185.test_regression_145698 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_146256.test_regression_146256 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_146481.test_regression_146481 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_146717.test_regression_146717 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_146758.test_regression_146758 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_146787.test_regression_146787 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_148548.test_regression_148548 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_148747.test_regression_148747 -- Time elapsed: 0.033 s org.eclipse.birt.report.tests.model.regression.Regression_148755.test_regression_148755 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_148761.test_regression_148761 -- Time elapsed: 0.028 s org.eclipse.birt.report.tests.model.regression.Regression_149618.test_regression_149618 -- Time elapsed: 0.124 s org.eclipse.birt.report.tests.model.regression.Regression_149621.test_regression_149621 -- Time elapsed: 0.160 s org.eclipse.birt.report.tests.model.regression.Regression_149783.test_regression_149783 -- Time elapsed: 0.012 s org.eclipse.birt.report.tests.model.regression.Regression_149922.test_regression_149922 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_150222.test_regression_150222 -- Time elapsed: 0.039 s org.eclipse.birt.report.tests.model.regression.Regression_150347.test_regression_150347 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_150687.test_regression_150687 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_150777.test_regression_150777 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_151661.test_regression_151661 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_151959.test_regression_151959 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_151960.test_regression_151960 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_152300.test_regression_152300 -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.regression.Regression_152430.test_regression_152430 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_152686.test_regression_152686 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_152694.test_regression_152694 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_152699.test_regression_152699 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_152704.test_regression_112910 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_152828.test_regression_152828 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_152830.test_regression_152830 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_153040.test_regression_153040 -- Time elapsed: 0.027 s org.eclipse.birt.report.tests.model.regression.Regression_153220.test_Regression_153220 -- Time elapsed: 0.022 s org.eclipse.birt.report.tests.model.regression.Regression_153233.test_regression_153233 -- Time elapsed: 0.088 s org.eclipse.birt.report.tests.model.regression.Regression_153378.test_regression_153378 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_154327.test_regression_154327 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_154804.test_Regression_154804 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_154828.test_regression_154828 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_154987.test_regression_154987 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_155167.test_regression_155167 -- Time elapsed: 0.093 s org.eclipse.birt.report.tests.model.regression.Regression_155356.test_regression_155356 -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.model.regression.Regression_155509.test_regression_155509 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_155513.test_regression_155513 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_155848.test_regression_155848 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_155943.test_regression_155943 -- Time elapsed: 0.104 s org.eclipse.birt.report.tests.model.regression.Regression_156020.test_regression_156020 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_156449.test_regression_156449 -- Time elapsed: 0.051 s org.eclipse.birt.report.tests.model.regression.Regression_156977.test_regression_156977 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_157135.test_regression_157135 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_158113.test_regression_158113 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_159033.test_regression_159033 -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.regression.Regression_159858.test_regression_159858 -- Time elapsed: 0.039 s org.eclipse.birt.report.tests.model.regression.Regression_160176.test_regression_160176 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_160419.test_regression_160419 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_160429.test_regression_160429 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_160808.test_regression_160808 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_160828.test_regression_160828 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_160999.test_regression_160999 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_161174.test_regression_161174 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_161179.test_regression_161179_1 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_161179.test_regression_161179_2 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_161179.test_regression_161179 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_161500.test_regression_161500 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_162718.test_regression_162718 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_164273.test_regression_164273 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_164436.test_regression_164436 -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.regression.Regression_167527.test_regression_167527 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_69139.test_regression_69139 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_73182.test_regression_73182 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_73708and73771.test_regression_73708 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_73708and73771.test_regression_73771 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_74253.test_regression_74253 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_74938.test_regression_74938 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_74987.test_regression_74987 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_75405.test_regression_75405 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_75539.test_regression_75539 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_75680and76063.test_regression_75680and76063 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_76546.test_regression_76546 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_76643.test_regression_76643 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_76818.test_regression_76818 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_76874.test_regression_76874 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_77837.test_regression_77837 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_77901.test_regression_77901 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_78431.test_regression_78431 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_78796.test_regression_78796 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_78837.test_regression_78837 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_77901.test_regression_77901 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_78431.test_regression_78431 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_78837.test_regression_78837 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_78923.test_regression_78923 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_78941.test_regression_78941 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_79002.test_regression_79002 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_79020.test_regression_79020 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_79040.test_regression_79040 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_79091.test_regression_79091 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_79135.test_regression_79135 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_79140.test_regression_79140 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_91673.test_regression_91673 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_94526.test_regression_94526 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_96054.test_regression_96054 -- Time elapsed: 0.039 s org.eclipse.birt.report.tests.model.regression.Regression_96292.test_regression_96292 -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.regression.Regression_176145.test_Regression_176145 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_191168.test_Regression_191168 -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.regression.Regression_187761.test_Regression_187761 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.regression.Regression_173242.test_Regression_173242 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.regression.Regression_180411.test_Regression_180411 -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.model.regression.Regression_180134.test_Regression_180134 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_225252.test_regression_225252 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_226435.test_regression_226435 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_215762.test_regression_215762 -- Time elapsed: 0.127 s org.eclipse.birt.report.tests.model.regression.Regression_234133.test_regression_234133 -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.regression.Regression_236825.test_regression_236825 -- Time elapsed: 0.032 s org.eclipse.birt.report.tests.model.regression.Regression_240813.test_regression_240813 -- Time elapsed: 0.014 s org.eclipse.birt.report.tests.model.regression.Regression_241931.test_regression_241931 -- Time elapsed: 0.024 s org.eclipse.birt.report.tests.model.regression.Regression_245931.test_regression_245931 -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.regression.Regression_246198.test_regression_246198 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.regression.Regression_246686.test_regression_246686 -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.model.regression.Regression_245341.test_regression_117978 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.ActionHandleTest.test_HandleStructure -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.ActionHandleTest.testTargetFileType -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.AutotextHandleTest.testAddAndDeleteAutotext -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.AutotextHandleTest.testStyleOnAutotext -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.ColumnHandleTest.testGetColumnProperty -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.DefaultSearchFileAlgorithmTest.testFindFile -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.DesignElementHandleTest.testcanContainSimpleMasterPage -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.DesignElementHandleTest.testcanContainGroupName -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest.testDesignIncludeLibrary -- Time elapsed: 0.184 s org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest.testDuplicateDesign -- Time elapsed: 0.040 s org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest.testDBRefer -- Time elapsed: 0.036 s org.eclipse.birt.report.tests.model.api.DesignIncludeLibraryTest.testNoLibrary -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.model.api.DynamicParameterTest.testPropertiesOfDynamicParameter -- Time elapsed: 0.014 s org.eclipse.birt.report.tests.model.api.EmbeddedImageHandleTest.testDrop -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet1Test.testParserForSupportedProperties -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet1Test.testParserForNoSupportedProperties -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet3Test.testImportExternalCssStyleSheet -- Time elapsed: 0.031 s org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet3Test.testImportExternalCssStyleSheetWithFile -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.ExternalCssStyleSheet4Test.testImportDuplicatedStyles -- Time elapsed: 0.012 s org.eclipse.birt.report.tests.model.api.GroupHandleTest.testACL -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.GroupHandleTest.testIntervalRangeWithLocale -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.api.GroupHandleTest.testIntervalRange -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule1 -- Time elapsed: 0.059 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule2 -- Time elapsed: 0.060 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule3 -- Time elapsed: 0.019 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule4 -- Time elapsed: 0.018 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule5 -- Time elapsed: 0.033 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule6 -- Time elapsed: 0.046 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule7 -- Time elapsed: 0.069 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule8 -- Time elapsed: 0.101 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule9 -- Time elapsed: 0.079 s org.eclipse.birt.report.tests.model.api.IncludeLibraryRuleTest.testIncludeLibraryRule10 -- Time elapsed: 0.154 s org.eclipse.birt.report.tests.model.api.InputStreamURITest.testImportLibrary -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest.testParameter -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest.testJointCondition -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest.testJointDataSetType -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.JointDataSetHandleTest.testFilter -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.LibraryAddTest.testAddinLibrary -- Time elapsed: 0.035 s org.eclipse.birt.report.tests.model.api.LibraryAddTest.testRemoveLibrary -- Time elapsed: 0.039 s org.eclipse.birt.report.tests.model.api.LibraryCreateTest.testNoNameText -- Time elapsed: 0.012 s org.eclipse.birt.report.tests.model.api.LibraryCreateTest.testCreatLibrary -- Time elapsed: 0.030 s org.eclipse.birt.report.tests.model.api.LibraryCreateTest.testDuplicateLibrary -- Time elapsed: 0.014 s org.eclipse.birt.report.tests.model.api.LibraryCreateTest.testNoNameStyle -- Time elapsed: 0.010 s org.eclipse.birt.report.tests.model.api.LibraryCreateTest.testNoNameTable -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.model.api.LibraryImportTest.testImportLibrary -- Time elapsed: 0.013 s org.eclipse.birt.report.tests.model.api.LibraryIncludeLibraryTest.testIncludeLibrary -- Time elapsed: 0.023 s org.eclipse.birt.report.tests.model.api.ModuleUtilTest.testLibraryValidation -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.model.api.ModuleUtilTest.testReportValidation -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.api.MoveLibraryTest.testMoveLibrary -- Time elapsed: 0.043 s org.eclipse.birt.report.tests.model.api.MoveLibraryTest.testCopyLibA -- Time elapsed: 0.183 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign1 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign2 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign3 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign4 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign5 -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign6 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign7 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign8 -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.api.OpenDesignTest.testOpendesign9 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.ReportDesignHandleTest.testFindCssHandle -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.model.api.ReportDesignHandleTest.testReportDesignOtherMethods -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.ReportItemHandleTest.testACL -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.model.api.SlotHandleTest.testcanContainSimpleMasterPage -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.SlotHandleTest.testcanContainGroupName -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.TableItemHandleTest.testACL_table -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.TableItemHandleTest.testSuppressDuplicatesProp -- Time elapsed: 0 s org.eclipse.birt.report.tests.model.api.TemplateElementHandleTest.testTemplate -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.model.api.ThemeTest.testCopyPasteTheme -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.api.ThemeTest.testUsingTheme -- Time elapsed: 0.006 s org.eclipse.birt.report.tests.model.api.ThemeTest.testDefineThemes -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.api.ThemeTest.testExportStyleToDefaultTheme -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.ThemeTest.testThemeSearchAlgorithm -- Time elapsed: 0.035 s org.eclipse.birt.report.tests.model.api.ThemeTest.testLibraryUseTheme -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.TocSupportTest.testGetAllToc -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.model.api.TocSupportTest.testTocProperty -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.model.api.DimensionValueUtilTest.testDoParse -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.model.api.StringUtilTest.testDoubleToString -- 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.report.engine.emitter.prototype.excel >-- [INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel 4.15.0-SNAPSHOT [129/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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:org.eclipse.birt.report.engine.emitter.prototype.excel.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.prototype.excel.tests 4.15.0-SNAPSHOT [130/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.engine.emitter.prototype.excel.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.243 s -- in org.eclipse.birt.report.engine.emitter.prototype.excel.AllTests org.eclipse.birt.report.engine.emitter.prototype.excel.DateSymbolTest.testParse -- Time elapsed: 0.188 s org.eclipse.birt.report.engine.emitter.prototype.excel.DateSymbolTest.testFormatNumberPattern -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.emitter.prototype.excel.ExcelWriterTest.testStartSheet -- Time elapsed: 0.014 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.emitter.postscript.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.postscript.tests 4.15.0-SNAPSHOT [131/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.engine.emitter.postscript.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.051 s -- in org.eclipse.birt.report.engine.emitter.postscript.AllTests org.eclipse.birt.report.engine.emitter.postscript.PostScriptRenderTest.testRenderReport -- 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.tests.chart >-------- [INFO] Building org.eclipse.birt.report.tests.chart 4.15.0-SNAPSHOT [132/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.chart --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.chart --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.tests.chart --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.tests.chart --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_101039.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_101039.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_101855.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_101855.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_103787.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_103787.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_104472.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_104472.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_104627.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_104627.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_106126.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_106126.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_109641.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_109641.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_113536.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_113536.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_119411.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_119411.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_119805.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_119805.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_120557.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_120557.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_120919.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_120919.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_122396.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_122396.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_122807.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_122807.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_123202.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_123202.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_123208.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_123208.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_123554.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_123554.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_143105.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_143105.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_76910.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_76910.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_76963.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_76963.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_94138.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_94138.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_98257.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_98257.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_121828.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_121828.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_121831.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_121831.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_131285.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_131285.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_109622_1.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_109622_1.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_115433.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_115433.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_131308.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_131308.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_132783.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_132783.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_133237.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_133237.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_134309.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_134309.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_134885.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_134885.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_135814.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_135814.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_136841.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_136841.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_137166.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_137166.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_142685.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_142685.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_142689.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_142689.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_148393.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_148393.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_152127.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_152127.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_144845.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_144845.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_145473.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_145473.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_146308.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_146308.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_148308.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_148308.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_149936.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_149936.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_150240.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_150240.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_150779_Count.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_150779_Count.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_152545.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_152545.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_155185.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_155185.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_151575.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_151575.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(RandomAccessFile.java:259) at java.base/java.io.RandomAccessFile.(RandomAccessFile.java:213) at java.desktop/javax.imageio.stream.FileImageOutputStream.(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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_157608.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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:1086) at org.eclipse.birt.report.tests.chart.regression.Regression_157608.(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.(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.(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:314) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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: 123.5 s -- in org.eclipse.birt.report.tests.chart.AllTests org.eclipse.birt.report.tests.chart.regression.Regression_101039.test_regression_101039 -- Time elapsed: 4.103 s org.eclipse.birt.report.tests.chart.regression.Regression_101855.test_regression_101855 -- Time elapsed: 2.456 s org.eclipse.birt.report.tests.chart.regression.Regression_103787.test_regression_103787 -- Time elapsed: 2.153 s org.eclipse.birt.report.tests.chart.regression.Regression_104472.test_regression_104472 -- Time elapsed: 2.200 s org.eclipse.birt.report.tests.chart.regression.Regression_104627.test_regression_104627 -- Time elapsed: 2.153 s org.eclipse.birt.report.tests.chart.regression.Regression_106126.test_regression_106126 -- Time elapsed: 2.109 s org.eclipse.birt.report.tests.chart.regression.Regression_109641.test_regression_109641 -- Time elapsed: 2.050 s org.eclipse.birt.report.tests.chart.regression.Regression_113536.test_regression_113536 -- Time elapsed: 2.926 s org.eclipse.birt.report.tests.chart.regression.Regression_119411.test_regression_119411 -- Time elapsed: 2.973 s org.eclipse.birt.report.tests.chart.regression.Regression_119805.test_regression_119805 -- Time elapsed: 2.361 s org.eclipse.birt.report.tests.chart.regression.Regression_120557.test_regression_120557 -- Time elapsed: 2.069 s org.eclipse.birt.report.tests.chart.regression.Regression_120919.test_regression_120919 -- Time elapsed: 2.090 s org.eclipse.birt.report.tests.chart.regression.Regression_122396.test_regression_122396 -- Time elapsed: 3.033 s org.eclipse.birt.report.tests.chart.regression.Regression_122807.test_regression_122807 -- Time elapsed: 2.981 s org.eclipse.birt.report.tests.chart.regression.Regression_123202.test_regression_123202 -- Time elapsed: 2.111 s org.eclipse.birt.report.tests.chart.regression.Regression_123208.test_regression_123208 -- Time elapsed: 2.125 s org.eclipse.birt.report.tests.chart.regression.Regression_123554.test_regression_123554 -- Time elapsed: 2.008 s org.eclipse.birt.report.tests.chart.regression.Regression_143105.test_regression_143105 -- Time elapsed: 2.215 s org.eclipse.birt.report.tests.chart.regression.Regression_76910.test_regression_76910 -- Time elapsed: 2.051 s org.eclipse.birt.report.tests.chart.regression.Regression_76963.test_regression_76963 -- Time elapsed: 2.219 s org.eclipse.birt.report.tests.chart.regression.Regression_94138.test_regression_94138 -- Time elapsed: 2.055 s org.eclipse.birt.report.tests.chart.regression.Regression_98257.test_regression_98257 -- Time elapsed: 2.192 s org.eclipse.birt.report.tests.chart.regression.Regression_121828.test_regression_121828 -- Time elapsed: 2.080 s org.eclipse.birt.report.tests.chart.regression.Regression_121831.test_regression_121831 -- Time elapsed: 2.127 s org.eclipse.birt.report.tests.chart.regression.Regression_131285.test_regression_131285 -- Time elapsed: 2.995 s org.eclipse.birt.report.tests.chart.regression.Regression_109622_1.test_regression_109622_1 -- Time elapsed: 2.169 s org.eclipse.birt.report.tests.chart.regression.Regression_115433.test_regression_115433 -- Time elapsed: 2.117 s org.eclipse.birt.report.tests.chart.regression.Regression_131308.test_regression_131308 -- Time elapsed: 2.075 s org.eclipse.birt.report.tests.chart.regression.Regression_132783.test_regression_132783 -- Time elapsed: 2.048 s org.eclipse.birt.report.tests.chart.regression.Regression_133237.test_regression_133237 -- Time elapsed: 2.111 s org.eclipse.birt.report.tests.chart.regression.Regression_134309.test_regression_134309 -- Time elapsed: 2.107 s org.eclipse.birt.report.tests.chart.regression.Regression_134885.test_regression_134885 -- Time elapsed: 2.175 s org.eclipse.birt.report.tests.chart.regression.Regression_135814.test_regression_135814 -- Time elapsed: 1.998 s org.eclipse.birt.report.tests.chart.regression.Regression_136841.test_regression_136841 -- Time elapsed: 2.007 s org.eclipse.birt.report.tests.chart.regression.Regression_137166.test_regression_137166 -- Time elapsed: 1.989 s org.eclipse.birt.report.tests.chart.regression.Regression_142685.test_regression_142685 -- Time elapsed: 2.916 s org.eclipse.birt.report.tests.chart.regression.Regression_142689.test_regression_142689 -- Time elapsed: 2.088 s org.eclipse.birt.report.tests.chart.regression.Regression_148393.test_regression_148393 -- Time elapsed: 3.010 s org.eclipse.birt.report.tests.chart.regression.Regression_152127.test_regression_152127 -- Time elapsed: 2.929 s org.eclipse.birt.report.tests.chart.regression.Regression_144845.test_regression_144845 -- Time elapsed: 2.038 s org.eclipse.birt.report.tests.chart.regression.Regression_145473.test_regression_145473 -- Time elapsed: 2.003 s org.eclipse.birt.report.tests.chart.regression.Regression_146308.test_regression_146308 -- Time elapsed: 2.903 s org.eclipse.birt.report.tests.chart.regression.Regression_148308.test_regression_148308 -- Time elapsed: 2.193 s org.eclipse.birt.report.tests.chart.regression.Regression_149936.test_regression_149936 -- Time elapsed: 5.190 s org.eclipse.birt.report.tests.chart.regression.Regression_150240.test_regression_150240 -- Time elapsed: 3.196 s org.eclipse.birt.report.tests.chart.regression.Regression_150779_Count.test_regression_150779_Count -- Time elapsed: 2.061 s org.eclipse.birt.report.tests.chart.regression.Regression_152545.test_regression_152545 -- Time elapsed: 2.192 s org.eclipse.birt.report.tests.chart.regression.Regression_155185.test_regression_155185 -- Time elapsed: 2.202 s org.eclipse.birt.report.tests.chart.regression.Regression_151575.test_regression_151575 -- Time elapsed: 2.159 s org.eclipse.birt.report.tests.chart.regression.Regression_157608.test_regression_157608 -- Time elapsed: 2.160 s org.eclipse.birt.report.tests.chart.test.imageCompare.testMoveOutput -- Time elapsed: 0.029 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:org.eclipse.birt.core.testhelper >---------- [INFO] Building org.eclipse.birt.core.testhelper 4.15.0-SNAPSHOT [133/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.testhelper --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.testhelper --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.core.tests >------------ [INFO] Building org.eclipse.birt.core.tests 4.15.0-SNAPSHOT [134/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.core.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.core.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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:2024 month:2 day:4 hour:6 minute:46second:24 year:2024 month:2 day:4 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: 1.638 s -- in org.eclipse.birt.core.AllTests org.eclipse.birt.core.script.CoreJavaScriptWrapperTest.testWrap -- Time elapsed: 0.111 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testAddDate -- Time elapsed: 0.245 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testAddTime -- Time elapsed: 0.014 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testHours -- Time elapsed: 0.075 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testYears -- Time elapsed: 0.014 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testDays -- Time elapsed: 0.023 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testMinutes -- Time elapsed: 0.007 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testMonths -- Time elapsed: 0.054 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testSeconds -- Time elapsed: 0.020 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testSubDate -- Time elapsed: 0.009 s org.eclipse.birt.core.script.NativeDateTimeSpanTest.testSubTime -- Time elapsed: 0.007 s org.eclipse.birt.core.script.NativeFinanceTest.testDdb -- Time elapsed: 0.004 s org.eclipse.birt.core.script.NativeFinanceTest.testIrr -- Time elapsed: 0.014 s org.eclipse.birt.core.script.NativeFinanceTest.testNpv -- Time elapsed: 0.002 s org.eclipse.birt.core.script.NativeFinanceTest.testPmt -- Time elapsed: 0.044 s org.eclipse.birt.core.script.NativeFinanceTest.testSln -- Time elapsed: 0.004 s org.eclipse.birt.core.script.NativeFinanceTest.testSyd -- Time elapsed: 0.003 s org.eclipse.birt.core.script.NativeFinanceTest.testIpmt -- Time elapsed: 0.003 s org.eclipse.birt.core.script.NativeFinanceTest.testMirr -- Time elapsed: 0.003 s org.eclipse.birt.core.script.NativeFinanceTest.testNPer -- Time elapsed: 0.002 s org.eclipse.birt.core.script.NativeFinanceTest.testPpmt -- Time elapsed: 0.004 s org.eclipse.birt.core.script.NativeFinanceTest.testRate -- Time elapsed: 0.004 s org.eclipse.birt.core.script.NativeFinanceTest.testPercent -- Time elapsed: 0.003 s org.eclipse.birt.core.script.NativeFinanceTest.testFv -- Time elapsed: 0.004 s org.eclipse.birt.core.script.NativeFinanceTest.testPv -- Time elapsed: 0.010 s org.eclipse.birt.core.script.NativeJavaMapTest.testNameAccess -- Time elapsed: 0.003 s org.eclipse.birt.core.script.NativeJavaMapTest.testIn -- Time elapsed: 0.005 s org.eclipse.birt.core.script.NativeJavaMapTest.testLength -- Time elapsed: 0.001 s org.eclipse.birt.core.script.NativeNamedListTest.testNameAccess -- Time elapsed: 0.004 s org.eclipse.birt.core.script.NativeNamedListTest.testIn -- Time elapsed: 0.004 s org.eclipse.birt.core.script.NativeNamedListTest.testIndexAccess -- Time elapsed: 0.002 s org.eclipse.birt.core.script.NativeNamedListTest.testEntryName -- Time elapsed: 0.002 s org.eclipse.birt.core.script.NativeNamedListTest.testLength -- Time elapsed: 0.002 s org.eclipse.birt.core.script.NativeNamedListTest.testEntryValue -- Time elapsed: 0.001 s org.eclipse.birt.core.script.ScriptableParametersTest.testEval -- Time elapsed: 0.051 s org.eclipse.birt.core.script.ScriptableParametersTest.testReterive -- Time elapsed: 0.009 s org.eclipse.birt.core.script.ScriptableParametersTest.testAssign -- Time elapsed: 0.009 s org.eclipse.birt.core.script.ScriptContextTest.testThisObject -- Time elapsed: 0.004 s org.eclipse.birt.core.script.ScriptContextTest.testScope -- Time elapsed: 0.002 s org.eclipse.birt.core.script.ScriptContextTest.testCompiledScript -- Time elapsed: 0.005 s org.eclipse.birt.core.script.ScriptContextTest.testRootScope -- Time elapsed: 0.002 s org.eclipse.birt.core.script.ScriptContextTest.testJavaScope -- Time elapsed: 0.004 s org.eclipse.birt.core.script.ScriptContextTest.testGlobal -- Time elapsed: 0.009 s org.eclipse.birt.core.script.bre.BirtCompTest.testAnyOf -- Time elapsed: 0.092 s org.eclipse.birt.core.script.bre.BirtCompTest.testMatch -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtCompTest.testLike -- Time elapsed: 0.012 s org.eclipse.birt.core.script.bre.BirtCompTest.testBetween -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtCompTest.testCompare -- Time elapsed: 0.048 s org.eclipse.birt.core.script.bre.BirtCompTest.testCompareString -- Time elapsed: 0.009 s org.eclipse.birt.core.script.bre.BirtCompTest.testNotLike -- Time elapsed: 0.009 s org.eclipse.birt.core.script.bre.BirtCompTest.testNotBetween -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFiscalQuarter -- Time elapsed: 0.007 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfFiscalWeek -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfFiscalYear -- Time elapsed: 0.007 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddHour -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddWeek -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddYear -- Time elapsed: 0.001 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDay -- Time elapsed: 0.029 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testNow -- Time elapsed: 0.010 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testToday -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfMonth -- Time elapsed: 0.013 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testWeek -- Time elapsed: 0.013 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testYear -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFiscalWeek -- Time elapsed: 0.009 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFiscalYear -- Time elapsed: 0.006 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfWeek -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfYear -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testMonthDate -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddMonth -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFiscalMonth -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfFiscalQuarter -- Time elapsed: 0.025 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDayOfWeek -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDayOfYear -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testQuarter -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffMinute -- Time elapsed: 0.006 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testWeekDayDate -- Time elapsed: 0.030 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFiscalYearStartDate -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffSecond -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddMinute -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffHour -- Time elapsed: 0.006 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffWeek -- Time elapsed: 0.007 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffYear -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddSecond -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffQuarter -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddDay -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFiscalDay -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfQuarter -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffDay -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testFirstDayOfFiscalMonth -- Time elapsed: 0.007 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testWeekOfMonth -- Time elapsed: 0.008 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testAddQuarter -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtDateTimeTest.testDiffMonth -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDurationTest.testAdd -- Time elapsed: 0.012 s org.eclipse.birt.core.script.bre.BirtDurationTest.testDay -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDurationTest.testIsLongerThan -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDurationTest.testAddTo -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDurationTest.testMonth -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDurationTest.testHour -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDurationTest.testYear -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDurationTest.testGetSign -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDurationTest.testCompare -- Time elapsed: 0.022 s org.eclipse.birt.core.script.bre.BirtDurationTest.testSubstract -- Time elapsed: 0.006 s org.eclipse.birt.core.script.bre.BirtDurationTest.testMultiply -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDurationTest.testMinute -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDurationTest.testNegate -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtDurationTest.testSecond -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtDurationTest.testIsShorterThan -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtDurationTest.testTimeInMills -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtMathTest.testAdd -- Time elapsed: 0.005 s org.eclipse.birt.core.script.bre.BirtMathTest.testMod -- Time elapsed: 0.019 s org.eclipse.birt.core.script.bre.BirtMathTest.testRound -- Time elapsed: 0.007 s org.eclipse.birt.core.script.bre.BirtMathTest.testCeiling -- Time elapsed: 0.010 s org.eclipse.birt.core.script.bre.BirtMathTest.testRoundDown -- Time elapsed: 0.024 s org.eclipse.birt.core.script.bre.BirtMathTest.testRoundUp -- Time elapsed: 0.012 s org.eclipse.birt.core.script.bre.BirtMathTest.testSafeDivide -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtStrTest.testSearchStringString -- Time elapsed: 0.008 s org.eclipse.birt.core.script.bre.BirtStrTest.testTrimLeft -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtStrTest.testLeftStringInt -- Time elapsed: 0.001 s org.eclipse.birt.core.script.bre.BirtStrTest.testToLower -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtStrTest.testToUpper -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtStrTest.testIndexOfStringStringInt -- Time elapsed: 0.002 s org.eclipse.birt.core.script.bre.BirtStrTest.testTrim -- Time elapsed: 0.001 s org.eclipse.birt.core.script.bre.BirtStrTest.testRightStringInt -- Time elapsed: 0.004 s org.eclipse.birt.core.script.bre.BirtStrTest.testConString -- Time elapsed: 0.003 s org.eclipse.birt.core.script.bre.BirtStrTest.testSearchStringStringInt -- Time elapsed: 0.006 s org.eclipse.birt.core.script.bre.BirtStrTest.testCharLength -- Time elapsed: 0.001 s org.eclipse.birt.core.script.bre.BirtStrTest.testTrimRight -- Time elapsed: 0.002 s org.eclipse.birt.core.fs.LocalFileTest.testToURL -- Time elapsed: 0.001 s org.eclipse.birt.core.fs.LocalFileTest.testListFiles -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testGetName -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testGetPath -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testIsDirectory -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testIsAbsolute -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testCreateInputAndOutputStream -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testDelete -- Time elapsed: 0.001 s org.eclipse.birt.core.fs.LocalFileTest.testExists -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testGetParent -- Time elapsed: 0 s org.eclipse.birt.core.fs.LocalFileTest.testMkdirs -- Time elapsed: 0 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.report.model.testhelper >------ [INFO] Building org.eclipse.birt.report.model.testhelper 4.15.0-SNAPSHOT [135/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testhelper --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model.testhelper --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [136/280] [INFO] from features/org.eclipse.birt.testhelper.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.testhelper:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.testhelper.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.testhelper --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.testhelper --- [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] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.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/features/org.eclipse.birt.testhelper.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.testhelper --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.chart.tests >------------ [INFO] Building org.eclipse.birt.chart.tests 4.15.0-SNAPSHOT [137/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.chart.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.chart.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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] SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. 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: 45.52 s -- in org.eclipse.birt.chart.tests.AllTests org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.2dline -- Time elapsed: 4.451 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.2dpie -- Time elapsed: 3.128 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.2dscatter -- Time elapsed: 3.297 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.2dstock -- Time elapsed: 3.341 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.2dvert -- Time elapsed: 3.336 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.2dvert2 -- Time elapsed: 3.131 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.3dline -- Time elapsed: 3.192 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.3dpie -- Time elapsed: 3.262 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.3dvert -- Time elapsed: 3.268 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.arc -- Time elapsed: 3.032 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.line -- Time elapsed: 2.894 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.polygon -- Time elapsed: 2.951 s org.eclipse.birt.chart.tests.device.render.ImageOutputBaseTest.rect -- Time elapsed: 2.931 s org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest.testGetColor -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest.testGetPoint -- Time elapsed: 0 s org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest.testGetTransparency -- Time elapsed: 0 s org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest.testIsCyclic -- Time elapsed: 0 s org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest.testHashCode -- Time elapsed: 0 s org.eclipse.birt.chart.tests.device.svg.SVGGradientPaintTest.testEaquls -- Time elapsed: 0 s org.eclipse.birt.chart.tests.i18n.MessagesTest.testEngineGetString -- Time elapsed: 0.002 s org.eclipse.birt.chart.tests.i18n.MessagesTest.testEngineExtGetString -- Time elapsed: 0.005 s org.eclipse.birt.chart.tests.i18n.MessagesTest.testDeviceGetString -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.aggregate.AverageTest.testAverage -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.aggregate.SumTest.testAverage -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.ValueFormatterTest.testFormat1 -- Time elapsed: 0.002 s org.eclipse.birt.chart.tests.engine.computation.ValueFormatterTest.testFormat2 -- Time elapsed: 0.047 s org.eclipse.birt.chart.tests.engine.computation.ValueFormatterTest.testCorrectNumber -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testAdd -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testSub -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testScaleProduct -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testScale -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testToString -- Time elapsed: 0.005 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testProject -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testPerspective -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testCosineValue -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testCrossProduct -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testSetAndGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testInverse -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testIsPoint -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.VectorTest.testRotate -- Time elapsed: 0.002 s org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest.testGetWidth -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest.testScale -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest.testGetLeft -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest.testGetHeight -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.BoundingBoxTest.testGetTop -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.PolygonTest.testContain -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.RectangleTest.testOutcode -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.RectangleTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.RectangleTest.testContain -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.RectangleTest.testIsEmpty -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testLogScaleWithFixed -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testLinearScaleWithFixed -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testDateTimeScaleWithFixed -- Time elapsed: 0.040 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testLinearScaleWithMarginAndFixed -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testLinearScaleWithMargin -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testLogScaleWithoutFixed -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testLinearScaleWithoutFixed -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.computation.ScaleContextTest.testDateTimeScaleWithoutFixed -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.computation.MonthDateFormatTest.testFormat -- Time elapsed: 0.059 s org.eclipse.birt.chart.tests.engine.datafeed.DataSetProcessorImplTest.testGetMaximun -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.DataSetProcessorImplTest.testGetMinimun -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.DataSetProcessorImplTest.testFromString -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.ResultSetDataSetTest.testSize -- Time elapsed: 0.003 s org.eclipse.birt.chart.tests.engine.datafeed.ResultSetDataSetTest.testHasNext -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest.testGetGroupCount -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest.testGetRowCount -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest.testGetColumnCount -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.ResultSetWrapperTest.testGetGroupKey -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.StockEntryTest.testStockValue1 -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.StockEntryTest.testStockValue2 -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.datafeed.StockDataSetProcessorImplTest.testGetMaximum -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.datafeed.StockDataSetProcessorImplTest.testGetMinimum -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.TupleComparatorTest.testCompareObjects -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.SortKeyTest.testGetDirection -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.SortKeyTest.testGetKey -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.SortKeyTest.testGetKeyIndex -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.PolygonTest.testContain -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.MatrixTest.testTimes -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.MatrixTest.testCopy -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.MatrixTest.testGetDimension -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.MatrixTest.testIdentity -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.MatrixTest.testInverse -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.internal.MatrixTest.testTranspose -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ActionTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ActionTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.AnchorTest.testGet -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.model.attribute.AnchorTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.AxisTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.AxisTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ChartDimensionTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ChartDimensionTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ChartTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ChartTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DataPointComponentTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DataPointComponentTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DataTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DataTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatDetailTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatDetailTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatTypeTest.testGet -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.model.attribute.DateFormatTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DirectionTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.DirectionTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.GroupingUnitTypeTest.testGet -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.model.attribute.GroupingUnitTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.HorizontalAlignmentTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.HorizontalAlignmentTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.IntersectionTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.IntersectionTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.LeaderLineStyleTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.LeaderLineStyleTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.LegendItemTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.LegendItemTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.LineStyleTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.LineStyleTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.MarkerTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.MarkerTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.OrientationTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.OrientationTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.PositionTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.PositionTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.RuleTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.RuleTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.RiserTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.RiserTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ScaleUnitTypeTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.ScaleUnitTypeTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.SortOptionTest.testGet -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.model.attribute.SortOptionTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.StretchTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.StretchTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.StyleComponentTest.testGet -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.model.attribute.StyleComponentTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.TickStyleTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.TickStyleTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.TriggerConditionTest.testGet -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.model.attribute.TriggerConditionTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.UnitsOfMeasurementTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.UnitsOfMeasurementTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.VerticalAlignmentTest.testGet -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.VerticalAlignmentTest.testConstant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.model.attribute.PaletteTest.testShift -- Time elapsed: 0.007 s org.eclipse.birt.chart.tests.engine.model.attribute.PaletteTest.testShiftWithSize -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testIsColorTransparent -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testFormatDouble -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testIsShadowDefined -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testCompareVersion -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testGetQuadrant -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testMathEqual -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testMathGT -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testMathLT -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartUtilTest.testStringValue -- Time elapsed: 0.018 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testGetLevelNameFromDimensionExpression -- Time elapsed: 0.065 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testCheckStringInExpression -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testGetFullBindingName -- Time elapsed: 0.006 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testGetCubeBindingNameList -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testGetCubeBindingName -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testGetMeasureName -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testIsMeasureExpresion -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testIsDimensionExpresion -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.ChartExpressionUtilTest.testIsCubeBinding -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.LiteralHelperTest.testStringParse -- Time elapsed: 0.003 s org.eclipse.birt.chart.tests.engine.util.FittingCalculatorTest.testYEst -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testToString -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testConstructorMaxDigits -- Time elapsed: 0.033 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testFixedNumberatorFraction -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testConstructorFixedNumerator -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testConstructorPrecise -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testExactFration -- Time elapsed: 0.024 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testMaxDigitsFraction -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.FractionTest.testInvert -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.NameSetTest.testGetNameIndex -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.NameSetTest.testGetNames -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.NameSetTest.testGetDisplayNames -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.NameSetTest.testGetSafeNameIndex -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.NameSetTest.testGetDisplayNameByName -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.NameSetTest.testGetNameByDisplayName -- Time elapsed: 0 s org.eclipse.birt.chart.tests.engine.util.TriggerSupportMatrixTest.testSupportedActionsDisplayName -- Time elapsed: 0.001 s org.eclipse.birt.chart.tests.engine.util.TriggerSupportMatrixTest.testMatrixAll -- Time elapsed: 0.028 s org.eclipse.birt.chart.tests.script.ChartTest.testFactory -- Time elapsed: 0.814 s org.eclipse.birt.chart.tests.script.ChartTest.testTitle -- Time elapsed: 0.071 s org.eclipse.birt.chart.tests.script.ChartTest.testTitleCaptionFont -- Time elapsed: 0.035 s org.eclipse.birt.chart.tests.script.ChartTest.testDimension -- Time elapsed: 0.073 s org.eclipse.birt.chart.tests.script.ChartTest.testColorByCategory -- Time elapsed: 0.031 s org.eclipse.birt.chart.tests.script.ChartTest.testGetCategory -- Time elapsed: 0.050 s org.eclipse.birt.chart.tests.script.ChartTest.testOutput -- Time elapsed: 0.048 s org.eclipse.birt.chart.tests.script.ChartTest.testTitleCaptionColor -- Time elapsed: 0.051 s org.eclipse.birt.chart.tests.script.ChartTest.testDescription -- Time elapsed: 0.030 s org.eclipse.birt.chart.tests.script.ChartWithAxesTest.testGetValueAxes -- Time elapsed: 0.036 s org.eclipse.birt.chart.tests.script.ChartWithAxesTest.testHorizontal -- Time elapsed: 0.048 s org.eclipse.birt.chart.tests.script.ChartWithAxesTest.testGetValueSeries -- Time elapsed: 0.028 s org.eclipse.birt.chart.tests.script.ChartWithAxesTest.testGetCategoryAxis -- Time elapsed: 0.024 s org.eclipse.birt.chart.tests.script.ChartWithoutAxesTest.testGetValueSeries -- Time elapsed: 0.044 s org.eclipse.birt.chart.tests.script.scale.ScaleTest.testAuto -- Time elapsed: 0.027 s org.eclipse.birt.chart.tests.script.scale.ScaleTest.testCategory -- Time elapsed: 0.024 s org.eclipse.birt.chart.tests.script.scale.LinearScaleTest.testMax -- Time elapsed: 0.041 s org.eclipse.birt.chart.tests.script.scale.LinearScaleTest.testMin -- Time elapsed: 0.024 s org.eclipse.birt.chart.tests.script.scale.LinearScaleTest.testNumberOfSteps -- Time elapsed: 0.025 s org.eclipse.birt.chart.tests.script.scale.LinearScaleTest.testStepSize -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.scale.TimeScaleTest.testMax -- Time elapsed: 0.037 s org.eclipse.birt.chart.tests.script.scale.TimeScaleTest.testMin -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.scale.TimeScaleTest.testStepTimeUnit -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.scale.TimeScaleTest.testStepSize -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.component.LegendTest.testShowValue -- Time elapsed: 0.037 s org.eclipse.birt.chart.tests.script.component.LegendTest.testTitle -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.component.LegendTest.testVisible -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.MarkerLineTest.testTitle -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.component.MarkerLineTest.testValue -- Time elapsed: 0.029 s org.eclipse.birt.chart.tests.script.component.MarkerLineTest.testVisible -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.MarkerRangeTest.testEndValue -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.MarkerRangeTest.testTitle -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.MarkerRangeTest.testVisible -- Time elapsed: 0.038 s org.eclipse.birt.chart.tests.script.component.MarkerRangeTest.testStartValue -- Time elapsed: 0.020 s org.eclipse.birt.chart.tests.script.component.AxisTest.testGetMarkerLines -- Time elapsed: 0.020 s org.eclipse.birt.chart.tests.script.component.AxisTest.testGetScale -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.AxisTest.testTitle -- Time elapsed: 0.031 s org.eclipse.birt.chart.tests.script.component.AxisTest.testType -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.component.AxisTest.testGetMarkerRanges -- Time elapsed: 0.020 s org.eclipse.birt.chart.tests.script.component.AxisTest.testVisible -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.component.CategoryTest.testGetDataExpr -- Time elapsed: 0.031 s org.eclipse.birt.chart.tests.script.component.CategoryTest.testOptionalValueGroupingExpr -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.CategoryTest.testSorting -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.CategoryTest.testGetGrouping -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.component.ValueSeriesTest.testTitle -- Time elapsed: 0.020 s org.eclipse.birt.chart.tests.script.component.ValueSeriesTest.testAggregateExpr -- Time elapsed: 0.027 s org.eclipse.birt.chart.tests.script.component.ValueSeriesTest.testGetDataExpr -- Time elapsed: 0.020 s org.eclipse.birt.chart.tests.script.component.ValueSeriesTest.testPercent -- Time elapsed: 0.020 s org.eclipse.birt.chart.tests.script.component.ValueSeriesTest.testVisible -- Time elapsed: 0.020 s org.eclipse.birt.chart.tests.script.component.ValueSeriesTest.testGetAction -- Time elapsed: 0.039 s org.eclipse.birt.chart.tests.script.series.SeriesTypeTest.testStockSeries -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.series.StackableSeriesTest.testStacked -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.series.BarSeriesTest.testGetDataExpr -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.series.BarSeriesTest.testBarType -- Time elapsed: 0.035 s org.eclipse.birt.chart.tests.script.series.PieSeriesTest.testMinSliceLabel -- Time elapsed: 0.022 s org.eclipse.birt.chart.tests.script.series.PieSeriesTest.testGetDataExpr -- Time elapsed: 0.029 s org.eclipse.birt.chart.tests.script.series.PieSeriesTest.testExplosionExpr -- Time elapsed: 0.040 s org.eclipse.birt.chart.tests.script.series.PieSeriesTest.testMinSlice -- Time elapsed: 0.029 s org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest.testEnabled -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest.testGroupType -- Time elapsed: 0.021 s org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest.testGroupUnit -- Time elapsed: 0.029 s org.eclipse.birt.chart.tests.script.data.SeriesGroupingTest.testGroupInterval -- Time elapsed: 0.071 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.tests.data >------------ [INFO] Building org.eclipse.birt.tests.data 4.15.0-SNAPSHOT [138/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.tests.data --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.tests.data --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.tests.data --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.tests.data --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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 Mar 04, 2024 6:47:31 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null Mar 04, 2024 6:47:31 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 Mar 04, 2024 6:47:31 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: 5.800 s -- in org.eclipse.birt.tests.data.engine.AllTests org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest.test_InvalidValueFilterGroup -- Time elapsed: 4.876 s org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest.test_FilteWithTopN -- Time elapsed: 0.150 s org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest.test_FilterWithBottomN -- Time elapsed: 0.099 s org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest.test_FilterGroup -- Time elapsed: 0.149 s org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest.test_MultiPassFilterGroup -- Time elapsed: 0.134 s org.eclipse.birt.tests.data.engine.api.MultiPass_FilterTest.test_NegativeValueFilterGroup -- Time elapsed: 0.059 s org.eclipse.birt.tests.data.engine.api.MultiPass_SortTest.test_sortOnGroupKey -- Time elapsed: 0.075 s org.eclipse.birt.tests.data.engine.api.MultiPass_SortTest.test_sortGroup -- Time elapsed: 0.083 s org.eclipse.birt.tests.data.engine.api.MultiPass_SortTest.test_SortOnAggregationExpression -- Time elapsed: 0.074 s org.eclipse.birt.tests.data.engine.api.MultiPassTest.test_RunningAggregationExpression -- Time elapsed: 0.050 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.testsuites:org.eclipse.birt.testsuites-parent >--- [INFO] Building org.eclipse.birt.testsuites-parent 4.15.0-SNAPSHOT [139/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [140/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.tests.engine --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.tests.engine --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.tests.engine --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.tests.engine --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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 Mar 04, 2024 6:47:40 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null Mar 04, 2024 6:47:40 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 Mar 04, 2024 6:47:40 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin start INFO: Sampledb plugin starts up. Current startCount=0 Mar 04, 2024 6:47:40 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin init INFO: Creating Sampledb database at location /tmp/BIRTSampleDB_1709578060234_238291d4 Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:41 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.(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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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.(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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:47:41 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. Mar 04, 2024 6:47:42 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:47:42 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. Mar 04, 2024 6:47:43 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. Mar 04, 2024 6:47:48 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. Mar 04, 2024 6:47:49 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. Mar 04, 2024 6:47:49 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. Mar 04, 2024 6:47:49 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. Mar 04, 2024 6:47:49 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. Mar 04, 2024 6:47:49 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://336.fwk1048611801/fontsConfig.xml cost 5ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/zh_CN/TrueType cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/truetype cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/tt cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in d:/windows/fonts cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/TTF cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/ja/TrueType cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/TTF cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in C:/windows/fonts cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/OTF cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in e:/windows/fonts cost:1ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in e:/WINNT/fonts cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in d:/WINNT/fonts cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/OTF cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in g:/WINNT/fonts cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/zh_TW/TrueType cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/default/TrueType cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in f:/WINNT/fonts cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in f:/windows/fonts cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/openwin/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/truetype cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in C:/WINNT/fonts cost:0ms Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in g:/windows/fonts cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/ko/TrueType cost:0ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://336.fwk1048611801/fontsConfig_linux.xml cost 1ms Mar 04, 2024 6:47:50 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://336.fwk1048611801/fontsConfig_pdf.xml cost 1ms PDF error count = 0 Mar 04, 2024 6:47:50 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 Mar 04, 2024 6:47: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/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 Mar 04, 2024 6:47:59 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 Mar 04, 2024 6:48:01 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 Mar 04, 2024 6:48:01 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 Mar 04, 2024 6:48: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/long_text_reportdocument is not closed. Mar 04, 2024 6:48:02 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://336.fwk1048611801/fontsConfig.xml cost 1ms Mar 04, 2024 6:48:02 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://336.fwk1048611801/fontsConfig_linux.xml cost 1ms Mar 04, 2024 6:48:02 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://336.fwk1048611801/fontsConfig_pdf.xml cost 1ms Mar 04, 2024 6:48: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/iid_reportlet_complex.rptdocument is not closed. Mar 04, 2024 6:48:02 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 Mar 04, 2024 6:48: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/OrderReport_reportdocument is not closed. Mar 04, 2024 6:48: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/iid_reportlet.rptdocument is not closed. Mar 04, 2024 6:48:03 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 Mar 04, 2024 6:48: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/pages9_reportdocument is not closed. Mar 04, 2024 6:48: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/items_bookmark_reportdocument is not closed. Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48:11 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 Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48: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/image_in_DB_reportdocument is not closed. Mar 04, 2024 6:48: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/items_bookmark_reportdocument is not closed. Mar 04, 2024 6:48: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_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 Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48: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/table_nest_pages_reportdocument is not closed. Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48: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_masterpage_reportdocument is not closed. Mar 04, 2024 6:48: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. Mar 04, 2024 6:48: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. Mar 04, 2024 6:48: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. Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48: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/MeterChart_reportdocument is not closed. Mar 04, 2024 6:48: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. Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48:14 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 Mar 04, 2024 6:48:14 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. Mar 04, 2024 6:48:14 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. Mar 04, 2024 6:48:14 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. Mar 04, 2024 6:48:14 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. Mar 04, 2024 6:48:14 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. Mar 04, 2024 6:48:14 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. Mar 04, 2024 6:48:14 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. Mar 04, 2024 6:48:14 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 Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48:23 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 Mar 04, 2024 6:48: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. Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48: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/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 Mar 04, 2024 6:48:26 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. Mar 04, 2024 6:48:26 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:48:26 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. Mar 04, 2024 6:48:26 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 Mar 04, 2024 6:48:26 PM org.eclipse.birt.report.engine.api.impl.Image getImageStream SEVERE: file:/aa.jpg (No such file or directory) java.io.FileNotFoundException: file:/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.(FileInputStream.java:157) at org.eclipse.birt.report.engine.api.impl.Image.getImageStream(Image.java:233) at org.eclipse.birt.report.engine.api.impl.Image.writeImage(Image.java:301) 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:3042) at org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitter.startImage(HTMLReportEmitter.java:2829) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:48:26 PM org.eclipse.birt.report.engine.api.impl.Image writeImage SEVERE: image source file:///aa.jpg is not found! Mar 04, 2024 6:48:26 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:48:26 PM org.eclipse.birt.report.engine.presentation.LocalizedContentVisitor processExtendedContent WARNING: unsupported image type:Unknown Mar 04, 2024 6:48:35 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:975) 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) Mar 04, 2024 6:48:37 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:112) at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:96) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:48:37 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:975) 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) Mar 04, 2024 6:48:39 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:112) at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:96) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:48:47 PM org.eclipse.birt.report.data.oda.sampledb.SampleDBJDBCConnectionFactory getConnection WARNING: Unexpected url: jdbc:classicmodels:sample Mar 04, 2024 6:48:47 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:421) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:305) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:48:47 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver SEVERE: refreshUrlsWhenFail: true Mar 04, 2024 6:48:47 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver SEVERE: driverClassPath: null Mar 04, 2024 6:48:47 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.15.0.v202403041835/drivers/] Mar 04, 2024 6:48:47 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 Mar 04, 2024 6:48:47 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:421) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:305) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:48:47 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver SEVERE: refreshUrlsWhenFail: true Mar 04, 2024 6:48:47 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadExtraDriver SEVERE: driverClassPath: null Mar 04, 2024 6:48:47 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.15.0.v202403041835/drivers/] Mar 04, 2024 6:48:47 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 Mar 04, 2024 6:48:47 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:421) at org.eclipse.birt.data.engine.impl.QueryExecutor.prepareExecution(QueryExecutor.java:305) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) 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 waitingMar 04, 2024 6:48:47 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:975) 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 doneMar 04, 2024 6:48:49 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:112) at org.eclipse.birt.data.engine.executor.DataSource$ShutdownListener.dataEngineShutdown(DataSource.java:96) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Tests run: 191, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.80 s -- in org.eclipse.birt.report.tests.engine.AllTests org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest.testDataExtractionWithFilter -- Time elapsed: 1.743 s org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest.testDataExtractionFromIID_subquery -- Time elapsed: 0.212 s org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest.testDataExtractionFromIID_nestquery -- Time elapsed: 0.127 s org.eclipse.birt.report.tests.engine.api.DataExtractionTaskTest.testMethods -- Time elapsed: 0.075 s org.eclipse.birt.report.tests.engine.api.DataIDTest.testGetRowID -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.DataIDTest.testToString -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.DataIDTest.testGetDataSetID -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.DataIDTest.testAppend -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.DataIDTest.testDataIDFromReport -- Time elapsed: 0.094 s org.eclipse.birt.report.tests.engine.api.DataSetIDTest.testGetParentID -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.DataSetIDTest.testGetRowID -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.DataSetIDTest.testGetDataSetName -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.DataSetIDTest.testToString -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.DataSetIDTest.testGetQueryName -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.DataSetIDTest.testDataSetIDFromReport -- Time elapsed: 0.040 s org.eclipse.birt.report.tests.engine.api.DefaultStatusHandlerTest.testShowStatus -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testGetLogDirectory -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testGetResourceLocator -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testGetEmitterConfigs -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testSetEngineHome -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testSetLogConfig -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testGetConfigMap -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testGetScriptObjects -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testGetStatusHandler -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.EngineConfigTest.testGetMaxRowsPerQuery -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest.testOnDocImage -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest.testOnCustomImage -- Time elapsed: 0.050 s org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest.testOnDesignImage -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLCompleteImageHandlerTest.testOnURLImage -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.HTMLEmitterConfigTest.testGetImageHandler -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.HTMLEmitterConfigTest.testGetActionHandler -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest.testGetBaseImageURL -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest.testGetSupportedImageFormats -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest.testGetBaseURL -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest.testGetImageDirectory -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.HTMLRenderContextTest.testGetRenderOption -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetActionHandle -- Time elapsed: 0.009 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetHtmlTitle -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetInstanceIDs -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetHtmlPagination -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetPageFooterFloatFlag -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetDisplayFilterIcon -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetEmbeddable -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetDisplayGroupIcon -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetUserAgent -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetMasterPageContent -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetEnableMetadata -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLRenderOptionTest.testGetHtmlRtLFlag -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.testOnDocImage -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.testOnCustomImage -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.testOnDesignImage -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.HTMLServerImageHandlerTest.testOnURLImage -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IActionTest.testSystemID -- Time elapsed: 0.027 s org.eclipse.birt.report.tests.engine.api.IActionTest.testDrillthroughAction -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.IActionTest.testHyperlinkAction -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IActionTest.testBookmarkAction -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IActionTest.testActionFromReport -- Time elapsed: 0.058 s org.eclipse.birt.report.tests.engine.api.IAutoTextContentTest.testAutoTextContentFromReport -- Time elapsed: 0.074 s org.eclipse.birt.report.tests.engine.api.IAutoTextContentTest.testGetType -- Time elapsed: 0.002 s org.eclipse.birt.report.tests.engine.api.IBandContentTest.testBandType -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IBandContentTest.testBandFromReport -- Time elapsed: 0.034 s org.eclipse.birt.report.tests.engine.api.ICellContentTest.testDisplayGroupIcon -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.ICellContentTest.testColSpan -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.ICellContentTest.testRowSpan -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.ICellContentTest.testICellContentFromReport -- Time elapsed: 0.036 s org.eclipse.birt.report.tests.engine.api.ICellContentTest.testColumn -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IColumnTest.testIColumn -- Time elapsed: 0.045 s org.eclipse.birt.report.tests.engine.api.IContentTest.testBookmark -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testToc -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testWidth -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IContentTest.testName -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testStyleClass -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testGenerateBy -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testHelpText -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IContentTest.testHyperlinkAction -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testExtension -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testX -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testY -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testInstanceID -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IContentTest.testContent -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testAccept -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IContentTest.testHeight -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testReportContent -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IContentTest.testInlineStyle -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IDataContentTest.testIDataContentFromReport -- Time elapsed: 0.045 s org.eclipse.birt.report.tests.engine.api.IDataContentTest.testLabelKey -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IDataContentTest.testValue -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IDataContentTest.testLabelText -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IDataIteratorTest.testIDataIterator -- Time elapsed: 0.098 s org.eclipse.birt.report.tests.engine.api.IElementTest.testIElement -- Time elapsed: 0.020 s org.eclipse.birt.report.tests.engine.api.IElementTest.testParent -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IEmitterServicesTest.testIEmitterServices -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testGetSelectionListForCascadingGroup -- Time elapsed: 0.184 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testGetParameterDefns -- Time elapsed: 0.038 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testGetSelectionListForCascadingMultiple -- Time elapsed: 0.354 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testGetSelectionList -- Time elapsed: 0.052 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testGetDefaultValues -- Time elapsed: 0.030 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testGetDefaultValue -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testEvaluateQuery -- Time elapsed: 0.007 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testGetParameterDefn -- Time elapsed: 0.025 s org.eclipse.birt.report.tests.engine.api.IGetParameterDefinitionTaskTest.testSetValue -- Time elapsed: 0.008 s org.eclipse.birt.report.tests.engine.api.IGroupContentTest.testHeaderRepeat -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IGroupContentTest.testGroupID -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IGroupContentTest.testFooter -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.IGroupContentTest.testHeader -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.IScalarParameterDefnTest.testGetSelectionListType_none -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.engine.api.IScalarParameterDefnTest.testallowNull -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.engine.api.IScalarParameterDefnTest.testallowBlank -- Time elapsed: 0.005 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testRenderFolderDocument_longtext -- Time elapsed: 0.112 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testDropDocumentFolder_content -- Time elapsed: 0.127 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testDropDocumentFolder_data -- Time elapsed: 0.064 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testRenderFolderDocument_multipages -- Time elapsed: 4.879 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testRenderFolderDocument_chart -- Time elapsed: 1.141 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testDropDocumentFolder_nonexist -- Time elapsed: 0.075 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testRenderFolderDocument_masterpage -- Time elapsed: 0.073 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testDropDocumentFolder_design -- Time elapsed: 0.071 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testRenderFolderDocument_nesttable -- Time elapsed: 0.242 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testRenderFolderDocument_simple -- Time elapsed: 0.062 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testDropDocumentFolder_blank -- Time elapsed: 0.051 s org.eclipse.birt.report.tests.engine.api.RenderFolderDocumentTest.testRenderFolderDocument_multidatasets -- Time elapsed: 0.092 s org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest.testsetOutputFileName -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest.testgetOutputSetting -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest.testsetOutputFormat -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest.testsetOutputStream -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest.testsetOption -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest.testgetOption -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.RenderOptionBaseTest.testgetOutputFormat -- Time elapsed: 0 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_masterpage -- Time elapsed: 0.319 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderPageRange_all -- Time elapsed: 8.208 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_oncreate -- Time elapsed: 0.721 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderPageRange_number -- Time elapsed: 2.707 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_multiple_datasets -- Time elapsed: 0.097 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_longtext -- Time elapsed: 0.025 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderReportlet_complex_list -- Time elapsed: 0.603 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_orderreport -- Time elapsed: 1.014 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderReportlet_list -- Time elapsed: 0.131 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderPageRange_null -- Time elapsed: 7.064 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderBookmark_text -- Time elapsed: 0.170 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_areachart -- Time elapsed: 0.841 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_library -- Time elapsed: 0.342 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_dynamic_image -- Time elapsed: 0.059 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderBookmark_gridrow -- Time elapsed: 0.149 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_complex -- Time elapsed: 0.055 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_nesttable -- Time elapsed: 0.193 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderReportlet_toc -- Time elapsed: 0.194 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_multiple_masterpage -- Time elapsed: 0.167 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderReportlet_chart -- Time elapsed: 0.218 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderReportlet_table -- Time elapsed: 0.118 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_meterchart -- Time elapsed: 0.120 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderReportlet_complex_table -- Time elapsed: 0.528 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_script -- Time elapsed: 0.071 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_simple -- Time elapsed: 0.041 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderBookmark_chart -- Time elapsed: 0.234 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderBookmark_image -- Time elapsed: 0.145 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderBookmark_label -- Time elapsed: 0.139 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderPDFNPE -- Time elapsed: 0.021 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderPageRange_blank -- Time elapsed: 5.657 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderPageRange_comma -- Time elapsed: 2.751 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderPageRange_dash1 -- Time elapsed: 2.681 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRenderReportlet_bookmark -- Time elapsed: 0.077 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_data -- Time elapsed: 0.082 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_chart -- Time elapsed: 0.127 s org.eclipse.birt.report.tests.engine.api.RenderTaskTest.testRender_table -- Time elapsed: 0.100 s org.eclipse.birt.report.tests.engine.api.RenderUnfinishedReportDoc.testRender_unfinished_Document -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.ReportDocumentTest.testReportDocument_abnormal -- Time elapsed: 0.040 s org.eclipse.birt.report.tests.engine.api.ReportDocumentTest.testReportDocument -- Time elapsed: 0.048 s org.eclipse.birt.report.tests.engine.api.ReportEngineTest.testOpenReportDesign -- Time elapsed: 0.004 s org.eclipse.birt.report.tests.engine.api.ReportEngineTest.testGetEmitterInfos -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.ReportEngineTest.testCreateGetParameterDefinitionTask -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.ReportEngineTest.testOpenReportDesign1 -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.ReportEngineTest.testGetConfig -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.ReportParameterConverterTest.testParse -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.ReportParameterConverterTest.testFormat -- Time elapsed: 0.001 s org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest.testResourceProperties -- Time elapsed: 0.011 s org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest.testResourceImage -- Time elapsed: 0.010 s org.eclipse.birt.report.tests.engine.api.ResourceLocatorTest.testResourceLibrary -- Time elapsed: 0.075 s org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest.testCancelRunAndRenderTask -- Time elapsed: 15.56 s org.eclipse.birt.report.tests.engine.api.RunAndRenderTaskTest.testRunAndRenderTask -- Time elapsed: 0.003 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_dynamicimage -- Time elapsed: 0.029 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_meterchart -- Time elapsed: 0.050 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_areachart -- Time elapsed: 0.084 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_chart -- Time elapsed: 0.056 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_pages -- Time elapsed: 4.954 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_multidataset -- Time elapsed: 0.094 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_longtext -- Time elapsed: 0.017 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_complex -- Time elapsed: 0.066 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_masterpage -- Time elapsed: 0.025 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_nesttable -- Time elapsed: 0.158 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testGetErrors -- Time elapsed: 0.031 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testCancel -- Time elapsed: 4.544 s org.eclipse.birt.report.tests.engine.api.RunTaskTest.testRunTask_simple -- Time elapsed: 0.028 s Results: Tests run: 191, Failures: 0, Errors: 0, Skipped: 0 Mar 04, 2024 6:48:52 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin stop INFO: Sampledb plugin stopping. Current startCount=1 Mar 04, 2024 6:48:52 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase INFO: Removing Sampledb DB directory at location /tmp/BIRTSampleDB_1709578060234_238291d4 [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.model.testresources >---- [INFO] Building org.eclipse.birt.report.model.testresources 4.15.0-SNAPSHOT [141/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.testresources --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6:compile (default-compile) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model.testresources --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [142/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.modelextension.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.modelextension.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [143/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.model.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6: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.engine.emitter.html.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.html.tests 4.15.0-SNAPSHOT [144/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.html.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.html.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.engine.emitter.html.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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 Mar 04, 2024 6:49:04 PM org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitter outputCSSStyles WARNING: [HTMLReportEmitter] Report object is null. Mar 04, 2024 6:49:06 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null Mar 04, 2024 6:49:06 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 Mar 04, 2024 6:49:06 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin start INFO: Sampledb plugin starts up. Current startCount=0 Mar 04, 2024 6:49:06 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin init INFO: Creating Sampledb database at location /tmp/BIRTSampleDB_1709578146575_45297e7 Mar 04, 2024 6:49:08 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. Mar 04, 2024 6:49:08 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:09 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. Mar 04, 2024 6:49:10 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. Mar 04, 2024 6:49:10 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. Mar 04, 2024 6:49:10 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. Mar 04, 2024 6:49:10 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. Mar 04, 2024 6:49:10 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. Mar 04, 2024 6:49:10 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. Mar 04, 2024 6:49:10 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. Mar 04, 2024 6:49:10 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: 5.810 s -- in org.eclipse.birt.report.engine.emitter.html.AllTests org.eclipse.birt.report.engine.emitter.html.AttributeBuilderTest.testBuildStyle -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.emitter.html.AttributeBuilderTest.testBuildPos -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.emitter.html.HTMLReportEmitterTest.testEndEmitter -- Time elapsed: 0.105 s org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest.testAllItems -- Time elapsed: 3.958 s org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest.testDataItem -- Time elapsed: 0.308 s org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest.testDefaultGroupIconPlace -- Time elapsed: 0.185 s org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest.testDisplayGroupIcon -- Time elapsed: 0.216 s org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest.testDataItemWithoutBookmark -- Time elapsed: 0.263 s org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest.testDisplayGroupIconWithGroupKey -- Time elapsed: 0.170 s org.eclipse.birt.report.engine.emitter.html.MetadataEmitterTest.testWrapTemplateTable -- Time elapsed: 0.074 s org.eclipse.birt.report.engine.emitter.html.TableLayoutTest.testTableColumnWidth -- Time elapsed: 0.122 s org.eclipse.birt.report.engine.emitter.html.ScriptTest.testScriptOutput -- Time elapsed: 0.049 s org.eclipse.birt.report.engine.emitter.html.DrillThroughActionScriptTest.testActionScript -- Time elapsed: 0.038 s org.eclipse.birt.report.engine.emitter.html.HTMLEmitterOptimizeTest.testVisionOptimize -- Time elapsed: 0.092 s org.eclipse.birt.report.engine.emitter.html.HTMLEmitterOptimizeTest.testPerformanceOptimize -- Time elapsed: 0.097 s org.eclipse.birt.report.engine.emitter.html.StyleTest.testCSSStyleClass -- Time elapsed: 0.022 s org.eclipse.birt.report.engine.emitter.html.StyleTest.testInlineStyle -- Time elapsed: 0.049 s Results: Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 Mar 04, 2024 6:49:10 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin stop INFO: Sampledb plugin stopping. Current startCount=1 Mar 04, 2024 6:49:10 PM org.eclipse.birt.report.data.oda.sampledb.SampledbPlugin removeDatabase INFO: Removing Sampledb DB directory at location /tmp/BIRTSampleDB_1709578146575_45297e7 [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.model.adapter.oda.tests >-- [INFO] Building org.eclipse.birt.report.model.adapter.oda.tests 4.15.0-SNAPSHOT [145/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.model.adapter.oda.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model.adapter.oda.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.model.adapter.oda.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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 Mar 04, 2024 6:49:18 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:49:18 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@5c4cc644{#//} The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@21f7e537{#//@parameters/@parameterDefinitions.0/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@3af2f846{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@1a14fdf0{#//@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@5c4cc644{#//} 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:49:18 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@5c4cc644{#//} The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@3af2f846{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@1a14fdf0{#//@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@5c4cc644{#//} 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:49:18 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@5c4cc644{#//} The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@3af2f846{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@1a14fdf0{#//@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@5c4cc644{#//} 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:49:18 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@283ab206{#//} The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@35fa450f{#//@parameters/@parameterDefinitions.0/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@718989fa{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@37314843{#//@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@283ab206{#//} 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:49:18 PM org.eclipse.datatools.connectivity.oda.design.util.DesignUtil validateObject WARNING: Diagnosis of org.eclipse.datatools.connectivity.oda.design.impl.DataSetDesignImpl@283ab206{#//} The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@35fa450f{#//@parameters/@parameterDefinitions.0/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@718989fa{#//@parameters/@parameterDefinitions.1/@inputAttributes/@elementAttributes/@dynamicValueChoices/@dataSetDesign/@query}' must be set The required feature 'queryText' of 'org.eclipse.datatools.connectivity.oda.design.impl.DataSetQueryImpl@37314843{#//@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@283ab206{#//} 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.880 s -- in org.eclipse.birt.report.model.adapter.oda.AllTests org.eclipse.birt.report.model.adapter.oda.util.ParameterValueUtilTest.testParameterValueUtil -- Time elapsed: 0.001 s org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest.testMergeParamDefnFromDesignToHandle -- Time elapsed: 0.945 s org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest.testValuesConversion -- Time elapsed: 0.026 s org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest.testDataTypeConversion -- Time elapsed: 0.027 s org.eclipse.birt.report.model.adapter.oda.api.DataSetParameterAdapterTest.testDataSetParamNames -- Time elapsed: 0.060 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest.testDesignerState -- Time elapsed: 0.012 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest.testROMDataSetToODADataSet -- Time elapsed: 0.007 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest.testODADataSetToROMDataSet -- Time elapsed: 0.010 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest.testCreateDataSetReferDataSource -- Time elapsed: 0.062 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSetAdapterTest.testUpdateROMDataSetWithODADataSet -- Time elapsed: 0.033 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest.testDesignerState -- Time elapsed: 0.003 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest.testODADataSourceToROMDataSource -- Time elapsed: 0.003 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest.testUpdateROMDataSourceWithODADataSource -- Time elapsed: 0.006 s org.eclipse.birt.report.model.adapter.oda.api.OdaDataSourceAdapterTest.testROMDataSourceToODADataSource -- Time elapsed: 0.002 s org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.testToODADataSetParamWithReportParam -- Time elapsed: 0.035 s org.eclipse.birt.report.model.adapter.oda.api.ReportParameterAdapterTest.testToROMDataSetParamWithReportParam -- Time elapsed: 0.409 s org.eclipse.birt.report.model.adapter.oda.api.ResultSetColumnAdapterTest.testToROMResultSetsWithBlobType -- Time elapsed: 0.009 s org.eclipse.birt.report.model.adapter.oda.api.ResultSetColumnAdapterTest.testToODAResultSetsWithColumnHint -- Time elapsed: 0.010 s org.eclipse.birt.report.model.adapter.oda.api.ResultSetColumnAdapterTest.testToROMResultSetsWithColumnHints -- Time elapsed: 0.078 s org.eclipse.birt.report.model.adapter.oda.api.ResultSetCriteriaAdapterTest.testSortHintFromOdaToReport -- Time elapsed: 0.011 s org.eclipse.birt.report.model.adapter.oda.api.ResultSetCriteriaAdapterTest.testEmptySortHintFromReportToOda -- Time elapsed: 0.002 s org.eclipse.birt.report.model.adapter.oda.api.ResultSetCriteriaAdapterTest.testSortHintFromReportToOda -- Time elapsed: 0.004 s org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest.testGetAmbiguousResultSets -- Time elapsed: 0.007 s org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest.testGetAmbiguousParameters -- Time elapsed: 0.006 s org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest.testUpdateDataSetHandle -- Time elapsed: 0.014 s org.eclipse.birt.report.model.adapter.oda.api.AdvancedDataSetAdapterTest.testUpdateResultSets -- Time elapsed: 0.013 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.engine.emitter.pdf.tests >-- [INFO] Building org.eclipse.birt.report.engine.emitter.pdf.tests 4.15.0-SNAPSHOT [146/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6: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.data.oda.jdbc.tests >---- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.tests 4.15.0-SNAPSHOT [147/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.data.oda.jdbc.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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.CallStatementTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.018 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.ConnectionTest Mar 04, 2024 6:49:27 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager loadDriverExtensions INFO: Found JDBC driverinfo extension: driverClass=org.apache.derby.jdbc.EmbeddedDriver, connectionFactory=null Mar 04, 2024 6:49:27 PM org.eclipse.birt.report.data.oda.jdbc.JDBCDriverManager findDriver INFO: Loaded JDBC driver class in class path: org.apache.derby.jdbc.EmbeddedDriver execute is called execute is called Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.545 s -- in org.eclipse.birt.report.data.oda.jdbc.ConnectionTest org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testConnection -- Time elapsed: 1.794 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testClose -- Time elapsed: 0.199 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testOpen -- Time elapsed: 0.049 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testJndiConnection -- Time elapsed: 0.100 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testRollback -- Time elapsed: 0.060 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testCreateStatement -- Time elapsed: 0.040 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testCommit -- Time elapsed: 0.142 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testIsOpen -- Time elapsed: 0.042 s org.eclipse.birt.report.data.oda.jdbc.ConnectionTest.testGetMetaDataString -- Time elapsed: 0.067 s 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 org.eclipse.birt.report.data.oda.jdbc.DBConfigTest.testPoicyQulification -- Time elapsed: 0 s Running org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsNamedParameters -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testDataSourceMetaData -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceMajorVersion -- Time elapsed: 0.001 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsMultipleOpenResults -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetSortMode -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsMultipleResultSets -- Time elapsed: 0.020 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsInParameters -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceMinorVersion -- Time elapsed: 0.001 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceObjects -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetConnection -- Time elapsed: 0.001 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceProductVersion -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceProductName -- Time elapsed: 0.001 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsNamedResultSets -- Time elapsed: 0.002 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsOutParameters -- Time elapsed: 0.001 s org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetSQLStateType -- Time elapsed: 0.003 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 org.eclipse.birt.report.data.oda.jdbc.JDBCExceptionTest.testJDBCException -- Time elapsed: 0.001 s Running org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest Mar 04, 2024 6:49:28 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration WARNING: -100 is not a valid log level. Mar 04, 2024 6:49:28 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration WARNING: -100 is not a valid log level. Mar 04, 2024 6:49:28 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration WARNING: -100 is not a valid log level. Mar 04, 2024 6:49:28 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogHandler WARNING: Cannot create FileHandler. java.nio.file.NoSuchFileException: invalid directory?/invalid prefix?-20240304-184928.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.(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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:49:28 PM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration WARNING: Cannot create log handler for package. Mar 04, 2024 6:49:28 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.15.0.v202403041835 at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562) at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 6:49:28 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.15.0.v202403041835 at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562) at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testValidLogConfig -- Time elapsed: 0.003 s org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig -- Time elapsed: 0.234 s org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testFileLogging -- 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.008 s -- in org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest.testSetAppContext -- Time elapsed: 0.006 s org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest.testGetConnection -- Time elapsed: 0 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.396 s -- in org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetScale -- Time elapsed: 0.041 s org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterTypeName -- Time elapsed: 0.066 s org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterCount -- Time elapsed: 0.041 s org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetPrecision -- Time elapsed: 0.070 s org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testIsNullable -- Time elapsed: 0.058 s org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterMode -- Time elapsed: 0.055 s org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterType -- Time elapsed: 0.063 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.927 s -- in org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnType_ResultSet -- Time elapsed: 0.038 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetScale_Statment -- Time elapsed: 0.065 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetPrecision_Statment -- Time elapsed: 0.032 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnTypeName_Statment -- Time elapsed: 0.065 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnName_ResultSet -- Time elapsed: 0.034 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnCount_Statment -- Time elapsed: 0.060 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testIsNullable_Statment -- Time elapsed: 0.035 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetPrecision_ResultSet -- Time elapsed: 0.066 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnCount_ResultSet -- Time elapsed: 0.035 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnDisplayLength_ResultSet -- Time elapsed: 0.052 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnTypeName_ResultSet -- Time elapsed: 0.043 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnName_Statment -- Time elapsed: 0.050 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetScale_ResultSet -- Time elapsed: 0.073 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnLabel_ResultSet -- Time elapsed: 0.066 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnType_Statment -- Time elapsed: 0.045 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnLabel_Statment -- Time elapsed: 0.040 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testIsNullable_ResultSet -- Time elapsed: 0.041 s org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnDisplayLength_Statment -- Time elapsed: 0.082 s Running org.eclipse.birt.report.data.oda.jdbc.ResultSetTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s -- in org.eclipse.birt.report.data.oda.jdbc.ResultSetTest org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testClose -- Time elapsed: 0.053 s org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testSetMaxRows -- Time elapsed: 0.052 s org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testFindColumn -- Time elapsed: 0.034 s org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testResultValuesByColName -- Time elapsed: 0.030 s org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testGetMetaData -- Time elapsed: 0.056 s org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testResultValuesByIndex -- Time elapsed: 0.036 s Running org.eclipse.birt.report.data.oda.jdbc.StatementTest execute is called Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s -- in org.eclipse.birt.report.data.oda.jdbc.StatementTest org.eclipse.birt.report.data.oda.jdbc.StatementTest.testGetParameterMetaData -- Time elapsed: 0.058 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testClose -- Time elapsed: 0.037 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetIntintint -- Time elapsed: 0.053 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testClearInParameters -- Time elapsed: 0.045 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testPrepare -- Time elapsed: 0.063 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testExecuteQuery -- Time elapsed: 0.035 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetTimestampintTimestamp -- Time elapsed: 0.062 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetGetMaxRows -- Time elapsed: 0.033 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetDoubleintdouble -- Time elapsed: 0.090 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetStringintString -- Time elapsed: 0.053 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetBigDecimalintBigDecimal -- Time elapsed: 0.040 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testGetMetaData -- Time elapsed: 0.054 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetTimeintTime -- Time elapsed: 0.046 s org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetDateintDate -- Time elapsed: 0.068 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.features:org.eclipse.birt.tests >---------- [INFO] Building org.eclipse.birt.tests 4.15.0-SNAPSHOT [148/280] [INFO] from features/org.eclipse.birt.tests.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.tests:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.tests.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.tests --- [INFO] [INFO] --- 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] --- 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/features/org.eclipse.birt.tests.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:4.0.6:plugin-source (plugin-source) @ org.eclipse.birt.tests --- [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-packaging:4.0.6:package-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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests --- [INFO] [INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/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:org.eclipse.birt.integration.wtp.ui >-------- [INFO] Building org.eclipse.birt.integration.wtp.ui 4.15.0-SNAPSHOT [149/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.ui --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [150/280] [INFO] from features/org.eclipse.birt.integration.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.integration.wtp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp --- [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] --- resources:3.2.0:resources (default-resources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.doc >---------------- [INFO] Building org.eclipse.birt.doc 4.15.0-SNAPSHOT [151/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6:compile (default-compile) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [152/280] [INFO] from features/org.eclipse.birt.doc.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.doc:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.doc --- [INFO] [INFO] --- target-platform-configuration:4.0.6: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] --- 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/features/org.eclipse.birt.doc.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.nl:org.eclipse.birt.nl-parent >----------- [INFO] Building org.eclipse.birt.nl-parent 4.15.0-SNAPSHOT [153/280] [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:4.0.6: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:4.0.6: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.report.data.oda.jdbc.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.nl1 4.15.0-SNAPSHOT [154/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.designer.ui.lib.explorer.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.lib.explorer.nl1 4.15.0-SNAPSHOT [155/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.explorer.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.jdbc.dbprofile.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 4.15.0-SNAPSHOT [156/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.engine.emitter.config.pdf.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pdf.nl1 4.15.0-SNAPSHOT [157/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pdf.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.aggregation.nl1 >------ [INFO] Building org.eclipse.birt.data.aggregation.nl1 4.15.0-SNAPSHOT [158/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.aggregation.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.designer.ui.editor.xml.wtp.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 4.15.0-SNAPSHOT [159/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.ide.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.ide.nl1 4.15.0-SNAPSHOT [160/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.ide.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.jdbc.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.ui.nl1 4.15.0-SNAPSHOT [161/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.designer.ui.views.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.views.nl1 4.15.0-SNAPSHOT [162/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.views.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.core.script.function.nl1 >---- [INFO] Building org.eclipse.birt.core.script.function.nl1 4.15.0-SNAPSHOT [163/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.script.function.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.item.crosstab.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.item.crosstab.ui.nl1 4.15.0-SNAPSHOT [164/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.engine.nl1 >------- [INFO] Building org.eclipse.birt.report.engine.nl1 4.15.0-SNAPSHOT [165/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.item.crosstab.core.nl1 >-- [INFO] Building org.eclipse.birt.report.item.crosstab.core.nl1 4.15.0-SNAPSHOT [166/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.model.nl1 >-------- [INFO] Building org.eclipse.birt.report.model.nl1 4.15.0-SNAPSHOT [167/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.model.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.model.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.designer.ui.cubebuilder.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.cubebuilder.nl1 4.15.0-SNAPSHOT [168/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.cubebuilder.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.designer.ui.editors.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.nl1 4.15.0-SNAPSHOT [169/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.hive.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.hive.nl1 4.15.0-SNAPSHOT [170/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.core.nl1 >------------ [INFO] Building org.eclipse.birt.core.nl1 4.15.0-SNAPSHOT [171/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.nl1 >------------ [INFO] Building org.eclipse.birt.data.nl1 4.15.0-SNAPSHOT [172/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.data.oda.xml.nl1 >---- [INFO] Building org.eclipse.birt.report.data.oda.xml.nl1 4.15.0-SNAPSHOT [173/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.chart.engine.extension.nl1 >--- [INFO] Building org.eclipse.birt.chart.engine.extension.nl1 4.15.0-SNAPSHOT [174/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.engine.extension.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [175/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.engine.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [176/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.examples.core.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.designer.ui.preview.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.nl1 4.15.0-SNAPSHOT [177/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.viewers.nl1 >------- [INFO] Building org.eclipse.birt.report.viewers.nl1 4.15.0-SNAPSHOT [178/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.viewers.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.designer.ui.preview.web.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.preview.web.nl1 4.15.0-SNAPSHOT [179/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.web.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.chart.reportitem.nl1 >------ [INFO] Building org.eclipse.birt.chart.reportitem.nl1 4.15.0-SNAPSHOT [180/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.engine.emitter.config.excel.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.excel.nl1 4.15.0-SNAPSHOT [181/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.excel.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.docx.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.docx.nl1 4.15.0-SNAPSHOT [182/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.docx.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.sampledb.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.ui.nl1 4.15.0-SNAPSHOT [183/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.mongodb.nl1 >------ [INFO] Building org.eclipse.birt.data.oda.mongodb.nl1 4.15.0-SNAPSHOT [184/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.data.oda.excel.nl1 >--- [INFO] Building org.eclipse.birt.report.data.oda.excel.nl1 4.15.0-SNAPSHOT [185/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.bidi.utils.nl1 >--- [INFO] Building org.eclipse.birt.report.data.bidi.utils.nl1 4.15.0-SNAPSHOT [186/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.bidi.utils.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.engine.dataextraction.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.nl1 4.15.0-SNAPSHOT [187/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.chart.ui.nl1 >---------- [INFO] Building org.eclipse.birt.chart.ui.nl1 4.15.0-SNAPSHOT [188/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.data.oda.jdbc.dbprofile.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 4.15.0-SNAPSHOT [189/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.mongodb.ui.nl1 >---- [INFO] Building org.eclipse.birt.data.oda.mongodb.ui.nl1 4.15.0-SNAPSHOT [190/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.mongodb.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.data.oda.xml.ui.nl1 >--- [INFO] Building org.eclipse.birt.report.data.oda.xml.ui.nl1 4.15.0-SNAPSHOT [191/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.xml.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.chart.device.swt.nl1 >------ [INFO] Building org.eclipse.birt.chart.device.swt.nl1 4.15.0-SNAPSHOT [192/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.swt.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.engine.emitter.config.wpml.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.wpml.nl1 4.15.0-SNAPSHOT [193/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.wpml.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.oda.excel.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.excel.ui.nl1 4.15.0-SNAPSHOT [194/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.excel.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.dataextraction.csv.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.dataextraction.csv.nl1 4.15.0-SNAPSHOT [195/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.lib.nl1 >--- [INFO] Building org.eclipse.birt.report.designer.ui.lib.nl1 4.15.0-SNAPSHOT [196/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.lib.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.engine.emitter.config.pptx.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.pptx.nl1 4.15.0-SNAPSHOT [197/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.pptx.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.nl:org.eclipse.birt.chart.examples.nl1 >------- [INFO] Building org.eclipse.birt.chart.examples.nl1 4.15.0-SNAPSHOT [198/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.examples.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.ui.extension.nl1 >----- [INFO] Building org.eclipse.birt.chart.ui.extension.nl1 4.15.0-SNAPSHOT [199/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.ui.extension.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.designer.ui.editor.script.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editor.script.nl1 4.15.0-SNAPSHOT [200/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editor.script.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.chart.reportitem.ui.nl1 >---- [INFO] Building org.eclipse.birt.chart.reportitem.ui.nl1 4.15.0-SNAPSHOT [201/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.reportitem.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.data.adapter.nl1 >---- [INFO] Building org.eclipse.birt.report.data.adapter.nl1 4.15.0-SNAPSHOT [202/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.adapter.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.nl:org.eclipse.birt.chart.device.svg.nl1 >------ [INFO] Building org.eclipse.birt.chart.device.svg.nl1 4.15.0-SNAPSHOT [203/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.svg.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.engine.emitter.config.ppt.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.ppt.nl1 4.15.0-SNAPSHOT [204/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.ppt.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.nl1 4.15.0-SNAPSHOT [205/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.pojo.ui.nl1 >------ [INFO] Building org.eclipse.birt.data.oda.pojo.ui.nl1 4.15.0-SNAPSHOT [206/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [207/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.resources.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.resources.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.debug.ui.nl1 >------ [INFO] Building org.eclipse.birt.report.debug.ui.nl1 4.15.0-SNAPSHOT [208/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.debug.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.engine.emitter.config.html.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.html.nl1 4.15.0-SNAPSHOT [209/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.html.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.sampledb.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.sampledb.nl1 4.15.0-SNAPSHOT [210/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.sampledb.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.designer.core.nl1 >---- [INFO] Building org.eclipse.birt.report.designer.core.nl1 4.15.0-SNAPSHOT [211/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.core.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.engine.emitter.config.postscript.nl1 >-- [INFO] Building org.eclipse.birt.report.engine.emitter.config.postscript.nl1 4.15.0-SNAPSHOT [212/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.config.postscript.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.designer.ui.editors.schematic.nl1 >-- [INFO] Building org.eclipse.birt.report.designer.ui.editors.schematic.nl1 4.15.0-SNAPSHOT [213/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.editors.schematic.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.core.ui.nl1 >---------- [INFO] Building org.eclipse.birt.core.ui.nl1 4.15.0-SNAPSHOT [214/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.core.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.core.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.chart.device.extension.nl1 >--- [INFO] Building org.eclipse.birt.chart.device.extension.nl1 4.15.0-SNAPSHOT [215/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.device.extension.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.designer.ui.nl1 >----- [INFO] Building org.eclipse.birt.report.designer.ui.nl1 4.15.0-SNAPSHOT [216/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.debug.core.nl1 >----- [INFO] Building org.eclipse.birt.report.debug.core.nl1 4.15.0-SNAPSHOT [217/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.debug.core.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.jdbc.dbprofile.sampledb.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 4.15.0-SNAPSHOT [218/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources.jar [INFO] [INFO] --- resources:3.2.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.data.oda.pojo.nl1 >------- [INFO] Building org.eclipse.birt.data.oda.pojo.nl1 4.15.0-SNAPSHOT [219/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.report.data.oda.hive.ui.nl1 >-- [INFO] Building org.eclipse.birt.report.data.oda.hive.ui.nl1 4.15.0-SNAPSHOT [220/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.data.oda.hive.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.features:org.eclipse.birt.nl >------------ [INFO] Building org.eclipse.birt.nl 4.15.0-SNAPSHOT [221/280] [INFO] from features/org.eclipse.birt.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.nl:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.nl.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.nl --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.nl --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.nl --- [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] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.nl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.nl.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.nl --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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:org.eclipse.birt.cshelp >-------------- [INFO] Building org.eclipse.birt.cshelp 4.15.0-SNAPSHOT [222/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.cshelp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6:compile (default-compile) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [223/280] [INFO] from features/org.eclipse.birt.cshelp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.cshelp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.cshelp.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.cshelp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- target-platform-configuration:4.0.6: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] --- 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/features/org.eclipse.birt.cshelp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.cshelp --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.chart.integration.wtp.ui >----- [INFO] Building org.eclipse.birt.chart.integration.wtp.ui 4.15.0-SNAPSHOT [224/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp.ui --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [225/280] [INFO] from features/org.eclipse.birt.chart.integration.wtp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.integration.wtp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.integration.wtp.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.integration.wtp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp --- [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] --- resources:3.2.0:resources (default-resources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.integration.wtp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.integration.wtp --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.features:org.eclipse.birt.osgi.runtime.sdk >----- [INFO] Building org.eclipse.birt.osgi.runtime.sdk 4.15.0-SNAPSHOT [226/280] [INFO] from features/org.eclipse.birt.osgi.runtime.sdk/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.osgi.runtime.sdk:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime.sdk/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.osgi.runtime.sdk --- [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] --- resources:3.2.0:resources (default-resources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.osgi.runtime.sdk/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.osgi.runtime.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6: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.features:org.eclipse.birt.engine.runtime >------ [INFO] Building org.eclipse.birt.engine.runtime 4.15.0-SNAPSHOT [227/280] [INFO] from features/org.eclipse.birt.engine.runtime/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.engine.runtime:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.engine.runtime --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.engine.runtime --- [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] --- resources:3.2.0:resources (default-resources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:package-feature (default-package-feature) @ 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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.engine.runtime --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.engine.runtime --- [WARNING] The following referenced plugins have missing sources org.apache.commons.codec_1.14.0.v20221112-0806 [INFO] Building jar: /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.engine.runtime/target/org.eclipse.birt.engine.runtime-4.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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:birt-epp >---------------------- [INFO] Building birt-epp 4.15.0-SNAPSHOT [228/280] [INFO] from build/birt-packages/birt-epp/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-epp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-epp/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-epp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-epp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-epp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-epp --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-epp --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-epp --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-epp --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-epp --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-epp --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-epp --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-epp/target/birt-epp-4.15.0-202403041835.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ birt-epp --- [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [229/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.rcp --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [230/280] [INFO] from features/org.eclipse.birt.rcp.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.rcp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.rcp --- [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] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.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/features/org.eclipse.birt.rcp.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.rcp --- [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [231/280] [INFO] from build/birt-packages/birt-report-rcp/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-rcp:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-rcp --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-rcp --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-rcp --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-report-rcp --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-rcp --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-report-rcp --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-report-rcp --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-report-rcp --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-report-rcp --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-report-rcp --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/birt-report-rcp-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director:4.0.6: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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.report.designer.rcp 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.rcp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - win32/win32/x86_64] Operation completed in 19912 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.report.designer.rcp 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.rcp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/x86_64] Operation completed in 15863 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.report.designer.rcp 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.rcp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - linux/gtk/aarch64] Operation completed in 16574 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.report.designer.rcp 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.rcp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/x86_64] Operation completed in 17721 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.report.designer.rcp 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.rcp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.rcp - macosx/cocoa/aarch64] Operation completed in 16287 ms. [INFO] [INFO] --- tycho-p2-director:4.0.6: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.15.0-202403041835-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.15.0-202403041835-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.15.0-202403041835-linux.gtk.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.15.0-202403041835-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-rcp/target/products/birt-rcp-report-designer-4.15.0-202403041835-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ birt-report-rcp --- [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [232/280] [INFO] from build/birt-packages/birt-report-all-in-one/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-all-in-one:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-all-in-one --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-all-in-one --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-all-in-one --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-report-all-in-one --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-all-in-one --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-report-all-in-one --- [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:4.0.6:publish-categories (default-publish-categories) @ birt-report-all-in-one --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-report-all-in-one --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-report-all-in-one --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-report-all-in-one --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/birt-report-all-in-one-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director:4.0.6: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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.report.designer.all 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.example.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Operation completed in 14564 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.report.designer.all 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.example.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Operation completed in 13299 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.report.designer.all 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.example.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Operation completed in 13560 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.report.designer.all 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.example.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Operation completed in 14019 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 using {org.eclipse.update.install.features=true} [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.report.designer.all 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.cshelp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.doc.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.example.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.draw2d.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.e4.rcp.feature.group 4.31.0.v20240227-1638. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.37.0.v20231206-0758. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20231210-0956. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.feature.group 2.37.0.v20240203-1010. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.100.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2300.v20240220-1431. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2300.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.gef.feature.group 3.18.0.202311222042. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.help.feature.group 2.3.1700.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.rcp.configuration.feature.group 1.1.2200.v20240129-1343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.31.0.v202308161955. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.31.0.v202309280406. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.31.0.v202308200343. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 17.0.0.v20240120-1430. [INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Operation completed in 13381 ms. [INFO] [INFO] --- tycho-p2-director:4.0.6: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.15.0-202403041835-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.15.0-202403041835-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.15.0-202403041835-linux.gtk.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.15.0-202403041835-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.15.0-202403041835-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ birt-report-all-in-one --- [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [233/280] [INFO] from build/birt-packages/birt-report-framework/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-framework:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-report-framework --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-report-framework --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-report-framework --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-report-framework --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-report-framework --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-report-framework --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework/target/birt-report-framework-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6: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 147 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.15.0-202403041835.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:4.0.6: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.15.0-SNAPSHOT [234/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.doc.isv --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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] 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] /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/DynamicFilterParameterHandle.java:119: warning: @param argument "list" is not a parameter name. [WARNING] [javadoc] * @param list the filter operator list. [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/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] /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/api/command/EncryptionException.java:52: warning: @param argument "str" is not a parameter name. [WARNING] [javadoc] * @param str the name that caused the error. [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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/ArchiveUtil.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/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/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/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/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/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/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/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/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/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/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/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/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/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/ArchiveEntry.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/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/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/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/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/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/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/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/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/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/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/Constants.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/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/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/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/DateFormatter.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/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/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/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/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/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/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/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/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/IPlatformConfig.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/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/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/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/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/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/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/FrameworkException.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/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/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/ParseState.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/AbstractParseState.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/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/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/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/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/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/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/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/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/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/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/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/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/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/IScriptContext.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/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/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/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/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/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/BaseScriptable.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/IOUtil.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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/CustomChooserComposite.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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [235/280] [INFO] from features/org.eclipse.birt.doc.isv.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.doc.isv:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.doc.isv.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.doc.isv --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ 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/features/org.eclipse.birt.doc.isv.feature/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/features/org.eclipse.birt.doc.isv.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.doc.isv --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [236/280] [INFO] from build/birt-packages/birt-report-framework-sdk/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-framework-sdk:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-framework-sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-framework-sdk --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-framework-sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-report-framework-sdk --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-framework-sdk --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-report-framework-sdk --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-report-framework-sdk --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-report-framework-sdk --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-report-framework-sdk --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-report-framework-sdk --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-report-framework-sdk/target/birt-report-framework-sdk-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6: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 285 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.15.0-202403041835.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:4.0.6: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.15.0-SNAPSHOT [237/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.build --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.build --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-compiler:4.0.6: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 --- [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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.build --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.integration.wtp.ui.nl1 >----- [INFO] Building org.eclipse.birt.integration.wtp.ui.nl1 4.15.0-SNAPSHOT [238/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.nl:org.eclipse.birt.chart.integration.wtp.ui.nl1 >-- [INFO] Building org.eclipse.birt.chart.integration.wtp.ui.nl1 4.15.0-SNAPSHOT [239/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.integration.wtp.ui.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.features:org.eclipse.birt.wtp.nl >---------- [INFO] Building org.eclipse.birt.wtp.nl 4.15.0-SNAPSHOT [240/280] [INFO] from features/org.eclipse.birt.wtp.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.wtp.nl:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.wtp.nl.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.wtp.nl --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.wtp.nl --- [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] --- resources:3.2.0:resources (default-resources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.wtp.nl.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.wtp.nl --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [241/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.rcp.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [242/280] [INFO] from features/org.eclipse.birt.rcp.nl.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.rcp.nl:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.nl.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.rcp.nl --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.rcp.nl --- [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] --- resources:3.2.0:resources (default-resources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.rcp.nl.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.rcp.nl --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [243/280] [INFO] from build/org.eclipse.birt.p2updatesite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:org.eclipse.birt.p2updatesite:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.p2updatesite --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.p2updatesite --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.birt.p2updatesite --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ org.eclipse.birt.p2updatesite --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.p2updatesite --- [INFO] [INFO] --- tycho-p2-director:4.0.6: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 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.birt.designer - win32/win32/x86_64] Installing org.eclipse.birt.designer 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - win32/win32/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [materialize-products - org.eclipse.birt.designer - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - win32/win32/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - win32/win32/x86_64] Operation completed in 14513 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 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/x86_64] Installing org.eclipse.birt.designer 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/x86_64] Operation completed in 11913 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 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/aarch64] Installing org.eclipse.birt.designer 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/aarch64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/aarch64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - linux/gtk/aarch64] Operation completed in 12992 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 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/x86_64] Installing org.eclipse.birt.designer 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/x86_64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/x86_64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/x86_64] Operation completed in 13977 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 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/aarch64] Installing org.eclipse.birt.designer 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/aarch64] Installing org.eclipse.birt.feature.group 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.31.0.v20240229-1022. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.300.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/aarch64] Installing org.eclipse.rcp.feature.group 4.31.0.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.400.v20240229-0520. [INFO] [materialize-products - org.eclipse.birt.designer - macosx/cocoa/aarch64] Operation completed in 12991 ms. [INFO] [INFO] --- tycho-p2-director:4.0.6: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 tar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-linux.gtk.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/products/org.eclipse.birt.designer-macosx.cocoa.aarch64.tar.gz [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [244/280] [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:4.0.6:build-qualifier (default) @ org.eclipse.birt.api --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [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 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.202311071249.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.202311071249.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 14 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/chartitemapi.jar:4.15.0 org.eclipse.birt.chart.aggregate org.eclipse.birt.chart.aggregate org.eclipse.birt.chart.api 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.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.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.withoutaxes org.eclipse.birt.chart.computation.withoutaxes org.eclipse.birt.chart.computation.withoutaxes 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.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.engine.i18n 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.exception 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.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.internal.prefs org.eclipse.birt.chart.internal.prefs org.eclipse.birt.chart.log org.eclipse.birt.chart.log 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.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.attribute 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.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.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.component 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.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.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.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.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.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.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.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.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.type 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.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.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.plugin 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.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.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 /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/chartexamplescoreapi.jar:4.15.0 org.eclipse.birt.chart.examples.radar.i18n org.eclipse.birt.chart.examples.radar.model 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.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.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.render org.eclipse.birt.chart.examples.radar.render org.eclipse.birt.chart.examples.radar.render /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/chartengineapi.jar:4.15.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.15.0 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.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.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.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.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.exception org.eclipse.birt.core.exception 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 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 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.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.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.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.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.script 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.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.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.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 /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/dataaggregationapi.jar:4.15.0 org.eclipse.birt.data.aggregation.api /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/dteapi.jar:4.15.0 javax.olap javax.olap 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.query.querycoremodel 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.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.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.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.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.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.core 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.i18n org.eclipse.birt.data.engine.i18n org.eclipse.birt.data.engine.olap.api org.eclipse.birt.data.engine.olap.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 /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/dataadapterapi.jar:4.15.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 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.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.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.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.15.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.15.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.15.0 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.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.i18n org.eclipse.birt.report.engine.i18n 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 /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/scriptapi.jar:4.15.0 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 org.eclipse.birt.report.engine.api.script 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.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 /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/modelodaapi.jar:4.15.0 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 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.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.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.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.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.plugin org.eclipse.birt.report.model.adapter.oda.util org.eclipse.birt.report.model.adapter.oda.util /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/modelapi.jar:4.15.0 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 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.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.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.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.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.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.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.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.elements 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.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.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 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.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 org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api.oda org.eclipse.birt.report.model.api.oda.interfaces org.eclipse.birt.report.model.api.oda.interfaces 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 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.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.impl 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.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 /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/crosstabcoreapi.jar:4.15.0 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 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.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.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.i18n org.eclipse.birt.report.item.crosstab.core.i18n 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.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 /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/js.jar:null 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 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.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.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations org.mozilla.javascript.annotations 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.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast org.mozilla.javascript.ast 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.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.debug org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.debug org.mozilla.javascript.jdk18 org.mozilla.javascript.jdk18 org.mozilla.javascript.json org.mozilla.javascript.json 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.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.regexp org.mozilla.javascript.regexp org.mozilla.javascript.serialize org.mozilla.javascript.serialize org.mozilla.javascript.serialize org.mozilla.javascript.tools org.mozilla.javascript.tools 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.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.jsc 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.shell org.mozilla.javascript.tools.shell 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.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.xml org.mozilla.javascript.xml org.mozilla.javascript.xml org.mozilla.javascript.xml 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 /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_74.2.0.jar:null 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.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.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl 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 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.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.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 com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.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 com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl 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.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 com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl 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.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 com.ibm.icu.impl 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 com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl 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 com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl 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.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.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.math com.ibm.icu.math 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.util com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.text com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.impl com.ibm.icu.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 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.2.0.v201602091430.jar:1.2.0 javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.security javax.annotation.sql javax.annotation.sql /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.inject_1.0.0.v20091030.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.wsdl_1.6.3.v20230730-0710.jar:1.6.3 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.bind_2.2.0.v201105210648.jar:2.2.0 javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.annotation.adapters javax.xml.bind.attachment javax.xml.bind.attachment javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.helpers javax.xml.bind.util javax.xml.bind.util javax.xml.bind.util javax.xml.bind.util javax.xml.bind.util /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/javax.xml.rpc-api_1.1.4.jar:null 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.soap 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.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 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 /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.15.0.v202403041835.jar:4.15.0 org.eclipse.birt.axis.utility /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/lib/org.eclipse.emf.common_2.30.0.v20231210-0956.jar:2.30.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.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.37.0.v20231208-1346.jar:2.37.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.36.0.v20240203-0859.jar:2.36.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 [INFO] [jar] Building MANIFEST-only jar: /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.api/target/org.eclipse.birt.api_4.15.0.v202403041835.jar [INFO] Executed tasks [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [245/280] [INFO] from build/birt-packages/birt-runtime-osgi/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-runtime-osgi:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/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, referenced repository mode =ignore, execution environment=org.eclipse.tycho.core.ee.impl.CustomEEResolutionHints@34fa82eb, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@306b2912 [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.sse.doc.user:1.2.0.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.codegen.ui:2.25.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.infopop:1.0.300.v201903222024 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.expressions:3.9.300.v20240207-1044 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.p2.installable.unit:org.eclipse.equinox.executable_root.gtk.linux.aarch64:3.8.2400.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator:1.5.200.v20240209-1053 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.common.annotations.controller:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor.source:3.17.300.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.sqldevtools.sqlbuilder.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64.source:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ltk.ui.refactoring:3.13.300.v20240125-0858 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.gtk.linux.aarch64.source:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.ejb:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.net:1.5.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher.gtk.linux.aarch64:1.2.900.v20240129-1338 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.license:2.0.2.v20181016-2210 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.db.generic:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.team.ui:3.10.300.v20240207-1044 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.svggen:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.model.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/modeltests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.common.ui:2.21.0.v20231002-1020 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.edit.ui:2.25.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.internet.monitor.ui:1.0.801.v202308110227 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.common:3.19.0.v20240214-0846 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.text.source:3.14.0.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.testhelper:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/enginetesthelper.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ejb.doc.user:1.1.301.v201903222024 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.server_core.feature:3.4.0.v202311141839 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/modeladapterodatests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.doc.user:3.15.0.v20240207-2106 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.oda.template.ui:3.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.cocoa:1.3.100.v20230214-1401 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.junit.core.source:3.13.100.v20240220-0917 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.databinding.edit:1.11.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.intro:3.7.300.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.command.env.ui:1.2.0.v202308012257 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5-win:5.2.1.v20230802-0847 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.modelbase.sql:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-log4j.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.server_ui.feature:3.3.1800.v202308172116 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.aarch64:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.importer.rose:2.13.0.v20240203-0859 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.dtdeditor.doc.user:1.1.0.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.engine.source:2.10.0.v20240210-0918 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.command.env.infopop:1.0.200.v201903050508 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.importer:2.13.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.bnd.ui.source:1.0.0.v20240212-1145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.ecf.filetransfer.ssl.feature:1.1.402.v20231021-2127 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.ui.source:2.8.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.frameworks:1.3.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.modelbase.sql.xml.query:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox.source:1.3.100.v20240213-1609 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.xml.ui.infopop:1.0.400.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.theme:0.14.300.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug.ui.source:3.13.300.v20240207-1034 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.jsdt.web.ui:1.3.0.v202307260543 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.doc.user:1.0.700.v201903222115 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.common.ui:1.1.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.httpcomponents.client5.httpclient5:5.2.1.v20230802-0806 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.db2:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.server_userdoc.feature:3.3.300.v201901310132 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.chart.integration.wtp.ui.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/chartwtp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.modelbase.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.oda:3.7.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.validation:1.3.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jem.util:2.2.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.sqm.server.ui:1.4.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.modelbase.sql.edit:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.progress:0.4.300.v20240116-1723 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.axis.consumption.ui:1.1.0.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.di:1.9.300.v20240207-1044 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.doc.user:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.importer.ecore:2.11.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.sqm.core:1.6.0.202311071345 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher.cocoa.macosx.aarch64:1.2.900.v20240129-1338 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.help:3.10.300.v20240107-2054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.result:1.4.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.win32.win32.x86_64:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.parsers.sql.query:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.servlet.ui.infopop:1.0.500.v201903222024 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.mapping.ecore:2.14.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.navigator:3.12.300.v20240205-1417 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.tests.engine.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/test-engine.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.core.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/coretests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.modulecore:1.3.200.v202108200212 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/emitterexceltests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.navigator.resources:3.9.200.v20240104-1240 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.hamcrest.core:2.2.0.v20230809-1000 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.ui:1.2.401.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.workbench.source:3.131.100.v20240221-2107 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.publisher:1.9.100.v20240212-1707 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.enablement.oda.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.jca.ui:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.model.testhelper:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/tests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.uddiregistry:1.2.0.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.help.webapp.source:3.11.300.v20240123-0655 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.compare:3.10.0.v20240208-0728 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.codegen.ecore:2.37.0.v20240203-1010 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.informix:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jface.text.source:3.25.0.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.director.source:2.6.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.forms:3.13.200.v20240108-1539 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.runtime.source:3.31.0.v20240215-1631 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.web_js_support.feature:3.22.0.v202307260543 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.externaltools:3.6.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping.ui:2.11.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jem.proxy:2.1.0.v202101081429 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.apache.derby:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.api.tools:1.3.300.v20240211-1946 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.xml.core:1.2.800.v202308210520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jsp.ui.infopop:1.0.200.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.urischeme:1.3.200.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.ide.application:1.5.300.v20240207-0025 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.poi.ooxml:5.2.5.v20231203-1619 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.orbit.mongodb:2.10.1.v20130422-1135 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.ecore.edit:2.16.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/emitterpostscript.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin.equinox:1.3.100.v20240213-1609 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.ejb.annotations.xdoclet:1.3.0.v202307261816 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.db.generic.ui:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.concurrent:1.3.0.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.junit4.runtime:1.3.100.v20231214-1952 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.server.ui.doc.user:1.1.600.v201901310132 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.intro.universal:3.5.300.v20240122-1701 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.externaltools:1.3.300.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jsf.doc.user:1.5.1.v202307262125 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.21.300.v20240124-0949 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.jdt.debug-3.21.300.v20240124-0949.jar/jdimodel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.wsi:1.1.501.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.di.extensions:0.18.200.v20231220-1554 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jee.ui:1.1.0.v202307261744 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.chart.device.pdf:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/lib/fop-2.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.bower.ui:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.cheatsheets:3.8.300.v20240202-1455 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jakartamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.designer.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/designertests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.cocoa:0.14.300.v20240119-2127 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.console.source:1.4.700.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.postscript.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.postscript.tests/emitterpostscript.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.axis.consumption.core:1.1.0.v202308021505 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.jsdt.core:2.0.500.v202211200038 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.el:2.2.0.v201303151357 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.db.derby:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.connectivity.oda.designer.core.feature:1.16.0.202311071345 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.navigator.ui:1.2.100.v202307261744 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.doc.user:1.16.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security.win32.x86_64.source:1.2.200.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.runtime:3.31.0.v20240215-1631 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.oda.ws:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.jsdt.web.core:1.1.300.v202305221615 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.editors:3.17.200.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.launching.ui.macosx:1.4.200.v20240111-1133 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jsp.core:1.4.700.v202308180906 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.eslint.core:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.operations.source:2.7.300.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.apache.derby.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.data.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/dataenginetests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.jaxrs.core:1.1.0.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.db2.iseries:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.lucene.analysis-smartcn:9.10.0.v20240221-0830 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ltk.core.refactoring:3.14.300.v20240111-1549 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.parsers.sql.xml.query:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping.ecore2ecore.editor:2.11.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.sql:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.console:1.4.700.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.ui.sdk.scheduler.source:1.6.200.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.compare.core:3.8.400.v20240124-0947 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.navigator.source:3.12.300.v20240205-1417 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.consumption.ui:1.2.0.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.command.env:1.1.0.v202308010354 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher.source:1.6.700.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.webservice.ui:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.commons.logging:1.2.0.v20180409-1502 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.mapping.ecore.editor:2.16.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.equinox.p2.core.feature:1.7.100.v20240220-1431 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.oda.xml:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.web_core.feature:3.31.0.v202309280406 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security.source:1.4.200.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.ui:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.anim:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.awt.util:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.junit5.runtime:1.1.300.v20231214-1952 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.core.manipulation.source:1.21.0.v20240221-0406 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.reconciler.dropins:1.5.300.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.web_js_support.feature:3.32.0.v202309190220 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.themes:1.2.2400.v20240213-1133 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.help.base.source:4.4.300.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/emitterhtmltests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.html.ui:1.1.801.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.plan:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.swt.gtk:1.2.100.v20231030-2045 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.compare.win32:1.3.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.trace:1.3.300.v20231215-1019 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.xml.rpc:1.1.0.v201209140446 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.views:3.12.200.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.sap.maxdb:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.resources:3.20.100.v20240209-1706 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.registry:3.12.0.v20240213-1057 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.mapping.ui:2.15.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.activation:1.1.0.v201211130549 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-launcher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher.win32.win32.x86_64:1.2.900.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.ui.sdk:1.3.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.ui.sdk.source:1.3.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.junit:3.16.300.v20240220-0917 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.xml_core.feature:3.31.0.v202309280406 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-antlr.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jem.workbench:2.1.0.v202101081429 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jface.source:3.33.0.v20240214-1640 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/odajdbctests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-imageio.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.axis.infopop:1.0.400.v201903050508 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ds.core:1.3.300.v20240203-1841 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.api.tools.ui:1.3.300.v20240215-1454 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:fluent-hc:4.5.14 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug:3.21.300.v20240124-0949 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.standard.schemas:1.0.800.v201901071922 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.p2.installable.unit:org.eclipse.equinox.executable_root.cocoa.macosx.aarch64:3.8.2400.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.jsdt.ui:2.1.700.v202304022004 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact commons-logging:commons-logging:1.1.1 @ /home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.parsers.sql:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.web.ui.infopop:1.0.300.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee:1.2.901.v202309012304 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.tests.chart:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/test-chart.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.draw2d:3.18.0.202311222042 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.workbench.swt:0.17.300.v20240123-1128 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jee:1.1.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jsch.ui:1.5.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportenginetests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.engine:2.10.0.v20240210-0918 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.core:3.37.0.v20240215-1452 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.ui.sdk.scheduler:1.6.200.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.db2.luw:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.director.app:1.3.300.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.p2.installable.unit:org.eclipse.equinox.executable_root.win32.win32.x86_64:3.8.2400.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.gtk.linux.aarch64:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.validation.ui:1.3.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.jsp.jasper.registry.source:1.3.0.v20240213-1427 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools.source:2.4.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.core.manipulation:1.21.0.v20240221-0406 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.help.base:4.4.300.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.model.workbench:2.4.200.v20240109-1025 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.codec:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-logging.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.command.env.core:1.1.0.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.ws_ui.feature:3.31.0.v202308010326 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.enablement.jdbc.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.server.core:1.11.0.v202311141839 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.ejb.annotations.emitter:1.2.0.v202307261744 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.osgi:3.19.0.v20240213-1246 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/emitterpdf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.common.project.facet.ui:1.5.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.jshint.ui:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.text:3.14.0.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.update.configurator:3.5.300.v20240215-1631 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.tests.core.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/utility.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava @ /home/jenkins/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.snippets:1.3.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.apt.pluggable.core:1.4.300.v20231214-1504 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.filesystem.linux.x86_64:1.2.400.v20220812-1420 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build.source:3.12.300.v20240212-0530 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.bridge:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.xml.rpc:1.1.0.v201209140446 @ /home/jenkins/.m2/repository/.cache/tycho/javax.xml.rpc-1.1.0.v201209140446.jar/lib/jaxrpc.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jface:3.33.0.v20240214-1640 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-oro.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch:3.37.0.v20240215-1558 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.resources.win32.x86_64:3.5.500.v20220812-1420 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jem.beaninfo.vm.common:2.1.0.v202101081429 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.sqlbuilder:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.core.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.tests/coretests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.common:2.30.0.v20231210-0956 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.npm.ui:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.testhelper.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.testhelper/enginetesthelper.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-commons-net.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.p2.installable.unit:org.eclipse.equinox.executable_root.cocoa.macosx.x86_64:3.8.2400.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.css.core:0.14.300.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.viewer:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/viewer.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.ui:1.1.100.v202308012257 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.ui.source:3.32.0.v20240215-0312 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.12.300.v20240212-0530 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.ssl:1.3.0.v20230507-1921 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.lucene.queryparser:9.10.0.v20240221-0830 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.npm.core:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.core:1.4.100.v202103232321 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.xml.resolver:1.2.0.v20230928-1222 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.wsdl.validation:1.3.101.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.launching:3.21.100.v20240214-1729 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.genericeditor.source:1.3.300.v20240212-0845 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.debug.ui:3.18.300.v20240213-1843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.tests.chart.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.chart/test-chart.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.debug.core:3.21.300.v20240109-1022 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.di.annotations:1.8.300.v20231220-1554 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.mail:1.4.0.v201005080615 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.editor.core.ui:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.doc.user:1.1.400.v202101072335 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.emf:1.2.700.v202007161535 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.dtd.core:1.2.600.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpmime:4.5.14 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.provider.filetransfer.httpclient5.win32:1.1.0.v20230423-0417 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.ejb.annotation.model:1.1.600.v202307261744 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.p2.installable.unit:org.eclipse.equinox.executable_root.gtk.linux.x86_64:3.8.2400.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.http.service.api:1.2.2.v20231218-2126 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:com.github.virtuald.curvesapi:1.8.0.v20230927-1624 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.validation.infopop:1.0.300.v202007131715 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.annotation:1.2.0.v201602091430 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.databinding.edit:1.9.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.ecore.change.edit:2.9.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.api.tools.annotations.source:1.3.0.v20240207-2106 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping.ecore.editor:2.9.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/lib/Tidy.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.oda.xml.ui:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jem:2.1.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.sqleditor:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.db.generic:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jee.ejb:1.1.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.core.source:3.18.0.v20240215-1456 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.dialogs:1.4.200.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.platform.source:4.31.100.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.filetransfer:5.1.103.v20230705-0614 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.dbdefinition.genericJDBC:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jem.beaninfo:2.1.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.routineeditor:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.ws.parser:1.1.0.v202308012257 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.update.configurator.source:3.5.300.v20240215-1631 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.ecf.filetransfer.feature:3.14.1900.v20230715-1945 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.filesystem.linux.aarch64:1.4.200.v20220812-1420 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jface.databinding:1.15.200.v20240104-1240 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.jarprocessor:1.3.300.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.preferences:3.11.0.v20240210-0844 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.connectivity.feature:1.16.0.202311071345 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.sse.ui.infopop:1.0.300.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.event.source:1.7.0.v20240214-0846 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository:1.5.300.v20240220-1431 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.jca:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.modelbase.sql.query:1.4.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.consumption.infopop:1.0.400.v201903050508 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.ecore.editor:2.18.0.v20230224-1122 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.jshint.core:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.ws.service.policy:1.1.0.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.net:1.5.300.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.parser:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.event:1.7.0.v20240214-0846 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ua.ui:1.3.300.v20240127-1338 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.internet.monitor.core:1.1.0.v202304050316 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.xml.soap:1.2.0.v201005080501 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.jsp.jasper:1.2.0.v20240213-1427 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:jakarta.el:4.0.0.v20210105-0527 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.net.win32:1.1.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.lucene.queries:9.10.0.v20240221-0830 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:cdi.api:1.0.0.v201105160744 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.codegen.ecore.ui:2.37.0.v20231206-0758 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:com.jcraft.jsch:0.1.55.v20230916-1400 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:jakarta.servlet.jsp:3.0.0.v20210105-0527 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.xerces:2.12.2.v20230928-1306 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.importer.java:2.12.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.ws_core.feature:3.31.0.v202308021509 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.api.tools.source:1.3.300.v20240211-1946 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.db2.zseries:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.ejb.annotations.ui:1.2.2.v202307261828 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jmf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/lib/Tidy.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.resources.source:3.20.100.v20240209-1706 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ui.templates.source:3.8.300.v20240207-1047 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.launching.macosx:3.6.200.v20231214-1553 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.tests.model:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/tests-model.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jface.text:3.25.0.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.ecore.change:2.16.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.css.swt.source:0.15.300.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.junit.source:3.16.300.v20240220-0917 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.result.ui:1.4.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.platform:4.31.0.v20240229-1022 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.editor.core:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ui:3.15.100.v20240215-1631 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.oracle.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping.ecore:2.9.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.filebuffers:3.8.300.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.converter:2.20.0.v20240203-0859 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.help:2.3.1700.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.equinox.p2.rcp.feature:1.4.2300.v20240220-1431 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.util:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.source:1.9.100.v20240212-1707 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.hamcrest:hamcrest-core:1.3 @ /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.uriresolver:1.4.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.http.servlet.source:1.8.100.v20240213-1057 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.model.adapter.oda.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.adapter.oda.tests/modeladapterodatests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.ui.importexport:1.4.300.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.postgresql.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.core.testhelper.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/coretesthelper.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.connectivity.oda.designer.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.ide:3.22.100.v20240227-1633 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.model.testhelper.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.testhelper/tests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.enterprise_core.feature:3.32.0.v202309190220 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.ecore.editor:2.19.0.v20230224-1122 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.osgi.compatibility.state.source:1.2.1000.v20240213-1057 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.repository:2.8.100.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher:1.6.700.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.oracle:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.workbench3:0.17.300.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.project.facet.ui:1.5.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:com.zaxxer.sparsebits:1.3.0.v20230929-1000 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.i18n:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.workbench.texteditor:3.17.300.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.prototype.excel.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.prototype.excel.tests/emitterexceltests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.common_core.feature:3.31.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.core:2.11.0.v20240210-1628 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.finfo:1.8.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.modelbase.sql.query.edit:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.search.core:3.16.100.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.doc.user:1.2.0.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.msft.sqlserver:1.4.0.202311071307 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.oda.flatfile:3.4.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.http.registry.source:1.4.0.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.di:1.5.300.v20240116-1723 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.text.quicksearch:1.2.300.v20240125-1313 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.jsdt.web.support.jsp:1.1.200.v202210260359 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64.source:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.emf.xpath:0.4.200.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.console.profile:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.annotation:2.3.0.v20240111-2306 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.constants:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.team.ui.source:3.10.300.v20240207-1044 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.commands:3.12.0.v20240214-1640 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.services:1.6.300.v20231201-1637 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.codegen.ecore.ui:2.37.0.v20231206-0758 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.web:1.3.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-resolver.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-javamail.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/sampledb.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.api.tools.ui.source:1.3.300.v20240215-1454 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.annotation.source:1.2.100.v20240212-1051 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.common:2.31.0.v20231210-0956 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.transcoder:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ds.ui:1.3.300.v20231214-1521 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.core.source:3.37.0.v20240215-1452 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-netrexx.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.identity:3.10.0.v20230422-0242 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.mysql:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bsf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.integration.wtp.ui:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/birtwtp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.ws.ui:1.2.1.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-bcel.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui:3.205.100.v20240131-1023 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.integration.wtp.ui.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.integration.wtp.ui/birtwtp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.json_core.feature:1.1.9.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.uddi4j:2.0.5.v20230923-0644 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.xml.stream:1.0.1.v201004272200 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.oda.design.ui:3.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.14 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.emfworkbench.integration:1.3.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security:1.4.200.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.manipulator:2.3.100.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.ws.explorer:1.1.2.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-swing.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.browser:3.8.200.v20240202-1013 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jee.web:1.1.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.script:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.ecf.filetransfer.httpclient5.feature:1.1.702.v20231114-1017 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.jsp.jasper.registry:1.3.0.v20240213-1427 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.web:1.3.200.v202305221615 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.oda.profile:3.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.servlet.ui:1.2.0.v202307261744 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.views.log.source:1.4.300.v20240205-1417 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security.ui.source:1.4.200.v20240213-1246 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.xml_ui.feature:3.31.0.v202308200343 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact junit:junit:4.13.2 @ /home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.edit.ui:2.23.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ui.templates:3.8.300.v20240207-1047 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.apache.derby.ui:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.tests.model.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.model/tests-model.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.codegen:2.24.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.environment:1.1.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security.linux:1.1.200.v20231214-1607 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.webservice:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.ecore.xmi:2.37.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.tests.data:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/DtEtests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:jakarta.servlet:5.0.0.v20210105-0527 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.modelbase.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.reconciler.dropins.source:1.5.300.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.console:3.14.0.v20240129-1403 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.workbench.addons.swt:1.5.300.v20240124-0948 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.http.jetty:3.9.100.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.sql.ui:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.repository:1.5.300.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.db.derby.ui:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.edit:2.21.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.html.ui.infopop:1.0.201.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.win32:3.5.200.v20231214-2114 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.tests.data.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.data/DtEtests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.viewer.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/viewer.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.xml.soap:1.2.0.v201005080501 @ /home/jenkins/.m2/repository/.cache/tycho/javax.xml.soap-1.2.0.v201005080501.jar/lib/saaj.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.consumption.ui.doc.user:1.0.700.v201903222115 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.ant:2.12.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.p2.installable.unit:org.eclipse.rcp_root:4.31.0.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.enterprise_ui.feature:3.32.0.v202309190220 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.common.ui:2.22.0.v20231002-1020 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.metadata:2.9.0.v20240213-1100 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.sse.ui:1.7.800.v202308200343 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.ecore:2.37.0.v20240203-0859 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.variables:3.6.300.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.commons.jxpath:1.3.0.v200911051830 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.lucene.core:9.10.0.v20240221-0830 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.consumption:1.1.0.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt:0.16.300.v20240223-1002 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.provider.filetransfer.httpclient5:1.1.0.v20230423-0417 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.provider.filetransfer.ssl:1.1.0.v20230422-0242 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.oda.cshelp:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.dom.svg:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:com.google.javascript:0.0.20231112.v20231114-0833 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 @ /home/jenkins/.m2/repository/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.project.facet.core:1.5.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.apt.ui:3.8.300.v20231214-1504 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.ibm.informix.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ejb.ui:1.2.0.v202307261744 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.jasper.glassfish:2.2.2.v201501141630 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security.win32.x86_64:1.2.200.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.filebuffers.source:3.8.300.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.ui.dse:1.4.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.creation.ui:1.1.0.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security.ui:1.4.200.v20240213-1246 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.dom:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.bidi:1.5.0.v20240113-0700 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.junit.runtime:3.7.400.v20231214-1952 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.simpleconfigurator.source:1.5.200.v20240209-1053 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt:3.19.400.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.web_ui.feature:3.32.0.v202309190220 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.dtd.ui.infopop:1.0.400.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.axis.creation.ui:1.1.0.v202308011607 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.infopop:1.0.301.v202307170218 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher.cocoa.macosx.x86_64:1.2.900.v20240129-1338 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.webtools.doc.user:1.0.500.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit4.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.p2.installable.unit:org.eclipse.platform_root:4.31.0.v20240229-1022 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.ide:3.17.200.v20231201-1637 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.css.core:1.3.400.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.data.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.data.tests/dataenginetests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.xmleditor.doc.user:1.1.0.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.contexts:1.12.500.v20231220-1554 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.css:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.commands:1.1.300.v20240131-1308 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.http.servlet:1.8.100.v20240213-1057 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.wsil4j:1.0.0.v20230923-0644 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.chart.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/charttests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.app:1.7.0.v20240213-1427 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.databinding:1.13.200.v20240104-1240 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.ws:1.2.0.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.debug.ui.launchview:1.1.400.v20240110-1213 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.ui:1.2.300.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.frameworkadmin:2.3.100.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc/oda-jdbc.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.xsd.ui:1.3.601.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.gtk.linux.x86_64:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.help.ui:4.6.200.v20240202-1455 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jsch.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.data.core:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.p2updatesite:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/org.eclipse.birt.p2updatesite/target/org.eclipse.birt.p2updatesite-4.15.0-SNAPSHOT.zip is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.search.core.source:3.16.100.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.api.tools.annotations:1.3.0.v20240207-2106 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.contenttype:3.9.300.v20231218-0909 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.repository.tools:2.4.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.apt.core:3.8.300.v20231214-1504 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.source:3.13.2600.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.mysql.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.internet.cache:1.1.0.v202011161431 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.designer.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/UI/org.eclipse.birt.report.designer.tests/designertests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.ecore.edit:2.14.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.debug.ui:3.13.300.v20240207-1034 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.common.ui:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.hsqldb.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ejb.ui.infopop:1.0.300.v201903222024 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.16 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.wsdl.ui:1.3.101.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5:5.2.3.v20230922-1600 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse.source:1.6.0.v20240229-1022 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.common.fproj.enablement.jdt:3.29.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.net.linux:1.1.100.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde:3.13.2600.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.xml:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpclient-cache:4.5.14 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.genericeditor.extension:1.2.300.v20231214-1521 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.creation.ejb.ui:1.0.400.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.sqm.core.ui:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jdt:3.19.400.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.wsi.ui:1.1.201.v202304050339 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.common.annotations.core:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.bower.core:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.jsp.jasper.source:1.2.0.v20240213-1427 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.search:3.16.100.v20240125-0858 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.osgi.compatibility.state:1.2.1000.v20240213-1057 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.artifact.repository.source:1.5.300.v20240220-1431 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.axis.ui.doc.user:1.1.200.v201903222115 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.xml.bind:2.2.0.v201105210648 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.db.generic.ui:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.poi.ooxml.schemas:5.2.5.v20231203-1619 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.dtd.ui:1.1.700.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.core.testhelper:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/core/org.eclipse.birt.core.testhelper/coretesthelper.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.platform.doc.user:4.31.0.v20240228-1609 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.console:1.3.300.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf:3.11.0.v20230507-1923 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.ui:2.8.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jface.notifications:0.7.100.v20231214-2114 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws:1.1.0.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.axis.ant:1.4.1.v20231107-0937 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.rcp:4.31.0.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.updatechecker:1.4.200.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.xml.serializer:2.7.1.v201005080400 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.workbench.renderers.swt.source:0.16.300.v20240223-1002 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.runtime:3.8.300.v20231214-1521 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine/lib/commons-cli-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping.ecore2xml:2.12.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.osgi.util:3.7.300.v20231104-1118 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.xsdeditor.doc.user:1.0.800.v201903222120 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.sqldevtools.parsers.feature:1.16.0.202311071638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.bnd.ui:1.0.0.v20240212-1145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.filesystem.macosx:1.3.400.v20220812-1420 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.codegen.ui:2.24.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.orbit.xml-apis-ext:1.0.0.v20230923-0644 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.xmlgraphics:2.9.0.v20230916-1600 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.edit:2.22.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.widgets:1.4.100.v20231201-1637 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.workbench:1.15.300.v20240124-0948 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.editors.source:3.17.200.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.preferences.source:3.11.0.v20240210-0844 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.doc.user:3.15.2100.v20240228-1609 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.databinding:1.8.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.servlet:3.1.0.v201410161800 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.core:1.1.100.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.themes.source:1.2.2400.v20240213-1133 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-jdepend.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.extensionlocation:1.5.300.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.codegen:2.23.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.axis:1.4.1.v20231107-0937 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.updatesite:1.3.300.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.tests.core:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.tests.core/utility.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.server.discovery:1.3.500.v202308172116 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.data.oda.sampledb.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.sampledb/sampledb.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.operations:2.7.300.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.hsqldb:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.junit.runtime:3.8.100.v20240130-1723 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.tests.engine:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/testsuites/org.eclipse.birt.report.tests.engine/test-engine.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:com.sun.jna:5.14.0.v20231211-1200 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.jobs:3.15.200.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.services:2.4.300.v20240119-0800 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.e4.rcp:4.31.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.ws.service.policy.ui:1.1.0.v202308010229 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.equinox.p2.extras.feature:1.4.2300.v20240229-1022 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.command.env.doc.user:1.5.400.v201903222115 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.databinding:1.11.0.v20231208-1346 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.ecore:2.36.0.v20240203-0859 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.xsd.core:1.2.101.v202307260543 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.security.macosx:1.102.200.v20231214-2017 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.oda.design:3.6.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.core.compiler.batch.source:3.37.0.v20240215-1558 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.css.swt:0.15.300.v20240207-1054 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.json_ui.feature:1.1.11.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.model.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/model/org.eclipse.birt.report.model.tests/modeltests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.draw2d:3.14.100.202311222042 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.sap.maxdb.dbdefinition:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.filesystem:1.10.300.v20240124-1325 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.wsi.ui.doc.user:1.0.750.v201903222115 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.bindings:0.14.300.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.app.source:1.7.0.v20240213-1427 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.sqltools.parsers.sql.lexer:1.4.0.202311071638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.ui.swt.win32:1.2.200.v20231201-1637 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jem.beaninfo.vm:2.1.0.v202101081429 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.ide.application.source:1.5.300.v20240207-0025 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.server.ui.infopop:1.1.200.v201901310132 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.platform:4.31.100.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.concurrent.source:1.3.0.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.junit:4.13.2.v20230809-1000 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.wsdl:1.6.3.v20230730-0710 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jsch.core:1.5.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.pde:3.15.300.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping.ecore2ecore:2.12.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.aarch64.source:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.ecf.filetransfer.httpclientjava.feature:2.0.200.v20231114-1017 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.net.win32.x86_64:1.2.200.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.html.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.html.tests/emitterhtmltests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.web_userdoc.feature:3.6.1.v202309190220 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-testutil.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.core:3.18.0.v20240215-1456 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.monitoring:1.3.200.v20240116-1723 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher.cocoa.macosx:1.2.900.v20240129-1338 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.launching.source:3.12.0.v20240214-2143 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.frameworks.ui:1.3.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.jsdt.manipulation:1.1.0.v202307190318 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.chart.device.pdf.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.device.pdf/lib/fop-2.6.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.viewer.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/viewservlets.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.common.frameworks:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.apache.httpcomponents:httpcore-nio:4.4.16 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.converter:2.13.0.v20240203-0859 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.commons.codec:1.14.0.v20221112-0806 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.web_userdoc.feature:3.18.0.v202004271556 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.ide.source:3.22.100.v20240227-1633 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.ecf.core.ssl.feature:1.1.501.v20230507-1921 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-xalan2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.gef:3.16.0.202311222042 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.databinding.property:1.10.200.v20240104-1240 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf:2.9.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.directorywatcher:1.4.300.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.common.source:3.19.0.v20240214-0846 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.json:1.2.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.publisher.eclipse:1.6.0.v20240229-1022 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.views.log:1.4.300.v20240205-1417 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.xsd:2.19.0.v20231205-1420 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.enterprise_userdoc.feature:3.23.0.v202309190220 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ua.core:1.3.300.v20240127-1338 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.lucene.sandbox:9.10.0.v20240221-0830 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.ws.infopop:1.0.400.v201903050508 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.css.ui:1.2.200.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.ecf.core.feature:1.6.2.v20231021-2127 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping:2.13.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.workbench:3.131.100.v20240221-2107 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.gvt:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junit.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.help:1.8.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/emitterpdf.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.common.annotations.ui:1.2.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.di.extensions.supplier:0.17.400.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.standard.schemas:1.2.600.v202307260543 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.engine.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.tests/reportenginetests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.xdoclet.runtime:1.2.0.v202101081429 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.provider.filetransfer.httpclientjava:2.0.200.v20231114-1017 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.http.registry:1.4.0.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.commands.source:3.12.0.v20240214-1640 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.views.properties.tabbed:3.10.200.v20231205-0632 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf:2.37.0.v20240203-1010 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.osgi.source:3.19.0.v20240213-1246 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.expressions.source:3.9.300.v20240207-1044 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.eclipse:2.4.200.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ui.source:3.15.100.v20240215-1631 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.touchpoint.natives:1.5.200.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ant.launching:1.4.300.v20240110-1213 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-apache-regexp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.xml.ui:1.2.701.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ds.annotations.source:1.3.200.v20240207-1047 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.transport.ecf:1.4.200.v20240203-1359 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.launching:3.12.0.v20240214-2143 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.core.formatterapp:1.2.200.v20231130-1111 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.poi:5.2.5.v20231203-1619 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-junitlauncher.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.viewer:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/viewer/org.eclipse.birt.report.viewer/birt/WEB-INF/lib/viewservlets.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.metadata.source:2.9.0.v20240213-1100 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.modelbase.derby:1.3.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.gef:3.18.0.202311222042 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.eslint.ui:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.team.core:3.10.300.v20240125-0912 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.chart.tests:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.tests/charttests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.databinding.beans:1.10.200.v20231214-1513 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.mapping.ecore2xml.ui:2.13.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.chart.integration.wtp.ui:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/chart/org.eclipse.birt.chart.integration.wtp.ui/chartwtp.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.ws_userdoc.feature:3.1.501.v201909051708 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.launcher.gtk.linux.x86_64:1.2.900.v20240129-1338 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt.cocoa.macosx.x86_64.source:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ant.core:3.7.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.rcp:4.31.0.v20240229-0520 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.batik.ext:1.17.0.v20231215-1130 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.core.source:2.11.0.v20240210-1628 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.web.ui:1.2.500.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.osgi.services:3.12.0.v20231218-2126 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.launching.source:3.21.100.v20240214-1729 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact org.eclipse.birt:org.eclipse.birt.report.data.oda.jdbc.tests.source:4.15.0.qualifier @ /home/jenkins/agent/workspace/birt-master/data/org.eclipse.birt.report.data.oda.jdbc.tests/odajdbctests.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.jsp.ui:1.3.600.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.mapping:2.15.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.ui:3.32.0.v20240215-0312 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.jaxrs.ui:1.1.0.v202308010145 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.genericeditor:1.3.300.v20240212-0845 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.inject:1.0.0.v20091030 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.enablement.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.httpcomponents.core5.httpcore5-h2:5.2.3.v20230922-1600 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.director.app.source:1.3.300.v20240212-0924 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.swt:3.125.0.v20240227-1638 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.xsd.edit:2.12.0.v20230211-1150 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.xmlbeans:5.2.0.v20231203-1619 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.e4.core.di.source:1.9.300.v20240207-1044 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.filesystem.win32.x86_64:1.4.300.v20220812-1420 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.garbagecollector:1.3.200.v20240201-0843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.registry.source:3.12.0.v20240213-1057 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.repository.source:2.8.100.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.common_ui.feature:3.31.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ui.intro.quicklinks:1.2.300.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.oda.consumer:3.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.connectivity.ui:1.5.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.xml_userdoc.feature:3.18.0.v202004271556 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.http.jetty.source:3.9.100.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.core.databinding.observable:1.13.200.v20240104-1240 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.help.webapp:3.11.300.v20240123-0655 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.common.modulecore.ui:1.1.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.sse.core:1.2.1200.v202308180854 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.equinox.p2.director:2.6.300.v20240207-1113 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.team.genericeditor.diff.extension:1.2.300.v20231214-1012 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ecf.provider.filetransfer:3.3.0.v20230422-0242 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.lucene.analysis-common:9.10.0.v20240221-0830 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.equinox.executable:3.8.2400.v20240213-1244 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.emf.exporter:2.12.0.v20240203-0859 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.sqldevtools.results.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.jst.web_core.feature:3.32.0.v202309190220 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.datatools.connectivity.oda.feature:1.15.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.wsdl.ui.doc.user:1.0.850.v201903222115 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jdt.junit.core:3.13.100.v20240220-0917 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.server.ui:1.6.200.v202308172116 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.equinox.p2.user.ui:2.4.2300.v20240229-1022 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.wst.web_ui.feature:3.31.0.v202309280406 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.ant:1.10.14.v20230922-1200 @ /home/jenkins/.m2/repository/.cache/tycho/org.apache.ant-1.10.14.v20230922-1200.jar/lib/ant-xz.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:javax.xml:1.3.4.v201005080400 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.ds.annotations:1.3.200.v20240207-1047 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:2.8 @ /home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.ws.infopop:1.0.400.v201903050508 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.html.core:1.4.400.v202308160453 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.debug.ui.source:3.18.300.v20240213-1843 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.server.core:1.2.800.v202308172116 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.j2ee.core:1.5.0.v202307260438 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.wsdl:1.3.1.v202308012257 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.apache.derby:10.11.1.1_v201605202053 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.datatools.enablement.postgresql:1.4.0.202311071249 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.feature:org.eclipse.emf.codegen.ecore:2.37.0.v20240203-1010 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.pde.build:3.12.300.v20240212-0530 @ /home/jenkins/.m2/repository/.cache/tycho/org.eclipse.pde.build-3.12.300.v20240212-0530.jar/pdebuild.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.compare.source:3.10.0.v20240208-0728 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.wst.json.schemaprocessor:1.1.0.v202308160419 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.ant.ui:3.9.300.v20231214-1526 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] Maven Artifact p2.eclipse.plugin:org.eclipse.jst.common.project.facet.core:1.13.0.v202308161955 @ /tmp/file not yet available15757469286567110293.tmp is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-runtime-osgi --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [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:4.0.6:target-platform (default-target-platform) @ birt-runtime-osgi --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-runtime-osgi --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-runtime-osgi --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-runtime-osgi --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-runtime-osgi --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-runtime-osgi --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-runtime-osgi --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/birt-runtime-p2.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ birt-runtime-osgi --- [INFO] [INFO] --- tycho-p2-director:4.0.6: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 using {org.eclipse.update.install.features=true} [INFO] [materialize-products - org.eclipse.birt.engine.runtime - win32/win32/x86_64] Installing org.eclipse.birt.engine.runtime 4.15.0.v202403041835. [INFO] [materialize-products - org.eclipse.birt.engine.runtime - win32/win32/x86_64] Operation completed in 3975 ms. [INFO] [INFO] --- antrun:1.8:run (package) @ birt-runtime-osgi --- [INFO] Executing tasks main: build-report-engine: [copy] Copying 507 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/ReportEngine/platform/plugins [copy] Copying 32 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/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 165 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample [copy] Copying 32 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF/lib [copy] Copying 510 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-osgi/target/package/WebViewerExample/WEB-INF [copy] Copying 6 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.15.0-202403041835.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [246/280] [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:4.0.6: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:4.0.6:feature-source (feature-source) @ birt-runtime --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default) @ birt-runtime --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- antrun:1.8:run (package) @ birt-runtime --- [INFO] Executing tasks main: build-report-engine: [copy] Copying 212 files to /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package [copy] Copying 153 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 142 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.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.device.pdf from org.eclipse.birt.chart.device.pdf_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.device.svg from org.eclipse.birt.chart.device.svg_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.device.swt from org.eclipse.birt.chart.device.swt_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.engine.extension from org.eclipse.birt.chart.engine.extension_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.engine from org.eclipse.birt.chart.engine_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.examples.core from org.eclipse.birt.chart.examples.core_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.reportitem from org.eclipse.birt.chart.reportitem_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.ui.extension from org.eclipse.birt.chart.ui.extension_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.chart.ui from org.eclipse.birt.chart.ui_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.core.script.function from org.eclipse.birt.core.script.function_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.core.ui from org.eclipse.birt.core.ui_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.core from org.eclipse.birt.core_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.data.aggregation from org.eclipse.birt.data.aggregation_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.data.oda.mongodb from org.eclipse.birt.data.oda.mongodb_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.data.oda.pojo from org.eclipse.birt.data.oda.pojo_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.data from org.eclipse.birt.data_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.data.adapter from org.eclipse.birt.report.data.adapter_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.data.bidi.utils from org.eclipse.birt.report.data.bidi.utils_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.excel from org.eclipse.birt.report.data.oda.excel_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.hive from org.eclipse.birt.report.data.oda.hive_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb from org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc.dbprofile from org.eclipse.birt.report.data.oda.jdbc.dbprofile_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.data.oda.jdbc from org.eclipse.birt.report.data.oda.jdbc_4.15.0.v202403041835 [buildJar] load bundle org.eclipse.birt.report.data.oda.sampledb from org.eclipse.birt.report.data.oda.sampledb_4.15.0.v202403041835 [buildJar] load bundle org.eclipse.birt.report.data.oda.xml from org.eclipse.birt.report.data.oda.xml_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction.csv from org.eclipse.birt.report.engine.dataextraction.csv_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.dataextraction from org.eclipse.birt.report.engine.dataextraction_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.docx from org.eclipse.birt.report.engine.emitter.config.docx_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.excel from org.eclipse.birt.report.engine.emitter.config.excel_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.html from org.eclipse.birt.report.engine.emitter.config.html_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odp from org.eclipse.birt.report.engine.emitter.config.odp_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ods from org.eclipse.birt.report.engine.emitter.config.ods_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.odt from org.eclipse.birt.report.engine.emitter.config.odt_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pdf from org.eclipse.birt.report.engine.emitter.config.pdf_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.postscript from org.eclipse.birt.report.engine.emitter.config.postscript_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.ppt from org.eclipse.birt.report.engine.emitter.config.ppt_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.pptx from org.eclipse.birt.report.engine.emitter.config.pptx_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config.wpml from org.eclipse.birt.report.engine.emitter.config.wpml_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.config from org.eclipse.birt.report.engine.emitter.config_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.docx from org.eclipse.birt.report.engine.emitter.docx_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.html from org.eclipse.birt.report.engine.emitter.html_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odp from org.eclipse.birt.report.engine.emitter.odp_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ods from org.eclipse.birt.report.engine.emitter.ods_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.odt from org.eclipse.birt.report.engine.emitter.odt_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pdf from org.eclipse.birt.report.engine.emitter.pdf_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.postscript from org.eclipse.birt.report.engine.emitter.postscript_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.ppt from org.eclipse.birt.report.engine.emitter.ppt_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.pptx from org.eclipse.birt.report.engine.emitter.pptx_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.fonts from org.eclipse.birt.report.engine.fonts_4.15.0.v202403041835 [buildJar] load bundle org.eclipse.birt.report.engine.emitter.prototype.excel from org.eclipse.birt.report.engine.emitter.prototype.excel_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.emitter.wpml from org.eclipse.birt.report.engine.emitter.wpml_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.odf from org.eclipse.birt.report.engine.odf_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.ooxml from org.eclipse.birt.report.engine.ooxml_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine.script.javascript from org.eclipse.birt.report.engine.script.javascript_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.engine from org.eclipse.birt.report.engine_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.item.crosstab.core from org.eclipse.birt.report.item.crosstab.core_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.model.adapter.oda from org.eclipse.birt.report.model.adapter.oda_4.15.0.v202403041835.jar [buildJar] load bundle org.eclipse.birt.report.model from org.eclipse.birt.report.model_4.15.0.v202403041835.jar [buildJar] load bundle uk.co.spudsoft.birt.emitters.excel from uk.co.spudsoft.birt.emitters.excel_4.15.0.v202403041835 Mar 04, 2024 7:05:32 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.pdf/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.pdf/.options Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.svg/.options Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.device.swt/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine.extension/.options Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.engine/.options Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.examples.core/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:33 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.reportitem/.options Mar 04, 2024 7:05:34 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.ui.extension/.options Mar 04, 2024 7:05:34 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.chart.ui/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:34 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core.ui/.options Mar 04, 2024 7:05:34 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.core/.options Mar 04, 2024 7:05:34 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data.aggregation/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.data/.options Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.adapter/.options Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.bidi.utils/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.hive/.options Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.jdbc/.options Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.data.oda.sampledb/.options Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.dataextraction/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.docx/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.excel/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.html/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odp/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ods/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.odt/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pdf/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.postscript/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.ppt/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.pptx/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config.wpml/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.config/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.docx/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.html/.options Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odp/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ods/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.odt/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pdf/.options Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.postscript/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.ppt/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.pptx/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.fonts/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.prototype.excel/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.emitter.wpml/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.odf/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.ooxml/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:35 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine.script.javascript/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.engine/.options Mar 04, 2024 7:05:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:36 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.item.crosstab.core/eclipse32.png Mar 04, 2024 7:05:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate org.eclipse.birt.report.model/.options Mar 04, 2024 7:05:37 PM org.eclipse.birt.build.pack.FrameworkPacker log WARNING: duplicate uk.co.spudsoft.birt.emitters.excel/OSGI-INF/l10n/bundle.properties Mar 04, 2024 7:05:37 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 [zip] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/package/ReportEngine/lib/org.eclipse.birt.runtime_4.15.0-202403041835.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 138 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.15.0-202403041835.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.15.0-SNAPSHOT [247/280] [INFO] from build/birt-packages/birt-sample-plugins/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-sample-plugins:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-sample-plugins --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-sample-plugins --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-sample-plugins --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-sample-plugins --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-sample-plugins --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-sample-plugins --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-sample-plugins --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-sample-plugins --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-sample-plugins --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-sample-plugins --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-sample-plugins/target/birt-sample-plugins-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-202403041835.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [248/280] [INFO] from build/birt-packages/birt-tests-suite/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-tests-suite:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-tests-suite --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-tests-suite --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-tests-suite --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-tests-suite --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-tests-suite --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-tests-suite --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-tests-suite --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-tests-suite --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-tests-suite --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-tests-suite --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-tests-suite/target/birt-tests-suite-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-202403041835.zip [INFO] Executed tasks [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [249/280] [INFO] from features/org.eclipse.birt.integration.wtp.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.integration.wtp.sdk:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.sdk.feature/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.integration.wtp.sdk --- [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] --- resources:3.2.0:resources (default-resources) @ 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] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.integration.wtp.sdk.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.integration.wtp.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [250/280] [INFO] from build/birt-packages/birt-wtp-integration-sdk/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-wtp-integration-sdk:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-wtp-integration-sdk --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-wtp-integration-sdk --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-wtp-integration-sdk --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-wtp-integration-sdk --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-wtp-integration-sdk --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-wtp-integration-sdk/target/birt-wtp-integration-sdk-4.15.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-202403041835.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:4.0.6: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.15.0-SNAPSHOT [251/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.chart.viewer --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [252/280] [INFO] from features/org.eclipse.birt.chart.viewer.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.chart.viewer:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.chart.viewer.feature/pom.xml [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:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.chart.viewer --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- target-platform-configuration:4.0.6: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] --- 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/features/org.eclipse.birt.chart.viewer.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.chart.viewer --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [253/280] [INFO] from build/birt-packages/birt-source/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-source:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-source/pom.xml [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ birt-source --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-source --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-source --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ birt-source --- [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:4.0.6:publish-osgi-ee (default-publish-osgi-ee) @ birt-source --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0] [INFO] Published profile IUs: [a.jre.javase 14.0.0] [INFO] Published profile IUs: [a.jre.javase 15.0.0] [INFO] Published profile IUs: [a.jre.javase 16.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] Published profile IUs: [a.jre.javase 19.0.0] [INFO] Published profile IUs: [a.jre.javase 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-products (default-publish-products) @ birt-source --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:publish-categories (default-publish-categories) @ birt-source --- [INFO] [INFO] --- tycho-p2-publisher:4.0.6:attach-artifacts (default-attach-artifacts) @ birt-source --- [INFO] [INFO] --- tycho-p2-repository:4.0.6:assemble-repository (default-assemble-repository) @ birt-source --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6:archive-repository (default-archive-repository) @ birt-source --- [INFO] Building zip: /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-source/target/birt-source-4.15.0-202403041835.zip [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ birt-source --- [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [254/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [255/280] [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:4.0.6: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:4.0.6: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.15.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.15.0-SNAPSHOT [256/280] [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:4.0.6: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:4.0.6: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.15.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.15.0-SNAPSHOT [257/280] [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:4.0.6: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:4.0.6: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.15.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.15.0-SNAPSHOT [258/280] [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:4.0.6: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:4.0.6: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.15.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.15.0-SNAPSHOT [259/280] [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:4.0.6: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:4.0.6: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.15.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.15.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.15.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.15.0-SNAPSHOT [260/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [261/280] [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 --- [INFO] Configured Artifact: org.eclipse.birt:birt-runtime:4.15.0-SNAPSHOT:zip [INFO] Configured Artifact: org.eclipse.birt:birt-runtime-osgi:4.15.0-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime/target/birt-runtime-4.15.0-202403041835.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.15.0-202403041835.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 --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-source:4.0.6: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.15.0-SNAPSHOT [262/280] [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:4.0.6: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:4.0.6: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:org.eclipse.birt.data.oda.pojo.tests >-------- [INFO] Building org.eclipse.birt.data.oda.pojo.tests 4.15.0-SNAPSHOT [263/280] [INFO] from data/org.eclipse.birt.data.oda.pojo.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.data.oda.pojo.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.data.oda.pojo.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.data.oda.pojo.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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.api.PojoDataSetFromArrayTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromArrayTest org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromArrayTest.testNext -- Time elapsed: 0.004 s Running org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromIteratorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromIteratorTest org.eclipse.birt.data.oda.pojo.api.PojoDataSetFromIteratorTest.testNext -- Time elapsed: 0.003 s Running org.eclipse.birt.data.oda.pojo.impl.QueryTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.eclipse.birt.data.oda.pojo.impl.QueryTest org.eclipse.birt.data.oda.pojo.impl.QueryTest.testGetParameterMetaData -- Time elapsed: 0.206 s Running org.eclipse.birt.data.oda.pojo.impl.ResultSetTest Mar 04, 2024 7:07:38 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:38 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader INFO: URLs from data set class path: [[]] Mar 04, 2024 7:07:38 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:38 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader INFO: URLs from data set class path: [[]] Mar 04, 2024 7:07:38 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:38 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader INFO: URLs from data set class path: [[]] Mar 04, 2024 7:07:38 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:38 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/]] Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader INFO: URLs from data set class path: [[]] Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:39 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/]] Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader INFO: URLs from data set class path: [[]] Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.impl.Query getPojoDataSetClassLoader INFO: URLs from data set class path: [[]] Mar 04, 2024 7:07:39 PM org.eclipse.birt.data.oda.pojo.util.URLParser WARNING: No ResourceIdentifiers are provided in appContext! Mar 04, 2024 7:07:39 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.547 s -- in org.eclipse.birt.data.oda.pojo.impl.ResultSetTest org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testMulti1TonMaps -- Time elapsed: 0.055 s org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testCheckNoPojoProvider -- Time elapsed: 0.010 s org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testPojosFromAppContext -- Time elapsed: 0.005 s org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testQueryWithParameters -- Time elapsed: 0.431 s org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testMaxRows -- Time elapsed: 0.005 s org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testPojosFromPojoDataSetClass -- Time elapsed: 0.004 s org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testCheckInvalidMulti1TonMaps -- Time elapsed: 0.027 s org.eclipse.birt.data.oda.pojo.impl.ResultSetTest.testPojosFromCustomDataSetClass -- Time elapsed: 0.008 s Running org.eclipse.birt.data.oda.pojo.impl.internal.InnermostNextableTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.birt.data.oda.pojo.impl.internal.InnermostNextableTest org.eclipse.birt.data.oda.pojo.impl.internal.InnermostNextableTest.testInnermostNextable -- Time elapsed: 0.001 s Running org.eclipse.birt.data.oda.pojo.impl.internal.PojoDataSetFromCustomClassTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.birt.data.oda.pojo.impl.internal.PojoDataSetFromCustomClassTest org.eclipse.birt.data.oda.pojo.impl.internal.PojoDataSetFromCustomClassTest.testNext -- 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.008 s -- in org.eclipse.birt.data.oda.pojo.util.ClassListerTest org.eclipse.birt.data.oda.pojo.util.ClassListerTest.testListPublicClasses -- Time elapsed: 0.006 s Running org.eclipse.birt.data.oda.pojo.util.ClassParserTest 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.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.util.List Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.birt.data.oda.pojo.util.ClassParserTest org.eclipse.birt.data.oda.pojo.util.ClassParserTest.testTypeLabelFromArray -- Time elapsed: 0.002 s org.eclipse.birt.data.oda.pojo.util.ClassParserTest.testGetEssentialClassFromArray -- Time elapsed: 0 s org.eclipse.birt.data.oda.pojo.util.ClassParserTest.testGetTypeLabel -- Time elapsed: 0.002 s org.eclipse.birt.data.oda.pojo.util.ClassParserTest.testGetEssentialClass -- Time elapsed: 0.015 s Running org.eclipse.birt.data.oda.pojo.util.PojoQueryParserTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.birt.data.oda.pojo.util.PojoQueryParserTest org.eclipse.birt.data.oda.pojo.util.PojoQueryParserTest.testBasicParse -- Time elapsed: 0.003 s Running org.eclipse.birt.data.oda.pojo.util.PojoQueryWriterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.birt.data.oda.pojo.util.PojoQueryWriterTest org.eclipse.birt.data.oda.pojo.util.PojoQueryWriterTest.testWrite -- Time elapsed: 0.005 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.15.0-SNAPSHOT [264/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [265/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [266/280] [INFO] from engine/org.eclipse.birt.report.engine.dataextraction.csv.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.engine.dataextraction.csv.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.445 s -- in org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testException -- Time elapsed: 0.291 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputLocalized -- Time elapsed: 0.055 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputEncoding -- Time elapsed: 0.007 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputWithoutColumnType -- Time elapsed: 0.016 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputDataTypesLocalized -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputDateFormatWithLocaleNeutral -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputWithTimeZone -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputDataTypes -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputDateFormatWithTimeZone -- Time elapsed: 0.005 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputWithInvalidColumn -- Time elapsed: 0 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputDateFormatWithLocale -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputWithSelectedColumns -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputQuoting -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputRegular -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputWithSemicolonSeparator -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputWithPipeSeparator -- Time elapsed: 0 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputDefaults -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputDefaultDateFormatWithLocale -- Time elapsed: 0.002 s org.eclipse.birt.report.engine.dataextraction.csv.CSVDataExtractionImplTest.testOutputWithTabSeparator -- Time elapsed: 0.002 s Running org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testTabSeparator -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testMakeCSVRowOneColumn -- Time elapsed: 0.001 s org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testCommaSeparator -- Time elapsed: 0 s org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testRowSplitWithTabs -- Time elapsed: 0 s org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testSemicolonSeparator -- Time elapsed: 0 s org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testRowSplitWithComma -- Time elapsed: 0 s org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testPipeSeparator -- Time elapsed: 0 s org.eclipse.birt.report.engine.dataextraction.csv.CSVUtilTest.testMakeCSVRowWithNulls -- 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.15.0-SNAPSHOT [267/280] [INFO] from engine/org.eclipse.birt.report.engine.emitter.pptx.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.engine.emitter.pptx.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -data, /home/jenkins/agent/workspace/birt-master/engine/org.eclipse.birt.report.engine.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 Mar 04, 2024 7:07:53 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:48) at org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG.testText(TestPPTX2PNG.java:29) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) 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:651) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:588) at org.eclipse.equinox.launcher.Main.run(Main.java:1459) at org.eclipse.equinox.launcher.Main.main(Main.java:1432) Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://335.fwk1048611801/fontsConfig.xml cost 5ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/zh_CN/TrueType cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/truetype cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/tt cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in d:/windows/fonts cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/TTF cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/ja/TrueType cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/TTF cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in C:/windows/fonts cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/OTF cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in e:/windows/fonts cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in e:/WINNT/fonts cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in d:/WINNT/fonts cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/OTF cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in g:/WINNT/fonts cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/zh_TW/TrueType cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/default/TrueType cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in f:/WINNT/fonts cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in f:/windows/fonts cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/openwin/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/X11R6/lib/X11/fonts/TrueType cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/truetype cost:1ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in C:/WINNT/fonts cost:0ms Mar 04, 2024 7:07:54 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 Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in g:/windows/fonts cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory registerFontPath INFO: register fonts in /usr/share/fonts/ko/TrueType cost:0ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://335.fwk1048611801/fontsConfig_linux.xml cost 2ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://335.fwk1048611801/fontsConfig_pdf.xml cost 2ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://335.fwk1048611801/fontsConfig.xml cost 2ms Mar 04, 2024 7:07:54 PM org.eclipse.birt.report.engine.layout.pdf.font.FontMappingManagerFactory loadFontMappingConfig INFO: load font config in bundleentry://335.fwk1048611801/fontsConfig_linux.xml cost 1ms 2024-03-04T19:07:54.875077106Z main ERROR Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console... Processing ./utest/text.rptdesign/output.pptx Rendering slide 1 Done Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.529 s -- in org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG skipped org.eclipse.birt.report.engine.emitter.pptx.tests.TestPPTX2PNG.testText -- Time elapsed: 3.485 s Running org.eclipse.birt.report.engine.emitter.pptx.tests.TreeVisitorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.birt.report.engine.emitter.pptx.tests.TreeVisitorTest org.eclipse.birt.report.engine.emitter.pptx.tests.TreeVisitorTest.test -- Time elapsed: 0.004 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 1 [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.15.0-SNAPSHOT [268/280] [INFO] from engine/uk.co.spudsoft.birt.emitters.excel.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ uk.co.spudsoft.birt.emitters.excel.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ uk.co.spudsoft.birt.emitters.excel.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [269/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [270/280] [INFO] from features/org.eclipse.birt.sdk.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.sdk:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.sdk.feature/pom.xml [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.sdk --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.sdk --- [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] --- resources:3.2.0:resources (default-resources) @ org.eclipse.birt.sdk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/birt-master/features/org.eclipse.birt.sdk.feature/src/main/resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-source:4.0.6: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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.sdk --- [INFO] [INFO] --- tycho-p2:4.0.6: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.15.0-SNAPSHOT [271/280] [INFO] from nl/org.eclipse.birt.report.designer.ui.samples.ide.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samples.ide.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [272/280] [INFO] from nl/org.eclipse.birt.report.designer.ui.samplesview.nl/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.samplesview.nl1 --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [273/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.static_html/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.static_html --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [274/280] [INFO] from UI/org.eclipse.birt.report.designer.ui.preview.test/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.designer.ui.preview.test --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.designer.ui.preview.test --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [275/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [276/280] [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:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.jetty.overlay --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-bnd:4.0.6:process (default-process) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-ds:4.0.6: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:4.0.6:testCompile (default-testCompile) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.jetty.overlay --- [INFO] [INFO] --- tycho-p2:4.0.6: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] --- 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.15.0-SNAPSHOT [277/280] [INFO] from viewer/org.eclipse.birt.report.viewer.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.viewer.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.birt.report.viewer.tests --- [INFO] Not copying test resources [INFO] [INFO] --- tycho-packaging:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.viewer.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [278/280] [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:4.0.6: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:4.0.6: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.15.0-SNAPSHOT [279/280] [INFO] from xtab/org.eclipse.birt.report.item.crosstab.core.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] Maven Artifact org.eclipse.birt:birt-runtime-test:4.15.0-SNAPSHOT @ /home/jenkins/agent/workspace/birt-master/build/birt-packages/birt-runtime-test/target/birt-runtime-test-4.15.0-SNAPSHOT.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] The project's OSGi version is 4.15.0.v202403041835 [INFO] [INFO] --- tycho-packaging:4.0.6:validate-id (default-validate-id) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-packaging:4.0.6:validate-version (default-validate-version) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- target-platform-configuration:4.0.6:target-platform (default-target-platform) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-compiler:4.0.6: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:4.0.6: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 using Eclipse Compiler for Java(TM) 3.36.0.v20231114-0937 [INFO] [INFO] --- tycho-ds:4.0.6:declarative-services (default-declarative-services) @ org.eclipse.birt.report.item.crosstab.core.tests --- [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:4.0.6:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-source:4.0.6: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.15.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:4.0.6: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.15.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:4.0.6:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-source:4.0.6:feature-source (feature-source) @ org.eclipse.birt.report.item.crosstab.core.tests --- [INFO] [INFO] --- tycho-p2:4.0.6: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:4.0.6:test (default-test) @ org.eclipse.birt.report.item.crosstab.core.tests --- [WARNING] Both parameters 'skipTests' and 'maven.test.skip' are set. 'skipTests' has a higher priority [INFO] Executing test runtime with timeout (seconds): 0, logs, if any, will be placed at: /home/jenkins/agent/workspace/birt-master/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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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 Mar 04, 2024 7:08:13 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 Mar 04, 2024 7:08:13 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 Mar 04, 2024 7:08:13 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.989 s -- in org.eclipse.birt.report.item.crosstab.core.AllTests org.eclipse.birt.report.item.crosstab.core.de.CrosstabItemFactoryTest.testNewReportItem -- Time elapsed: 0.468 s org.eclipse.birt.report.item.crosstab.core.de.CrosstabViewHandleTest.testRemoveGrandTotal -- Time elapsed: 0.153 s org.eclipse.birt.report.item.crosstab.core.de.MeasureViewHandleTest.testFilters -- Time elapsed: 0.021 s org.eclipse.birt.report.item.crosstab.core.parser.AggregationCellParseTest.testParse -- Time elapsed: 0.002 s org.eclipse.birt.report.item.crosstab.core.parser.AggregationCellParseTest.testSemanticCheck -- Time elapsed: 0.003 s org.eclipse.birt.report.item.crosstab.core.parser.AggregationCellParseTest.testWriter -- Time elapsed: 0.064 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabCellParseTest.testParse -- Time elapsed: 0.003 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabCellParseTest.testSemanticCheck -- Time elapsed: 0.002 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabCellParseTest.testWriter -- Time elapsed: 0.017 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabParseTest.testSemanticCheck -- Time elapsed: 0.003 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabParseTest.testParser -- Time elapsed: 0.002 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabParseTest.testWriter -- Time elapsed: 0.013 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabViewParseTest.testParse -- Time elapsed: 0.002 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabViewParseTest.testSemanticCheck -- Time elapsed: 0.002 s org.eclipse.birt.report.item.crosstab.core.parser.CrosstabViewParseTest.testWriter -- Time elapsed: 0.044 s org.eclipse.birt.report.item.crosstab.core.parser.DimensionViewParseTest.testParse -- Time elapsed: 0.001 s org.eclipse.birt.report.item.crosstab.core.parser.DimensionViewParseTest.testSemanticCheck -- Time elapsed: 0.001 s org.eclipse.birt.report.item.crosstab.core.parser.DimensionViewParseTest.testWriter -- Time elapsed: 0.014 s org.eclipse.birt.report.item.crosstab.core.parser.LevelViewParseTest.testParse -- Time elapsed: 0.003 s org.eclipse.birt.report.item.crosstab.core.parser.LevelViewParseTest.testSemanticCheck -- Time elapsed: 0.002 s org.eclipse.birt.report.item.crosstab.core.parser.LevelViewParseTest.testWriter -- Time elapsed: 0.012 s org.eclipse.birt.report.item.crosstab.core.parser.MeasureViewParseTest.testParse -- Time elapsed: 0.003 s org.eclipse.birt.report.item.crosstab.core.parser.MeasureViewParseTest.testSemanticCheck -- Time elapsed: 0.001 s org.eclipse.birt.report.item.crosstab.core.parser.MeasureViewParseTest.testWriter -- Time elapsed: 0.013 s org.eclipse.birt.report.item.crosstab.core.util.CrosstabUtilTest.testCanContain -- Time elapsed: 0.049 s org.eclipse.birt.report.item.crosstab.core.util.CrosstabUtilTest.testGetAggregationMeasures -- Time elapsed: 0.014 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.15.0-SNAPSHOT [280/280] [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:4.0.6: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:4.0.6: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 for org.eclipse.birt-parent 4.15.0-SNAPSHOT: [INFO] [INFO] org.eclipse.birt-parent ............................ SUCCESS [ 2.839 s] [INFO] org.eclipse.birt.target ............................ SUCCESS [ 19.571 s] [INFO] org.eclipse.birt.example ........................... SUCCESS [ 8.492 s] [INFO] org.eclipse.birt ................................... SUCCESS [ 0.331 s] [INFO] org.eclipse.birt.build-parent ...................... SUCCESS [ 0.046 s] [INFO] org.eclipse.birt.build.package-parent .............. SUCCESS [ 0.021 s] [INFO] org.eclipse.birt.chart.cshelp ...................... SUCCESS [ 3.371 s] [INFO] org.eclipse.birt.features-parent ................... SUCCESS [ 0.023 s] [INFO] org.eclipse.birt.chart.cshelp ...................... SUCCESS [ 0.420 s] [INFO] org.eclipse.birt.core-parent ....................... SUCCESS [ 0.029 s] [INFO] org.eclipse.birt.core .............................. SUCCESS [ 11.939 s] [INFO] org.eclipse.birt.chart.engine ...................... SUCCESS [ 14.050 s] [INFO] org.eclipse.birt.chart.engine.extension ............ SUCCESS [ 1.691 s] [INFO] org.eclipse.birt.chart.device.swt .................. SUCCESS [ 3.275 s] [INFO] org.eclipse.birt.core.ui ........................... SUCCESS [ 1.682 s] [INFO] org.eclipse.birt.chart.ui .......................... SUCCESS [ 4.302 s] [INFO] org.eclipse.birt.chart.ui.extension ................ SUCCESS [ 4.820 s] [INFO] org.eclipse.birt.chart.device.extension ............ SUCCESS [ 1.292 s] [INFO] org.eclipse.birt.chart.device.svg .................. SUCCESS [ 0.972 s] [INFO] org.eclipse.birt.chart.device.pdf .................. SUCCESS [ 5.042 s] [INFO] org.eclipse.birt.chart.examples.core ............... SUCCESS [ 0.871 s] [INFO] org.eclipse.birt.chart ............................. SUCCESS [ 0.738 s] [INFO] org.eclipse.birt.chart.osgi.runtime ................ SUCCESS [ 1.311 s] [INFO] ChartRuntime ....................................... SUCCESS [ 5.682 s] [INFO] org.eclipse.birt.chart.osgi.runtime.sdk ............ SUCCESS [ 0.481 s] [INFO] org.eclipse.birt.model-parent ...................... SUCCESS [ 0.057 s] [INFO] org.eclipse.birt.report.model ...................... SUCCESS [ 10.806 s] [INFO] org.eclipse.birt.report.engine.fonts ............... SUCCESS [ 0.143 s] [INFO] org.eclipse.birt.data .............................. SUCCESS [ 9.385 s] [INFO] org.eclipse.birt.data.aggregation .................. SUCCESS [ 1.304 s] [INFO] org.eclipse.birt.report.data.adapter ............... SUCCESS [ 1.891 s] [INFO] org.eclipse.birt.report.engine ..................... SUCCESS [ 12.370 s] [INFO] org.eclipse.birt.report.item.crosstab.core ......... SUCCESS [ 1.697 s] [INFO] org.eclipse.birt.chart.reportitem .................. SUCCESS [ 1.949 s] [INFO] org.eclipse.birt.chart.doc.isv ..................... SUCCESS [ 27.296 s] [INFO] org.eclipse.birt.chart.doc.isv ..................... SUCCESS [ 0.227 s] [INFO] ChartSDK ........................................... SUCCESS [ 5.687 s] [INFO] DeploymentRuntime .................................. SUCCESS [ 6.317 s] [INFO] birt-charts ........................................ SUCCESS [ 6.114 s] [INFO] org.eclipse.birt.report.designer.core .............. SUCCESS [ 1.837 s] [INFO] org.eclipse.birt.report.designer.ui ................ SUCCESS [ 12.231 s] [INFO] org.eclipse.birt.report.designer.ui.views .......... SUCCESS [ 3.794 s] [INFO] org.eclipse.birt.report.model.adapter.oda .......... SUCCESS [ 1.553 s] [INFO] org.eclipse.birt.report.designer.ui.data ........... SUCCESS [ 2.954 s] [INFO] org.eclipse.birt.report.engine.dataextraction ...... SUCCESS [ 0.839 s] [INFO] org.eclipse.birt.report.viewer ..................... SUCCESS [ 16.479 s] [INFO] org.eclipse.birt.data.oda.mongodb .................. SUCCESS [ 1.499 s] [INFO] org.eclipse.birt.report.designer.ui.editors ........ SUCCESS [ 2.403 s] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic SUCCESS [ 1.674 s] [INFO] org.eclipse.birt.report.designer.ui.lib ............ SUCCESS [ 1.592 s] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer ... SUCCESS [ 1.578 s] [INFO] org.eclipse.birt.report.designer.ui.ide ............ SUCCESS [ 12.733 s] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder .... SUCCESS [ 1.824 s] [INFO] org.eclipse.birt.report.item.crosstab.ui ........... SUCCESS [ 4.998 s] [INFO] org.eclipse.birt.chart.reportitem.ui ............... SUCCESS [ 3.374 s] [INFO] org.eclipse.birt.report.data.bidi.utils ............ SUCCESS [ 0.706 s] [INFO] org.eclipse.birt.report.data.oda.jdbc .............. SUCCESS [ 1.365 s] [INFO] org.eclipse.birt.report.data.oda.sampledb .......... SUCCESS [ 0.645 s] [INFO] org.eclipse.birt.data.oda.pojo ..................... SUCCESS [ 1.166 s] [INFO] org.eclipse.birt.data.oda.pojo.ui .................. SUCCESS [ 1.479 s] [INFO] org.eclipse.birt.report.engine.emitter.config ...... SUCCESS [ 0.754 s] [INFO] org.eclipse.birt.report.designer.ui.preview.web .... SUCCESS [ 1.765 s] [INFO] org.eclipse.birt.axis.overlay ...................... SUCCESS [ 0.439 s] [INFO] org.eclipse.birt.report.engine.emitter.wpml ........ SUCCESS [ 1.010 s] [INFO] org.eclipse.birt.report.engine.ooxml ............... SUCCESS [ 1.013 s] [INFO] org.eclipse.birt.report.engine.emitter.docx ........ SUCCESS [ 0.720 s] [INFO] org.eclipse.birt.report.data.oda.hive .............. SUCCESS [ 0.494 s] [INFO] org.eclipse.birt.report.engine.emitter.config.docx . SUCCESS [ 0.628 s] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp . SUCCESS [ 1.765 s] [INFO] org.eclipse.birt.report.designer.editor.xml.wtp .... SUCCESS [ 0.872 s] [INFO] org.eclipse.birt.report.engine.emitter.pdf ......... SUCCESS [ 0.879 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb SUCCESS [ 0.730 s] [INFO] org.eclipse.birt.data.oda.mongodb.ui ............... SUCCESS [ 1.127 s] [INFO] org.eclipse.birt.report.engine.emitter.ppt ......... SUCCESS [ 0.661 s] [INFO] org.eclipse.birt.report.engine.emitter.pptx ........ SUCCESS [ 0.994 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx . SUCCESS [ 0.973 s] [INFO] org.eclipse.birt.report.engine.odf ................. SUCCESS [ 0.890 s] [INFO] org.eclipse.birt.report.engine.emitter.odt ......... SUCCESS [ 0.848 s] [INFO] org.eclipse.birt.report.engine.emitter.postscript .. SUCCESS [ 0.998 s] [INFO] org.eclipse.birt.report.engine.emitter.html ........ SUCCESS [ 1.327 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile .... SUCCESS [ 0.570 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui . SUCCESS [ 2.206 s] [INFO] org.eclipse.birt.report.engine.emitter.ods ......... SUCCESS [ 1.211 s] [INFO] org.eclipse.birt.report.designer.ui.editor.script .. SUCCESS [ 1.094 s] [INFO] org.eclipse.birt.report.debug.core ................. SUCCESS [ 1.061 s] [INFO] uk.co.spudsoft.birt.emitters.excel ................. SUCCESS [ 3.454 s] [INFO] org.eclipse.birt.report.engine.script.javascript ... SUCCESS [ 0.751 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui SUCCESS [ 1.076 s] [INFO] org.eclipse.birt.branding .......................... SUCCESS [ 0.375 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv .. SUCCESS [ 0.726 s] [INFO] org.eclipse.birt.report.data.bidi.utils.ui ......... SUCCESS [ 0.664 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui ........... SUCCESS [ 1.637 s] [INFO] org.eclipse.birt.report.data.oda.hive.ui ........... SUCCESS [ 0.944 s] [INFO] org.eclipse.birt.report.debug.ui ................... SUCCESS [ 2.813 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf .. SUCCESS [ 0.657 s] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml . SUCCESS [ 0.526 s] [INFO] org.eclipse.birt.report.data.oda.excel ............. SUCCESS [ 1.093 s] [INFO] org.eclipse.birt.report.data.oda.excel.ui .......... SUCCESS [ 1.432 s] [INFO] org.eclipse.birt.core.script.function .............. SUCCESS [ 0.867 s] [INFO] org.eclipse.birt.report.engine.emitter.config.html . SUCCESS [ 0.663 s] [INFO] org.eclipse.birt.resources ......................... SUCCESS [ 0.163 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt .. SUCCESS [ 0.557 s] [INFO] org.eclipse.birt.report.data.oda.xml.ui ............ SUCCESS [ 0.451 s] [INFO] org.eclipse.birt.report.data.oda.xml ............... SUCCESS [ 0.549 s] [INFO] org.eclipse.birt.report.designer.ui.preview ........ SUCCESS [ 1.467 s] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript SUCCESS [ 0.576 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui ....... SUCCESS [ 0.782 s] [INFO] org.eclipse.birt ................................... SUCCESS [ 2.638 s] [INFO] org.eclipse.birt.report.designer.ui.samplesview .... SUCCESS [ 0.896 s] [INFO] org.eclipse.birt.report.designer.ui.samples.rcp .... SUCCESS [ 0.944 s] [INFO] org.eclipse.birt.chart.examples .................... SUCCESS [ 2.005 s] [INFO] org.eclipse.birt.report.designer.ui.samples.ide .... SUCCESS [ 0.945 s] [INFO] org.eclipse.birt.report.designer.samplereports ..... SUCCESS [ 0.369 s] [INFO] org.eclipse.birt.example ........................... SUCCESS [ 1.304 s] [INFO] org.eclipse.birt.tests ............................. SUCCESS [ 0.563 s] [INFO] org.eclipse.birt.report.engine.testhelper .......... SUCCESS [ 0.771 s] [INFO] org.eclipse.birt.report.engine.emitter.config.odp .. SUCCESS [ 0.523 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ods .. SUCCESS [ 0.457 s] [INFO] org.eclipse.birt.report.engine.emitter.config.odt .. SUCCESS [ 0.578 s] [INFO] org.eclipse.birt.report.engine.emitter.odp ......... SUCCESS [ 0.894 s] [INFO] org.eclipse.birt.report.engine.emitter.config.excel SUCCESS [ 0.705 s] [INFO] org.eclipse.birt.osgi.runtime ...................... SUCCESS [ 1.972 s] [INFO] org.eclipse.birt.report.engine.tests ............... SUCCESS [ 38.184 s] [INFO] org.eclipse.birt.report.designer.tests ............. SUCCESS [ 2.460 s] [INFO] org.eclipse.birt.report.tests.engine.emitter.html .. SUCCESS [ 0.862 s] [INFO] org.eclipse.birt.tests.core ........................ SUCCESS [ 1.110 s] [INFO] org.eclipse.birt.data.tests ........................ SUCCESS [02:04 min] [INFO] org.eclipse.birt.report.tests.model ................ SUCCESS [ 13.535 s] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel SUCCESS [ 0.947 s] [INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests SUCCESS [ 6.242 s] [INFO] org.eclipse.birt.report.engine.emitter.postscript.tests SUCCESS [ 6.367 s] [INFO] org.eclipse.birt.report.tests.chart ................ SUCCESS [02:11 min] [INFO] org.eclipse.birt.core.testhelper ................... SUCCESS [ 0.316 s] [INFO] org.eclipse.birt.core.tests ........................ SUCCESS [ 6.228 s] [INFO] org.eclipse.birt.report.model.testhelper ........... SUCCESS [ 0.373 s] [INFO] org.eclipse.birt.testhelper ........................ SUCCESS [ 0.238 s] [INFO] org.eclipse.birt.chart.tests ....................... SUCCESS [ 55.551 s] [INFO] org.eclipse.birt.tests.data ........................ SUCCESS [ 12.194 s] [INFO] org.eclipse.birt.testsuites-parent ................. SUCCESS [ 0.066 s] [INFO] org.eclipse.birt.report.tests.engine ............... SUCCESS [01:19 min] [INFO] org.eclipse.birt.report.model.testresources ........ SUCCESS [ 0.140 s] [INFO] org.eclipse.birt.report.modelextension.tests ....... SUCCESS [ 0.747 s] [INFO] org.eclipse.birt.report.model.tests ................ SUCCESS [ 5.794 s] [INFO] org.eclipse.birt.report.engine.emitter.html.tests .. SUCCESS [ 12.016 s] [INFO] org.eclipse.birt.report.model.adapter.oda.tests .... SUCCESS [ 8.189 s] [INFO] org.eclipse.birt.report.engine.emitter.pdf.tests ... SUCCESS [ 0.704 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.tests ........ SUCCESS [ 11.718 s] [INFO] org.eclipse.birt.tests ............................. SUCCESS [ 1.650 s] [INFO] org.eclipse.birt.integration.wtp.ui ................ SUCCESS [ 3.278 s] [INFO] org.eclipse.birt.integration.wtp ................... SUCCESS [ 1.006 s] [INFO] org.eclipse.birt.doc ............................... SUCCESS [ 0.571 s] [INFO] org.eclipse.birt.doc ............................... SUCCESS [ 0.309 s] [INFO] org.eclipse.birt.nl-parent ......................... SUCCESS [ 1.026 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 .......... SUCCESS [ 0.572 s] [INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 SUCCESS [ 0.710 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1 SUCCESS [ 0.427 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 SUCCESS [ 0.580 s] [INFO] org.eclipse.birt.data.aggregation.nl1 .............. SUCCESS [ 0.543 s] [INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 SUCCESS [ 0.970 s] [INFO] org.eclipse.birt.report.designer.ui.ide.nl1 ........ SUCCESS [ 1.249 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ....... SUCCESS [ 0.693 s] [INFO] org.eclipse.birt.report.designer.ui.views.nl1 ...... SUCCESS [ 0.583 s] [INFO] org.eclipse.birt.core.script.function.nl1 .......... SUCCESS [ 0.323 s] [INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 ....... SUCCESS [ 1.008 s] [INFO] org.eclipse.birt.report.engine.nl1 ................. SUCCESS [ 0.552 s] [INFO] org.eclipse.birt.report.item.crosstab.core.nl1 ..... SUCCESS [ 0.431 s] [INFO] org.eclipse.birt.report.model.nl1 .................. SUCCESS [ 0.622 s] [INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1 SUCCESS [ 0.729 s] [INFO] org.eclipse.birt.report.designer.ui.editors.nl1 .... SUCCESS [ 0.637 s] [INFO] org.eclipse.birt.report.data.oda.hive.nl1 .......... SUCCESS [ 0.337 s] [INFO] org.eclipse.birt.core.nl1 .......................... SUCCESS [ 0.335 s] [INFO] org.eclipse.birt.data.nl1 .......................... SUCCESS [ 0.487 s] [INFO] org.eclipse.birt.report.data.oda.xml.nl1 ........... SUCCESS [ 0.371 s] [INFO] org.eclipse.birt.chart.engine.extension.nl1 ........ SUCCESS [ 0.269 s] [INFO] org.eclipse.birt.chart.engine.nl1 .................. SUCCESS [ 0.274 s] [INFO] org.eclipse.birt.chart.examples.core.nl1 ........... SUCCESS [ 0.290 s] [INFO] org.eclipse.birt.report.designer.ui.preview.nl1 .... SUCCESS [ 0.780 s] [INFO] org.eclipse.birt.report.viewers.nl1 ................ SUCCESS [ 0.966 s] [INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1 SUCCESS [ 1.076 s] [INFO] org.eclipse.birt.chart.reportitem.nl1 .............. SUCCESS [ 0.560 s] [INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 SUCCESS [ 0.502 s] [INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 SUCCESS [ 0.676 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ... SUCCESS [ 0.658 s] [INFO] org.eclipse.birt.data.oda.mongodb.nl1 .............. SUCCESS [ 0.332 s] [INFO] org.eclipse.birt.report.data.oda.excel.nl1 ......... SUCCESS [ 0.554 s] [INFO] org.eclipse.birt.report.data.bidi.utils.nl1 ........ SUCCESS [ 0.441 s] [INFO] org.eclipse.birt.report.engine.dataextraction.nl1 .. SUCCESS [ 0.539 s] [INFO] org.eclipse.birt.chart.ui.nl1 ...................... SUCCESS [ 0.538 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 SUCCESS [ 0.860 s] [INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 ........... SUCCESS [ 0.654 s] [INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 ........ SUCCESS [ 0.523 s] [INFO] org.eclipse.birt.chart.device.swt.nl1 .............. SUCCESS [ 0.317 s] [INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 SUCCESS [ 0.502 s] [INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 ...... SUCCESS [ 0.881 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 SUCCESS [ 0.434 s] [INFO] org.eclipse.birt.report.designer.ui.lib.nl1 ........ SUCCESS [ 0.783 s] [INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 SUCCESS [ 0.533 s] [INFO] org.eclipse.birt.chart.examples.nl1 ................ SUCCESS [ 0.647 s] [INFO] org.eclipse.birt.chart.ui.extension.nl1 ............ SUCCESS [ 0.555 s] [INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 SUCCESS [ 0.787 s] [INFO] org.eclipse.birt.chart.reportitem.ui.nl1 ........... SUCCESS [ 0.958 s] [INFO] org.eclipse.birt.report.data.adapter.nl1 ........... SUCCESS [ 0.405 s] [INFO] org.eclipse.birt.chart.device.svg.nl1 .............. SUCCESS [ 0.335 s] [INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 SUCCESS [ 0.392 s] [INFO] org.eclipse.birt.report.engine.emitter.config.nl1 .. SUCCESS [ 0.394 s] [INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 .............. SUCCESS [ 0.819 s] [INFO] org.eclipse.birt.resources.nl1 ..................... SUCCESS [ 0.368 s] [INFO] org.eclipse.birt.report.debug.ui.nl1 ............... SUCCESS [ 1.641 s] [INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 SUCCESS [ 0.478 s] [INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 ...... SUCCESS [ 0.317 s] [INFO] org.eclipse.birt.report.designer.core.nl1 .......... SUCCESS [ 0.882 s] [INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 SUCCESS [ 0.600 s] [INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 SUCCESS [ 0.616 s] [INFO] org.eclipse.birt.core.ui.nl1 ....................... SUCCESS [ 0.310 s] [INFO] org.eclipse.birt.chart.device.extension.nl1 ........ SUCCESS [ 0.360 s] [INFO] org.eclipse.birt.report.designer.ui.nl1 ............ SUCCESS [ 0.685 s] [INFO] org.eclipse.birt.report.debug.core.nl1 ............. SUCCESS [ 0.554 s] [INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 SUCCESS [ 0.358 s] [INFO] org.eclipse.birt.data.oda.pojo.nl1 ................. SUCCESS [ 0.458 s] [INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 ....... SUCCESS [ 0.678 s] [INFO] org.eclipse.birt.nl ................................ SUCCESS [ 2.477 s] [INFO] org.eclipse.birt.cshelp ............................ SUCCESS [ 0.209 s] [INFO] org.eclipse.birt.cshelp ............................ SUCCESS [ 0.264 s] [INFO] org.eclipse.birt.chart.integration.wtp.ui .......... SUCCESS [ 1.698 s] [INFO] org.eclipse.birt.chart.integration.wtp ............. SUCCESS [ 0.900 s] [INFO] org.eclipse.birt.osgi.runtime.sdk .................. SUCCESS [ 0.961 s] [INFO] org.eclipse.birt.engine.runtime .................... SUCCESS [ 1.592 s] [INFO] birt-epp ........................................... SUCCESS [01:05 min] [INFO] org.eclipse.birt.report.designer.ui.rcp ............ SUCCESS [ 1.917 s] [INFO] org.eclipse.birt.rcp ............................... SUCCESS [ 0.445 s] [INFO] birt-report-rcp .................................... SUCCESS [04:41 min] [INFO] birt-report-all-in-one ............................. SUCCESS [03:38 min] [INFO] birt-report-framework .............................. SUCCESS [ 14.329 s] [INFO] org.eclipse.birt.doc.isv ........................... SUCCESS [ 35.261 s] [INFO] org.eclipse.birt.doc.isv ........................... SUCCESS [ 0.249 s] [INFO] birt-report-framework-sdk .......................... SUCCESS [ 23.738 s] [INFO] org.eclipse.birt.build ............................. SUCCESS [ 1.332 s] [INFO] org.eclipse.birt.integration.wtp.ui.nl1 ............ SUCCESS [ 1.499 s] [INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 ...... SUCCESS [ 1.294 s] [INFO] org.eclipse.birt.wtp.nl ............................ SUCCESS [ 0.623 s] [INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 ........ SUCCESS [ 1.022 s] [INFO] org.eclipse.birt.rcp.nl ............................ SUCCESS [ 0.400 s] [INFO] org.eclipse.birt.p2updatesite ...................... SUCCESS [03:16 min] [INFO] org.eclipse.birt.api ............................... SUCCESS [ 2.518 s] [INFO] birt-runtime-osgi .................................. SUCCESS [ 55.557 s] [INFO] birt-runtime ....................................... SUCCESS [ 37.057 s] [INFO] birt-sample-plugins ................................ SUCCESS [ 2.876 s] [INFO] birt-tests-suite ................................... SUCCESS [ 4.279 s] [INFO] org.eclipse.birt.integration.wtp.sdk ............... SUCCESS [ 1.015 s] [INFO] birt-wtp-integration-sdk ........................... SUCCESS [ 2.379 s] [INFO] org.eclipse.birt.chart.viewer ...................... SUCCESS [ 0.759 s] [INFO] org.eclipse.birt.chart.viewer ...................... SUCCESS [ 0.269 s] [INFO] birt-source ........................................ SUCCESS [ 15.469 s] [INFO] org.eclipse.birt.build.package.nl-parent ........... SUCCESS [ 0.009 s] [INFO] NLpack1-birt-charts ................................ SUCCESS [ 10.017 s] [INFO] NLpack1-birt-rcp-report-designer ................... SUCCESS [ 8.003 s] [INFO] NLpack1-birt-report-designer-all-in-one ............ SUCCESS [ 7.991 s] [INFO] NLpack1-birt-report-framework ...................... SUCCESS [ 8.411 s] [INFO] NLpack1-birt-runtime ............................... SUCCESS [ 8.785 s] [INFO] birt-publish ....................................... SUCCESS [ 0.009 s] [INFO] birt-runtime-test .................................. SUCCESS [ 14.889 s] [INFO] org.eclipse.birt.chart-parent ...................... SUCCESS [ 0.124 s] [INFO] org.eclipse.birt.data.oda.pojo.tests ............... SUCCESS [ 7.775 s] [INFO] org.eclipse.birt.data-parent ....................... SUCCESS [ 0.150 s] [INFO] org.eclipse.birt.docs-parent ....................... SUCCESS [ 0.075 s] [INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests SUCCESS [ 5.629 s] [INFO] org.eclipse.birt.report.engine.emitter.pptx.tests .. SUCCESS [ 11.076 s] [INFO] uk.co.spudsoft.birt.emitters.excel.tests ........... SUCCESS [ 3.748 s] [INFO] org.eclipse.birt.engine-parent ..................... SUCCESS [ 0.215 s] [INFO] org.eclipse.birt.sdk ............................... SUCCESS [ 1.582 s] [INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1 SUCCESS [ 0.791 s] [INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1 SUCCESS [ 0.668 s] [INFO] org.eclipse.birt.report.designer.ui.preview.static_html SUCCESS [ 1.036 s] [INFO] org.eclipse.birt.report.designer.ui.preview.test ... SUCCESS [ 1.113 s] [INFO] org.eclipse.birt.UI-parent ......................... SUCCESS [ 0.127 s] [INFO] org.eclipse.birt.jetty.overlay ..................... SUCCESS [ 0.298 s] [INFO] org.eclipse.birt.report.viewer.tests ............... SUCCESS [ 1.229 s] [INFO] org.eclipse.birt.viewer-parent ..................... SUCCESS [ 0.045 s] [INFO] org.eclipse.birt.report.item.crosstab.core.tests ... SUCCESS [ 7.004 s] [INFO] org.eclipse.birt.xtab-parent ....................... SUCCESS [ 0.035 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33:14 min [INFO] Finished at: 2024-03-04T19:08:14Z [INFO] ------------------------------------------------------------------------ Archiving artifacts Recording test results promote-build-to-snapshot is disabled. Triggering skipped Finished: SUCCESS